commit ee0a66427e63b55b6f8f006cb71d0d24e214a7ce Author: Antonela hola@antonela.me Date: Wed Dec 4 16:17:53 2019 -0300
Fix repos links --- templates/brand-assets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/brand-assets.html b/templates/brand-assets.html index 26fc4f9..a3b9e48 100644 --- a/templates/brand-assets.html +++ b/templates/brand-assets.html @@ -49,7 +49,7 @@ <div class="border p-5 text-left"> <h6>Download Tor Logo Assets</h6> <p class="m-0">This package includes .png and .svg files</p> - <a class="btn btn-lg btn-link p-0" title="Tor Media Repo" href="https://github.com/TheTorProject/tor-media" target="_blank">Visit Repo</a> + <a class="btn btn-lg btn-link p-0" title="Tor Media Repo" href="https://gitweb.torproject.org/project/web/styleguide.git/tree/assets/static/images/tor-logo" target="_blank">Visit Repo</a> </div> </div> </div> @@ -96,7 +96,7 @@ <div class="border p-5 text-left"> <h6>Download Tor Browser Icon</h6> <p class="m-0">This package includes .png and .svg files</p> - <a class="btn btn-lg btn-link p-0" title="Tor Media Repo" href="https://github.com/TheTorProject/tor-media" target="_blank">Visit Repo</a> + <a class="btn btn-lg btn-link p-0" title="Tor Media Repo" href="https://gitweb.torproject.org/project/web/styleguide.git/tree/assets/static/images/tor-browser" target="_blank">Visit Repo</a> </div> </div> </div>
tor-commits@lists.torproject.org