[tor-commits] r26776: {website} Use the <page> tag, or use it correctly. (website/trunk/docs/en)

Matt Pagan matt at pagan.io
Tue May 13 00:03:49 UTC 2014


Author: mttp
Date: 2014-05-13 00:03:48 +0000 (Tue, 13 May 2014)
New Revision: 26776

Modified:
   website/trunk/docs/en/faq.wml
   website/trunk/docs/en/verifying-signatures.wml
Log:
Use the <page> tag, or use it correctly.


Modified: website/trunk/docs/en/faq.wml
===================================================================
--- website/trunk/docs/en/faq.wml	2014-05-12 23:25:52 UTC (rev 26775)
+++ website/trunk/docs/en/faq.wml	2014-05-13 00:03:48 UTC (rev 26776)
@@ -1607,7 +1607,7 @@
     (sha256sums.txt)?</a></h3>
 
     <p>Instructions are on the <a 
-    href="<page docs/verifying-signatures#BuildVerification>">verifying 
+    href="<page docs/verifying-signatures>#BuildVerification">verifying 
     signatures</a> page.</p>
 
     <hr>

Modified: website/trunk/docs/en/verifying-signatures.wml
===================================================================
--- website/trunk/docs/en/verifying-signatures.wml	2014-05-12 23:25:52 UTC (rev 26775)
+++ website/trunk/docs/en/verifying-signatures.wml	2014-05-13 00:03:48 UTC (rev 26776)
@@ -201,7 +201,7 @@
     <ul>
       <li>Download the Tor Browser package, the sha256sums.txt file, and the
       sha256sums signature files. They can all be found in the same directory 
-      under <a href="https://www.torproject.org/dist/torbrowser/">
+      under <a href="<page dist/torbrowser>">
       https://www.torproject.org/dist/torbrowser/</a>, for example in '3.5' 
       for TBB 3.5.</li>
       <li>Retrieve the signers' GPG keys. This can be done from the command 
@@ -209,7 +209,7 @@
       <pre>gpg --keyserver keys.mozilla.org --recv-keys 0x29846B3C683686CC</pre>
       (This will bring you developer Mike Perry's public key. Other 
       developers' key IDs can be found on
-      <a href="https://www.torproject.org/docs/signing-keys.html.en">this 
+      <a href="<page docs/signing-keys>">this 
       page</a>.)</li>
       <li>Verify the sha256sums.txt file by executing this command:
       <pre>gpg --verify <NAME OF THE SIGNATURE FILE>.asc sha256sums.txt</pre></li>



More information about the tor-commits mailing list