fix typo in URL
This commit is contained in:
parent
d6175b1c9a
commit
154a0ee9dc
@ -158,6 +158,10 @@ http {
|
||||
return 301 /install/web;
|
||||
}
|
||||
|
||||
location = /install-web {
|
||||
return 301 /install/web;
|
||||
}
|
||||
|
||||
location = /LICENSE {
|
||||
return 301 /LICENSE.txt;
|
||||
}
|
||||
|
@ -1107,7 +1107,7 @@
|
||||
<h2><a href="#install">How do I install GrapheneOS?</a></h2>
|
||||
|
||||
<p>Either follow the <a href="/install/cli">official command-line installation
|
||||
guide</a> or use <a href="/install-web">our web-based installer</a>. Third party
|
||||
guide</a> or use <a href="/install/web">our web-based installer</a>. Third party
|
||||
installation guides tend to be out-of-date and often contain misguided advice and
|
||||
errors. If you have trouble with the installation process, ask for help from the
|
||||
<a href="/contact#community">#grapheneos Matrix / IRC channel</a>.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user