Skip to content

Commit caf7a5f

Browse files
committed
Update example sites to check
1 parent 7372335 commit caf7a5f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

sites.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,11 @@ def check_sites(verbose=False):
5757
'''
5858
servers = [
5959
{'url': 'http://about.readthedocs.com/', 'code': 302, 'redirect': 'https://about.readthedocs.com/'},
60-
{'url': 'http://readthedocs.com/', 'code': 302, 'redirect': 'https://readthedocs.com/'},
61-
{'url': 'https://about.readthedocs.com/', 'code': 200, 'contents': 'Documentation simplified'},
60+
{'url': 'http://readthedocs.com/', 'code': 302, 'redirect': 'https://app.readthedocs.com/welcome/'},
61+
{'url': 'https://about.readthedocs.com/', 'code': 200, 'contents': 'Your Documentation Infrastructure Layer'},
6262

6363
{'url': 'http://www.python.org/', 'code': 301, 'redirect': 'https://www.python.org/'},
6464
{'url': 'https://www.python.org/', 'code': 200, 'contents': 'official home of the Python Programming Language'},
65-
66-
{'url': 'http://thunderbird.net/', 'code': 301, 'redirect': 'https://thunderbird.net/'},
67-
{'url': 'http://www.thunderbird.net/', 'code': 301, 'redirect': 'https://www.thunderbird.net/'},
68-
{'url': 'https://www.thunderbird.net/en-US/', 'code': 200, 'contents': 'Creative Commons license'},
6965
]
7066

7167
errors = []

0 commit comments

Comments
 (0)