diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-01 01:31:05 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-01 01:31:05 -0400 |
| commit | 88a5bfa97fe8b99ac489bbfcb7750dae830652e3 (patch) | |
| tree | 907c372e7a1f952f6eb3a0b5d92b52e92b13ae7c /static/install.html | |
| parent | d6bb9d6a7525d63e4f7edf82173ee8ace5888768 (diff) | |
remove domain from path to logo
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index ce065c4a..8d15cf02 100644 --- a/static/install.html +++ b/static/install.html @@ -269,7 +269,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <pre>fastboot erase avb_custom_key</pre> </div> <footer> - <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> + <a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> <ul id="social"> <li><a href="https://twitter.com/GrapheneOS">Twitter</a></li> <li><a href="https://github.com/GrapheneOS">GitHub</a></li> |
