From 55580d96e82ceeaab9cce0e21aa7989d08b6c1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1rio?= Date: Mon, 12 Feb 2018 14:29:14 +0000 Subject: [PATCH] Embed Docs: fix broken link (#4270) --- CONTRIBUTORS.rst | 1 + docs/advanced_topics/embeds.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 9e3fc03762..47f027d527 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -271,6 +271,7 @@ Contributors * Florent Osmont * J Rob Gant * Mary Kate Fain +* Dário Marcelino Translators =========== diff --git a/docs/advanced_topics/embeds.rst b/docs/advanced_topics/embeds.rst index 939890b54d..01a576141f 100644 --- a/docs/advanced_topics/embeds.rst +++ b/docs/advanced_topics/embeds.rst @@ -117,7 +117,7 @@ provider using the oEmbed protocol. Wagtail has a built-in list of providers which are all enabled by default. You can find that provider list at the following link: -https://github.com/wagtail/wagtail/blob/master/wagtail/wagtailembeds/oembed_providers.py +https://github.com/wagtail/wagtail/blob/master/wagtail/embeds/oembed_providers.py .. _customising_embed_providers: