You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/10 18:53:49 UTC

[1/2] couchdb-www git commit: fix wiki link

Repository: couchdb-www
Updated Branches:
  refs/heads/asf-site cc1592f35 -> 124f558d3


fix wiki link


Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/18b16e80
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/18b16e80
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/18b16e80

Branch: refs/heads/asf-site
Commit: 18b16e8061a2e7cf632527782a5a3d20cd7c3cd6
Parents: cc1592f
Author: Jan Lehnardt <ja...@apache.org>
Authored: Tue Jul 10 20:51:56 2018 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Tue Jul 10 20:51:56 2018 +0200

----------------------------------------------------------------------
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/18b16e80/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 6375213..7ffe747 100644
--- a/index.html
+++ b/index.html
@@ -731,7 +731,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design.
 
         <ul class="list more">
           <li class="corner"></li>
-          <li><a href="http://wiki.apache.org/couchdb/">Wiki<span></span></a></li>
+          <li><a href="http://cwiki.apache.org/confluence/display/COUCHDB/">Wiki<span></span></a></li>
           <li><a href="https://github.com/apache/couchdb/issues">Issue Tracker<span></span></a></li>
           <li><a href="https://github.com/apache/couchdb/pulls">Pull Requests<span></span></a></li>
           <li><a href="https://github.com/apache?q=couchdb">Git Mirrors<span></span></a></li>


[2/2] couchdb-www git commit: add KEYS link

Posted by ja...@apache.org.
add KEYS link


Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/124f558d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/124f558d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/124f558d

Branch: refs/heads/asf-site
Commit: 124f558d3f08f5052787b3bd7c7c8319e18bc403
Parents: 18b16e8
Author: Jan Lehnardt <ja...@apache.org>
Authored: Tue Jul 10 20:53:46 2018 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Tue Jul 10 20:53:46 2018 +0200

----------------------------------------------------------------------
 index.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/124f558d/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 7ffe747..0475e93 100644
--- a/index.html
+++ b/index.html
@@ -618,7 +618,9 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design.
             </span>
           </li>
         </ul>
-
+        <div>
+          All source tarballs and release binaries are signed with <a href="http://www.apache.org/dist/couchdb/KEYS">one of these GPG keys</a>. You can verify a release by importing the key file and running <code>gpg --verify /path/to/downloaded/file</code>
+        </div>
       </div>
 
     </div>
@@ -685,7 +687,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design.
 
 
         <div>
-          All source tarballs and release binaries are signed with one of these GPG keys. You can verify a release by importing the key file and running <code>gpg --verify /path/to/downloaded/file</code>
+          All source tarballs and release binaries are signed with <a href="http://www.apache.org/dist/couchdb/KEYS">one of these GPG keys</a>. You can verify a release by importing the key file and running <code>gpg --verify /path/to/downloaded/file</code>
         </div>
       </div>