commit 497f9f22ee338d9ef02a542ac83b2c08043fef62 Author: Damian Johnson atagar@torproject.org Date: Thu Sep 3 17:08:58 2020 -0700
Header link to github
Our header looks odd because 'Development' is the only non-link. No reason for it to be an exception - it should point to github. --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 2f79c785..8429c245 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -47,7 +47,7 @@ <li><a href="{{ pathto('api') }}#utilities">Utilities</a></li> </ul> </li> - <li>Development + <li><a href="https://github.com/torproject/stem/">Development</a> <ul> <li><a href="{{ pathto('faq') }}">FAQ</a></li> <li><a href="{{ pathto('change_log') }}">Change Log</a></li>