aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-06-26 12:10:27 +0200
committerlurchi <lurchi@strangeplace.net>2019-06-26 12:10:27 +0200
commitaf1fcd1a12be6d089bd7c1e66b99dd626a448dca (patch)
tree64371d993132068ae2e2402291db57c6b4e0a727
parent64df8cbfc3b5aca9555033e57d52a0701c50d7eb (diff)
downloadwww-af1fcd1a12be6d089bd7c1e66b99dd626a448dca.tar.gz
www-af1fcd1a12be6d089bd7c1e66b99dd626a448dca.zip
fix config path
-rw-r--r--template/tutorial-archpi.html.j22
-rw-r--r--template/tutorial-debian9.html.j22
-rw-r--r--template/tutorial-macos.html.j22
-rw-r--r--template/tutorial-netbsd.html.j22
-rw-r--r--template/tutorial-ubuntu1804.html.j22
5 files changed, 5 insertions, 5 deletions
diff --git a/template/tutorial-archpi.html.j2 b/template/tutorial-archpi.html.j2
index c33c57bd..2fdfab07 100644
--- a/template/tutorial-archpi.html.j2
+++ b/template/tutorial-archpi.html.j2
@@ -56,7 +56,7 @@ in the next step:<p>
56<h3>{{ _("Run") }}</h3> 56<h3>{{ _("Run") }}</h3>
57 57
58<p>By default GNUnet looks in our home directory for the file 58<p>By default GNUnet looks in our home directory for the file
59~/.gnunet/gnunet.conf. We can start with an empty file for now:</p> 59~/.config/gnunet.conf. We can start with an empty file for now:</p>
60 60
61<p><code> 61<p><code>
62> touch ~/.config/gnunet.conf 62> touch ~/.config/gnunet.conf
diff --git a/template/tutorial-debian9.html.j2 b/template/tutorial-debian9.html.j2
index aed428ff..9d34fdfd 100644
--- a/template/tutorial-debian9.html.j2
+++ b/template/tutorial-debian9.html.j2
@@ -196,7 +196,7 @@
196 <p> 196 <p>
197 Congratulations! GNUnet is now installed! Before we start it we 197 Congratulations! GNUnet is now installed! Before we start it we
198 need to create a configuration file. By default GNUnet looks in 198 need to create a configuration file. By default GNUnet looks in
199 our home directory for the file `~/.gnunet/gnunet.conf`. We can 199 our home directory for the file `~/.config/gnunet.conf`. We can
200 start with an empty file for now: 200 start with an empty file for now:
201 </p> 201 </p>
202 202
diff --git a/template/tutorial-macos.html.j2 b/template/tutorial-macos.html.j2
index 69b02b28..22ede95f 100644
--- a/template/tutorial-macos.html.j2
+++ b/template/tutorial-macos.html.j2
@@ -40,7 +40,7 @@
40 <p> 40 <p>
41 Congratulations! GNUnet is now installed! Before starting it you 41 Congratulations! GNUnet is now installed! Before starting it you
42 may create a configuration file. By default GNUnet looks in 42 may create a configuration file. By default GNUnet looks in
43 our home directory for the file `~/.gnunet/gnunet.conf`. 43 our home directory for the file `~/.config/gnunet.conf`.
44 Creating the configuation file is optional. For now just create an empty 44 Creating the configuation file is optional. For now just create an empty
45 file which will remind you of the location later if needed: 45 file which will remind you of the location later if needed:
46 </p> 46 </p>
diff --git a/template/tutorial-netbsd.html.j2 b/template/tutorial-netbsd.html.j2
index 18e9e630..2d582989 100644
--- a/template/tutorial-netbsd.html.j2
+++ b/template/tutorial-netbsd.html.j2
@@ -101,7 +101,7 @@
101 <p> 101 <p>
102 Congratulations! GNUnet is now installed! Before starting it you 102 Congratulations! GNUnet is now installed! Before starting it you
103 may create a configuration file. By default GNUnet looks in 103 may create a configuration file. By default GNUnet looks in
104 our home directory for the file `~/.gnunet/gnunet.conf`. 104 our home directory for the file `~/.config/gnunet.conf`.
105 Creating the configuation file is optional. For now just create an empty 105 Creating the configuation file is optional. For now just create an empty
106 file which will remind you of the location later if needed: 106 file which will remind you of the location later if needed:
107 </p> 107 </p>
diff --git a/template/tutorial-ubuntu1804.html.j2 b/template/tutorial-ubuntu1804.html.j2
index 12d4b048..3f01e7ff 100644
--- a/template/tutorial-ubuntu1804.html.j2
+++ b/template/tutorial-ubuntu1804.html.j2
@@ -144,7 +144,7 @@
144 <p> 144 <p>
145 Congratulations! GNUnet is now installed! Before we start it we 145 Congratulations! GNUnet is now installed! Before we start it we
146 need to create a configuration file. By default GNUnet looks in 146 need to create a configuration file. By default GNUnet looks in
147 our home directory for the file `~/.gnunet/gnunet.conf`. We can 147 our home directory for the file `~/.config/gnunet.conf`. We can
148 start with an empty file for now: 148 start with an empty file for now:
149 </p> 149 </p>
150 <br /> 150 <br />