diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-05-22 02:39:20 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-05-22 02:40:25 +0200 |
commit | 7a6d444219ba6b3a42fece459414cc715db0a339 (patch) | |
tree | f35d5939f26b817604004fdad5c2b9d2f9860a65 /wiki-preview.mdwn | |
parent | 854464c1194d389600ae4eeb53c01d20a8108fee (diff) |
Change link formats from [[link|url]] to [link](url).
Diffstat (limited to 'wiki-preview.mdwn')
-rw-r--r-- | wiki-preview.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki-preview.mdwn b/wiki-preview.mdwn index 6334217..6454954 100644 --- a/wiki-preview.mdwn +++ b/wiki-preview.mdwn @@ -1,4 +1,4 @@ -Taking the [[Create a Wiki|create-a-wiki]] article as a starting point, this article describes how to set up preview of Friposts wiki. +Taking the [Create a Wiki](create-a-wiki) article as a starting point, this article describes how to set up preview of Friposts wiki. The basic idea is something like the following: @@ -20,7 +20,7 @@ recompilation of the local version of the. The local preview version is accessed by pointing the browser to *http\://localhost/~<name>/fripost-wiki-preview/*. -First the basics. According to [[Create a Wiki|create-a-wiki]] do the following: +First the basics. According to [Create a Wiki](create-a-wiki) do the following: * Install and configure Git * Install and configure Apache 2 |