[doc] fix link to setup info in README
authorJulien Cristau <julien.cristau@logilab.fr>
Fri, 17 Jul 2015 13:49:58 +0200
changeset 10542 53a2b00b6758
parent 10541 03bae22c8d0e
child 10543 94af55569598
[doc] fix link to setup info in README ... and fix URL to the repository's gpg key.
README
doc/book/admin/setup.rst
--- a/README	Mon Jul 20 12:15:20 2015 +0200
+++ b/README	Fri Jul 17 13:49:58 2015 +0200
@@ -14,7 +14,7 @@
 Install
 -------
 
-More details at http://docs.cubicweb.org/admin/setup
+More details at http://docs.cubicweb.org/book/admin/setup
 
 Getting started
 ---------------
--- a/doc/book/admin/setup.rst	Mon Jul 20 12:15:20 2015 +0200
+++ b/doc/book/admin/setup.rst	Fri Jul 17 13:49:58 2015 +0200
@@ -66,7 +66,7 @@
 The repositories are signed with the `Logilab's gnupg key`_. You can download
 and register the key to avoid warnings::
 
-  wget -q http://download.logilab.org/logilab-dists-key.asc -O- | sudo apt-key add -
+  wget -O/etc/apt/trusted.gpg.d/logilab.gpg https://www.logilab.fr/logilab-debian-keyring.gpg
 
 Update your list of packages and perform the installation::
 
@@ -94,7 +94,7 @@
     :ref:`cubicweb with mysql database <MySqlConfiguration>`.
 
 .. _`list of sources`: http://wiki.debian.org/SourcesList
-.. _`Logilab's gnupg key`: http://download.logilab.org/logilab-dists-key.asc
+.. _`Logilab's gnupg key`: https://www.logilab.fr/logilab-debian-keyring.gpg
 .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/
 
 .. _WindowsInstallation: