From b59a7379300fe74bbd5b536bdfeeb503d6857f8e Mon Sep 17 00:00:00 2001
From: FreshPass <48544758+freshpass@users.noreply.github.com>
Date: Fri, 17 Jul 2020 11:03:22 +0900
Subject: [PATCH] Update third_party_tutorials.rst
Fixing a 404 on the rosederwelt.com Deploying my Wagtail blog to Digital Ocean, pt. 1
---
docs/advanced_topics/third_party_tutorials.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/advanced_topics/third_party_tutorials.rst b/docs/advanced_topics/third_party_tutorials.rst
index 9f1e9ac658..383c5e24fe 100644
--- a/docs/advanced_topics/third_party_tutorials.rst
+++ b/docs/advanced_topics/third_party_tutorials.rst
@@ -10,7 +10,7 @@ Third-party tutorials
* `Wagtail SEO Guide `_ (30 March 2020)
* `Adding a latest-changes list to your Wagtail site `_ (27 March 2020)
* `How to support multi-language in Wagtail CMS `_ (22 February 2020)
-* `Deploying my Wagtail blog to Digital Ocean `_ Part 1 of a 2 part series (29 January 2020)
+* `Deploying my Wagtail blog to Digital Ocean `_ Part 1 of a 2 part series (29 January 2020)
* `How to Create and Manage Menus of Wagtail application `_ - An updated overview of implementing menus (22 February 2020)
* `Adding a React component in Wagtail Admin `_ - Shows how to render an interactive timeline of published Pages (30 December 2019)
* `Wagtail API - how to customize the detail URL `_ (19 December 2020)