diff options
| author | Damian Johnson <atagar@torproject.org> | 2017-11-17 12:34:31 -0800 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2017-11-17 12:34:31 -0800 |
| commit | 2ca19e623a82620672457f2e3ffc34d33506bfa4 (patch) | |
| tree | d3e1a977418d2b623cf0d81a4a6a8f3d9c5ca8a6 | |
| parent | 3eb84cdb3b5fc52477a5a40df0a76f44daf87f1e (diff) | |
Fix git link on changelog
https://trac.torproject.org/projects/tor/ticket/24289
| -rw-r--r-- | web/changelog/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/changelog/index.html b/web/changelog/index.html index f597404..54737d5 100644 --- a/web/changelog/index.html +++ b/web/changelog/index.html @@ -65,7 +65,7 @@ <div id="unreleased" class="section"></div> <a href="#unreleased" class="section-title">Unreleased</a> - <p>The following are only available within Nyx's <a href="#git">git repository</a>.</p> + <p>The following are only available within Nyx's <a href="https://gitweb.torproject.org/nyx.git">git repository</a>.</p> <ul> <li><span class="component">Connections</span> |
