You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2021/09/08 08:40:20 UTC

[incubator-annotator-website] branch asf-site updated: Fix link

This is an automated email from the ASF dual-hosted git repository.

gerben pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4a0df44  Fix link
4a0df44 is described below

commit 4a0df446808581d1b64f3307d100b9700c7e65b1
Author: Gerben <ge...@treora.com>
AuthorDate: Wed Sep 8 10:40:04 2021 +0200

    Fix link
---
 content/index.html | 2 +-
 src/index.html     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/index.html b/content/index.html
index f57e7c1..eefc0ea 100644
--- a/content/index.html
+++ b/content/index.html
@@ -149,7 +149,7 @@
                   </div>
                   <div class="ui horizontal link list">
                     <a class="item" href="https://github.com/apache/incubator-annotator/wiki/Testing-a-Source-Release">Instructions for verifying downloads.</a>
-                    <a class="item" href="https:/www.apache.org/dist/incubator/annotator/KEYS">KEYS file for validating signatures.</a>
+                    <a class="item" href="https://www.apache.org/dist/incubator/annotator/KEYS">KEYS file for validating signatures.</a>
                   </div>
                 </div>
               </div>
diff --git a/src/index.html b/src/index.html
index 8b8caf6..f5b9de3 100644
--- a/src/index.html
+++ b/src/index.html
@@ -97,7 +97,7 @@ layout: default
                   </div>
                   <div class="ui horizontal link list">
                     <a class="item" href="https://github.com/apache/incubator-annotator/wiki/Testing-a-Source-Release">Instructions for verifying downloads.</a>
-                    <a class="item" href="https:/www.apache.org/dist/incubator/annotator/KEYS">KEYS file for validating signatures.</a>
+                    <a class="item" href="https://www.apache.org/dist/incubator/annotator/KEYS">KEYS file for validating signatures.</a>
                   </div>
                 </div>
               </div>