Missing bracket
This commit is contained in:
parent
f5ddd9ce48
commit
82842b0ccb
|
@ -45,7 +45,7 @@ After installation it's possible that you might want some advice on how to run y
|
||||||
|
|
||||||
If you find bugs, or want to add a new app to this system see the [[./devguide.html][Developers Guide]].
|
If you find bugs, or want to add a new app to this system see the [[./devguide.html][Developers Guide]].
|
||||||
|
|
||||||
Ready made disk images which can be copied onto USB or microSD drives are [[./downloads/v3][available here].
|
Ready made disk images which can be copied onto USB or microSD drives are [[./downloads/v3][available here]].
|
||||||
|
|
||||||
#+BEGIN_CENTER
|
#+BEGIN_CENTER
|
||||||
This site can also be accessed via a Tor browser at http://pazyv7nkllp76hqr.onion. This documentation is under the [[https://www.gnu.org/licenses/fdl-1.3.txt][GNU Free Documentation License version 1.3]]
|
This site can also be accessed via a Tor browser at http://pazyv7nkllp76hqr.onion. This documentation is under the [[https://www.gnu.org/licenses/fdl-1.3.txt][GNU Free Documentation License version 1.3]]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2017-10-05 Thu 13:21 -->
|
<!-- 2017-10-15 Sun 11:25 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>‎</title>
|
<title>‎</title>
|
||||||
|
@ -300,7 +300,7 @@ If you find bugs, or want to add a new app to this system see the <a href="./dev
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Ready made disk images which can be copied onto USB or microSD drives are [[./downloads/v3][available here].
|
Ready made disk images which can be copied onto USB or microSD drives are <a href="./downloads/v3">available here</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-center">
|
<div class="org-center">
|
||||||
|
|
Loading…
Reference in New Issue