diff --git a/editions/tw5.com/tiddlers/concepts/Macros.tid b/editions/tw5.com/tiddlers/concepts/Macros.tid index d1ec46dd9..fbeb98fd9 100644 --- a/editions/tw5.com/tiddlers/concepts/Macros.tid +++ b/editions/tw5.com/tiddlers/concepts/Macros.tid @@ -10,7 +10,7 @@ Macros are snippets of text that can be inserted with a concise shortcut: <> ``` -You can write your own [[Macros in WikiText]] or for more flexibility you can write [[JavaScript Macros]]. +You can write your own [[Macros in WikiText]] or for more flexibility you can write [[JavaScript Macros|http://tiddlywiki.com/dev/index.html#JavaScript%20Macros]]. The following macros are built-in to the TiddlyWiki core: diff --git a/editions/tw5.com/tiddlers/wikitext/Macros in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Macros in WikiText.tid index 8ad4ff5bd..aa242e4c1 100644 --- a/editions/tw5.com/tiddlers/wikitext/Macros in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Macros in WikiText.tid @@ -31,7 +31,7 @@ Global macros can be defined in any tiddler with the tag [[$:/tags/Macro]]. They Macros can be imported from other tiddlers with the ImportVariablesWidget. -[[JavaScript Macros]] can also be used for more flexibility. +[[JavaScript Macros|http://tiddlywiki.com/dev/index.html#JavaScript%20Macros]] can also be used for more flexibility. ! Using Macros