TE-2702 Update Read the Docs links to HTTPS
This commit is contained in:
@@ -454,7 +454,7 @@ def url_for_help(book_slug, path_component):
|
||||
"""
|
||||
# Emulate the switch between books that happens in envs/bokchoy.py
|
||||
books = EDX_BOOKS if RELEASE_LINE == "master" else OPEN_BOOKS
|
||||
url = 'http://edx.readthedocs.io/projects/{}/en/{}{}'.format(books[book_slug], doc_version(), path_component)
|
||||
url = 'https://edx.readthedocs.io/projects/{}/en/{}{}'.format(books[book_slug], doc_version(), path_component)
|
||||
return url
|
||||
|
||||
|
||||
|
||||
@@ -1030,7 +1030,7 @@ class CreateTeamTest(TeamFormActions):
|
||||
# way to write something that waits for that event handler to be bound
|
||||
# to the button element. So I used time.sleep as well, even though
|
||||
# the bok choy docs explicitly ask us not to:
|
||||
# http://bok-choy.readthedocs.io/en/latest/guidelines.html
|
||||
# https://bok-choy.readthedocs.io/en/latest/guidelines.html
|
||||
# Sorry! For the story to address this anti-pattern, see TNL-5820
|
||||
time.sleep(0.5)
|
||||
self.team_management_page.submit_form()
|
||||
|
||||
Reference in New Issue
Block a user