@@ -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