diff --git a/README.rst b/README.rst
index 49231a78c..a55c3f011 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ Find out more at `wagtail.io `_.
Getting started
~~~~~~~~~~~~~~~
-To get you up and running quickly, we've provided a demonstration site with all the configuration in place, at `github.com/torchbox/wagtaildemo `_; see the `README `_ for installation instructions.
+To get you up and running quickly, we've provided a demonstration site with all the configuration in place, at `github.com/torchbox/wagtaildemo `_; see the `README `_ for installation instructions. `Serafeim Papastefanos `_ has kindly written a `tutorial `_ with all the steps to build a simple Wagtail site from scratch.
Contributing
~~~~~~~~~~~~
diff --git a/wagtail/wagtailembeds/templatetags/embed_filters.py b/wagtail/wagtailembeds/templatetags/embed_filters.py
index dac91cda0..5ca14a7cf 100644
--- a/wagtail/wagtailembeds/templatetags/embed_filters.py
+++ b/wagtail/wagtailembeds/templatetags/embed_filters.py
@@ -1,7 +1,7 @@
from django import template
from django.utils.safestring import mark_safe
-from wagtail.wagtailembeds.embed.embeds import get_embed
+from wagtail.wagtailembeds.embeds.embed import get_embed
register = template.Library()