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 /create-a-wiki.mdwn | |
| parent | 854464c1194d389600ae4eeb53c01d20a8108fee (diff) | |
Change link formats from [[link|url]] to [link](url).
Diffstat (limited to 'create-a-wiki.mdwn')
| -rw-r--r-- | create-a-wiki.mdwn | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/create-a-wiki.mdwn b/create-a-wiki.mdwn index 37a944f..2965182 100644 --- a/create-a-wiki.mdwn +++ b/create-a-wiki.mdwn @@ -24,14 +24,14 @@ except requests from Internet.  # Install and configure Git  I can not recall how this was done. Refer to -[[Git's official website|https://git-scm.com/]] +[Git's official website](https://git-scm.com/)  # Install and configure Ikiwiki -Refer to [[ikiwiki setup|https://ikiwiki.info/setup/]] at -[[ikiwiki's official website|https://ikiwiki.info]] for initial +Refer to [ikiwiki setup](https://ikiwiki.info/setup/) at +[ikiwiki's official website](https://ikiwiki.info) for initial  install and configuration and -[[an article on Git|https://ikiwiki.info/rcs/git/]] for more details on +[an article on Git](https://ikiwiki.info/rcs/git/) for more details on  setting up Ikiwiki together with Git.  I did my best to answer the questions provided in the initial @@ -77,11 +77,11 @@ The connectivity chart is now as follows  # Install and configure Apache 2  For installation, follow the instructions in -[[Apache's official documentation|https://httpd.apache.org/docs]]. I +[Apache's official documentation](https://httpd.apache.org/docs). I  got Apache 2.4.6 installed.  I needed to activate the userdir module. Refer to -[[Per-user web directories|https://httpd.apache.org/docs/2.4/howto/public_html.html]] +[Per-user web directories](https://httpd.apache.org/docs/2.4/howto/public_html.html)  in Apache's documentation. For Debian do the following      $ cd /etc/apache2/mods-enabled @@ -89,7 +89,7 @@ in Apache's documentation. For Debian do the following      $ ln -s ln -s ../mods-available/userdir.conf  Also CGI execution need to be activated. See -[[Dynamic Content with CGI|https://httpd.apache.org/docs/2.4/howto/cgi.html]] +[Dynamic Content with CGI](https://httpd.apache.org/docs/2.4/howto/cgi.html)  in Apache's documentation. My  _/etc/apache2/mods-available/userdir.conf_ now looks as follows @@ -130,7 +130,7 @@ But what if I want to inspect and verify my local changes before  pushing them to _origin/master_?  The subject is covered in -[[the article on Git|https://ikiwiki.info/rcs/git/]]. I did what +[the article on Git](https://ikiwiki.info/rcs/git/). I did what  follows. Copy _wiki.setup_ to _wiki-preview.setup_ and edit those  fields: | 
