commit 295257e21dfff0733ee1fd5a857ae88ee8c08b49 Author: Damian Johnson atagar@torproject.org Date: Tue Aug 28 09:06:27 2018 -0700
Fix changelog trac links
Oops! Stem uses this ":trac:`123`" sphinx macro but Nyx *doesn't* use sphinx. Dumb me. :P --- web/changelog/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/changelog/index.html b/web/changelog/index.html index e033e34..5b76574 100644 --- a/web/changelog/index.html +++ b/web/changelog/index.html @@ -71,8 +71,8 @@ <li><span class="component">Startup</span> <ul> <li>Connect by default to Tor Browser's default port (9151) when it's available</li> - <li>Nyxrc <b>color_override</b> configuration values only worked if camel case (:trac:`26026`)</li> - <li>Blank debug path caused us to crash (:trac:`27350`)</li> + <li>Nyxrc <b>color_override</b> configuration values only worked if camel case (<a href="https://trac.torproject.org/projects/tor/ticket/26026">ticket</a>)</li> + <li>Blank debug path caused us to crash (<a href="https://trac.torproject.org/projects/tor/ticket/27350">ticket</a>)</li> </ul> </li>
@@ -85,7 +85,7 @@ <li><span class="component">Connections</span> <ul> <li>Geoip information unavailable for inbound connections</li> - <li>Dialog showing exit statistics crashed when no data was available (:trac:`25801`)</li> + <li>Dialog showing exit statistics crashed when no data was available (<a href="https://trac.torproject.org/projects/tor/ticket/25801">ticket</a>)</li> </ul> </li>
tor-commits@lists.torproject.org