From a347f3ab0216bd21fa095735cca127689f6a2140 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 15 Jan 2016 16:56:00 +0100 Subject: Convert more links from http:// to https://. --- create-a-wiki.mdwn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'create-a-wiki.mdwn') diff --git a/create-a-wiki.mdwn b/create-a-wiki.mdwn index f47a881..37a944f 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|http://git-scm.com/]] +[[Git's official website|https://git-scm.com/]] # Install and configure Ikiwiki -Refer to [[ikiwiki setup|http://ikiwiki.info/setup/]] at -[[ikiwiki's officiatl website|http://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|http://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|http://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|http://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|http://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|http://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: -- cgit v1.2.3