From f29297e63f2a11af89a33655b262792b51a02a52 Mon Sep 17 00:00:00 2001 From: ravenci <7629374-ravenci@users.noreply.gitlab.com> Date: Sat, 14 Nov 2020 07:01:05 +0700 Subject: [PATCH] fixed link again --- public/index.html | 2 +- public/indexdark.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index d47eaba..81750a0 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,7 @@ <ul> <li><a href="https://cheatsheetseries.owasp.org/">https://cheatsheetseries.owasp.org/</a></li> <li><a href="https://ctftime.org/">https://ctftime.org/</a></li> -<li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair"></a>Creating a perfect GPG keys</li> +<li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair/">Creating a perfect GPG key</a></li> <li><a href="https://codeberg.org/crimeflare/cloudflare-tor/">A detailed insight towards cloudflare centralized reverse-proxies</a></li> <li><a href="https://w3.org/">https://w3.org/</a></li> <h2>Feel free to gives me some frontend webdev related advice or say "Hi !" by either tagging me on mastodon or by commenting on my repo. You could find both of the link at the bottom of the page.</h2> diff --git a/public/indexdark.html b/public/indexdark.html index e34ed4f..0e805c4 100644 --- a/public/indexdark.html +++ b/public/indexdark.html @@ -16,7 +16,7 @@ <ul> <li><a href="https://cheatsheetseries.owasp.org/">https://cheatsheetseries.owasp.org/</a></li> <li><a href="https://ctftime.org/">https://ctftime.org/</a></li> -<li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair"></a>Creating a perfect GPG keys</li> +<li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair">Creating a perfect GPG key</a></li> <li><a href="https://codeberg.org/crimeflare/cloudflare-tor/">A detailed insight towards cloudflare centralized reverse-proxies</a></li> <li><a href="https://w3.org/">https://w3.org/</a></li> <h2>Feel free to gives me some frontend webdev related advice or say "Hi !" by either tagging me on mastodon or by commenting on my repo. You could find both of the link at the bottom of the page.</h2> -- GitLab