diff --git a/readme.md b/readme.md
index f55f646..39acfd2 100644
--- a/readme.md
+++ b/readme.md
@@ -56,13 +56,3 @@ The F12 key opens the Chromium developer tools for the current window.
2. Download the TiddlyWiki5 repo from https://github.com/Jermolene/TiddlyWiki5 to a sibling directory to the TiddlyDesktop repo called "TiddlyWiki5"
3. Run `bld.sh`
4. Execute `output/mac/TiddlyWiki.app` or `output/win/nw.exe` or `output/linux32/nw` or `output/linux64/nw`
-
-# Creating inter-wiki links
-
-You can create links that open a TiddlyWiki in a new window:
-
-```
-Open my wiki
-```
-
-These links only work within TiddlyDesktop.
diff --git a/source/base-config-tiddlywiki/plugins/tiddlydesktop/help/Links.tid b/source/base-config-tiddlywiki/plugins/tiddlydesktop/help/Links.tid
new file mode 100644
index 0000000..cbdb987
--- /dev/null
+++ b/source/base-config-tiddlywiki/plugins/tiddlydesktop/help/Links.tid
@@ -0,0 +1,13 @@
+title: $:/TiddlyDesktop/Help/Links
+caption: Links
+tags: $:/TiddlyDesktop/Help
+
+# Creating inter-wiki links
+
+You can create links that open a TiddlyWiki in a new window:
+
+```
+Open my wiki
+```
+
+These links only work within TiddlyDesktop.