diff --git a/README.rst b/README.rst index 24cbbca..1fe1c23 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ Features Documentation ------------- -Check documentation at http://djangocms-blog.readthedocs.io/en/latest/ +Check documentation at https://djangocms-blog.readthedocs.io/en/latest/ Known djangocms-blog websites +++++++++++++++++++++++++++++ diff --git a/docs/features.rst b/docs/features.rst index 97c30e4..b68bb77 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -168,5 +168,5 @@ django-knocker ``djangocms-blog`` is integrated with `django-knocker `_ to provide real time desktop notifications. -See `django-knocker documentation `_ for how to configure +See `django-knocker documentation `_ for how to configure knocker. diff --git a/docs/installation.rst b/docs/installation.rst index 9df6460..c935e35 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -62,7 +62,7 @@ suited for your deployment. url(r'^taggit_autosuggest/', include('taggit_autosuggest.urls')), -* To start your blog you need to use `AppHooks from django CMS `_ +* To start your blog you need to use `AppHooks from django CMS `_ to add the blog to a django CMS page; this step is not required when using `Auto setup `_: @@ -79,7 +79,7 @@ suited for your deployment. new **Application configuration** * Add and edit blog by creating them in the admin or using the toolbar, - and the use the `django CMS frontend editor `_ + and the use the `django CMS frontend editor `_ to edit the blog content: * Create a new blog entry in django admin backend or from the toolbar @@ -97,10 +97,10 @@ Dependency applications may need configuration to work properly. Please, refer to each application documentation on details. -* django-filer: http://django-filer.readthedocs.org +* django-filer: https://django-filer.readthedocs.io * django-meta: https://github.com/nephila/django-meta#installation * django-meta-mixin: https://github.com/nephila/django-meta-mixin#installation -* django-parler: http://django-parler.readthedocs.org/en/latest/quickstart.html#configuration +* django-parler: https://django-parler.readthedocs.io/en/latest/quickstart.html#configuration * django-taggit-autosuggest: https://bitbucket.org/fabian/django-taggit-autosuggest