docs: Fix up some broken links output spam.

This commit is contained in:
Tim Abbott
2018-11-28 09:49:22 -08:00
parent 5f3c8be6d1
commit 723fb60476
2 changed files with 2 additions and 4 deletions

View File

@@ -146,10 +146,6 @@ You may want to take a look first at our [Git and GitHub guide][].
[Git and GitHub guide]: ../git/index.html
*Article* - [Git tips][]
[Git tips]: http://blog.sidhant.me/os/python/git/projects/2017/01/07/Zulip-and-git.html
## Computer Science/Algorithms
*Blog* - [GeeksforGeeks][]

View File

@@ -16,6 +16,8 @@ EXCLUDED_URLS = [
'https://medium.freecodecamp.org/',
# Returns 404 to HEAD requests unconditionally
'https://www.git-tower.com/blog/command-line-cheat-sheet/',
# Requires authentication
'https://circleci.com/gh/zulip/zulip',
]