From 1ae6a615432df900cc6eb8bdee50f76a423cafb7 Mon Sep 17 00:00:00 2001 From: Wendy Wang Date: Fri, 23 Sep 2022 23:31:08 +0200 Subject: [PATCH] Corrected the link to the example wiki --- docs/source/Howtos/Add-a-wiki-on-your-website.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Howtos/Add-a-wiki-on-your-website.md b/docs/source/Howtos/Add-a-wiki-on-your-website.md index 47e680137e..884dd573b6 100644 --- a/docs/source/Howtos/Add-a-wiki-on-your-website.md +++ b/docs/source/Howtos/Add-a-wiki-on-your-website.md @@ -17,7 +17,7 @@ has passed.) The [Django-wiki](https://django-wiki.readthedocs.io/) offers a lot of features associated with wikis, is actively maintained (at this time, anyway), and isn't too difficult to install in Evennia. You can -see a [demonstration of Django-wiki here](https://demo.django.wiki). +see a [demonstration of Django-wiki here](https://demo.django-wiki.org). ## Basic installation @@ -229,4 +229,4 @@ contributing to this new project. Considering the list of features in Django wiki, obviously other things could be added to the list. However, these features may be the most important and useful. Additional ones might not be that necessary. If you're interested in supporting this little project, you are more than welcome to -[contribute to it](https://github.com/vincent-lg/evennia-wiki). Thanks! \ No newline at end of file +[contribute to it](https://github.com/vincent-lg/evennia-wiki). Thanks!