diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-06 16:10:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-06 16:10:40 -0400 |
| commit | 6e8d3872eccce71f9a257f140f865b97715e0a6d (patch) | |
| tree | 4647cd97e4a6e837e1edc2094531d0a76379be5d | |
| parent | 9400d8f26e035ca3562d752ba0c9af7c155f77b6 (diff) | |
use nofollow where appropriate
| -rw-r--r-- | static/install.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/install.html b/static/install.html index 829b0726..c70fd875 100644 --- a/static/install.html +++ b/static/install.html @@ -186,10 +186,10 @@ Installed as /home/username/downloads/platform-tools/fastboot</pre> </ul> <p>On Debian-based distributions, the <code>signify</code> package and command are an - <a href="http://signify.sourceforge.net/">unmaintained mail-related tool for - generating mail signatures (not cryptographic signatures)</a> with the final releases - from 2003-2004 made directly by the developer via the Debian package without upstream - releases. Please pressure them to correct this usability issue.</p> + <a href="http://signify.sourceforge.net/" rel="nofollow">unmaintained mail-related + tool for generating mail signatures (not cryptographic signatures)</a> with the final + releases from 2003-2004 made directly by the developer via the Debian package without + upstream releases. Please pressure them to correct this usability issue.</p> <h2 id="enabling-oem-unlocking"> <a href="#enabling-oem-unlocking">Enabling OEM unlocking</a> |
