From d9c2cb44f88e0ff2258fffa7430864120c1b09a8 Mon Sep 17 00:00:00 2001 From: AragurDEV Date: Fri, 10 Aug 2018 14:00:29 +0200 Subject: [PATCH] Fix 404 in README.md Directly accessing 'wiki' results in a 404. I have added the complete wiki url (as in the FAQ topic) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a069a62..6a341d9 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ You can add: ### Dive In! - Do not miss [our demos](https://webslides.tv/). -- Want to get techie? Read [our wiki](wiki): +- Want to get techie? Read [our wiki](https://github.com/webslides/WebSlides/wiki): - [FAQ](https://github.com/webslides/WebSlides/wiki) - [Core API](https://github.com/webslides/WebSlides/wiki/Core-API) - [Plugin Docs](https://github.com/webslides/WebSlides/wiki/Plugin-docs)