mirror of https://github.com/zulip/zulip.git
docs: Deal with a few broken links.
This commit is contained in:
parent
0ce508693f
commit
fa26475fcf
|
@ -187,7 +187,7 @@ the maintainer time and get the PR merged quicker.
|
|||
|
||||
We also strongly recommend reviewers to go through the following resources.
|
||||
|
||||
* [The Gentle Art of Patch Review](http://sarah.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/)
|
||||
* [The Gentle Art of Patch Review](http://sage.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/)
|
||||
article by Sarah Sharp
|
||||
* [Zulip & Good Code Review](https://www.harihareswara.net/sumana/2016/05/17/0)
|
||||
article by Sumana Harihareswara
|
||||
|
|
|
@ -134,7 +134,7 @@ Some titles have been shortened for organizational purposes.
|
|||
|
||||
*Course* - [React native and redux course][] (*Not free!*)
|
||||
|
||||
[React native and redux course]: https://www.udemy.com/the-complete-react-native-and-redux-course/
|
||||
[React native and redux course]: https://www.udemy.com/course/the-complete-react-native-and-redux-course/
|
||||
|
||||
*Slides* - [TypeScript vs. CoffeeScript vs. ES6][]
|
||||
|
||||
|
|
|
@ -23,6 +23,10 @@ EXCLUDED_URLS = [
|
|||
'https://circleci.com/gh/zulip/zulip/tree/master',
|
||||
'https://circleci.com/gh/zulip/zulip/16617',
|
||||
'https://www.linkedin.com/company/zulip-project',
|
||||
# Returns 403 errors to HEAD requests
|
||||
'https://giphy.com',
|
||||
'https://giphy.com/apps/giphycapture',
|
||||
'https://www.udemy.com/course/the-complete-react-native-and-redux-course/',
|
||||
]
|
||||
|
||||
VNU_IGNORE = re.compile(r'|'.join([
|
||||
|
|
Loading…
Reference in New Issue