This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit c3dc3f4c4c8af2de31e1b1bd3d0f88bc41c8f477 Author: kez kez@torproject.org AuthorDate: Wed Jun 1 18:09:37 2022 -0700
Correct link URL --- frontend/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/templates/home.html b/frontend/templates/home.html index e2f6ea5..b72ce57 100644 --- a/frontend/templates/home.html +++ b/frontend/templates/home.html @@ -12,5 +12,5 @@ <div class="container pt-5 d-flex justify-content-around" id="bridgedb-steps-container"> {{ render_step(1, 'Download Tor Browser', 'https://www.torproject.org/projects/torbrowser.html', 'download-tor-browser.png') }} {{ render_step(2, 'Get Bridges', '/options'|url, 'get-bridges.png') }} - {{ render_step(3, 'Add the Bridges', 'https://bridges.torproject.org/howto', 'add-bridges.png') }} + {{ render_step(3, 'Add the Bridges', '/howto'|url, 'add-bridges.png') }} </div>