[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2680: Make some of the helpful links more helpfully clickable. (in vidalia: . trunk/src/vidalia/help/content/en)
Author: edmanm
Date: 2008-06-09 23:07:13 -0400 (Mon, 09 Jun 2008)
New Revision: 2680
Modified:
vidalia/
vidalia/trunk/src/vidalia/help/content/en/links.html
Log:
r487@thebe: edmanm | 2008-06-09 23:05:33 -0400
Make some of the helpful links more helpfully clickable.
Property changes on: vidalia
___________________________________________________________________
svk:merge ticket from /local/vidalia [r487] on 45a62a8a-8088-484c-baad-c7b3e776dd32
Modified: vidalia/trunk/src/vidalia/help/content/en/links.html
===================================================================
--- vidalia/trunk/src/vidalia/help/content/en/links.html 2008-06-10 03:07:10 UTC (rev 2679)
+++ vidalia/trunk/src/vidalia/help/content/en/links.html 2008-06-10 03:07:13 UTC (rev 2680)
@@ -21,17 +21,26 @@
<tr>
<td> </td>
<td>Homepage</td>
- <td><i>http://www.vidalia-project.net/</i></td>
+ <td>
+ <a href="http://www.vidalia-project.net/">
+ http://www.vidalia-project.net/</a>
+ </td>
</tr>
<tr>
<td> </td>
<td>Wiki</td>
- <td><i>http://trac.vidalia-project.net/wiki</i></td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki">
+ http://trac.vidalia-project.net/wiki</a>
+ </td>
</tr>
<tr>
<td> </td>
<td>Bugtracker</td>
- <td><i>http://trac.vidalia-project.net/report</i></td>
+ <td>
+ <a href="http://trac.vidalia-project.net/report">
+ http://trac.vidalia-project.net/report</a>
+ </td>
</tr>
</table>
@@ -40,22 +49,31 @@
<tr>
<td> </td>
<td>Homepage</td>
- <td><i>https://torproject.org/</i></td>
+ <td><a href="https://torproject.org/">https://torproject.org/</a></td>
</tr>
<tr>
<td> </td>
<td>FAQ</td>
- <td><i>http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ</i></td>
+ <td>
+ <a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ">
+ https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ</a>
+ </td>
</tr>
<tr>
<td> </td>
<td>Wiki</td>
- <td><i>http://wiki.noreply.org/noreply/TheOnionRouter</i></td>
+ <td>
+ <a href="https://wiki.torproject.org/noreply/TheOnionRouter">
+ https://wiki.torproject.org/noreply/TheOnionRouter</a>
+ </td>
</tr>
<tr>
<td> </td>
<td>Bugtracker</td>
- <td><i>http://bugs.noreply.org/flyspray/</i></td>
+ <td>
+ <a href="https://bugs.torproject.org/flyspray/">
+ https://bugs.torproject.org/flyspray</a>
+ </td>
</table>
</body>