Skip to content
This repository was archived by the owner on Jun 4, 2020. It is now read-only.

Commit 7b575e1

Browse files
authored
Update copy on 404 page
1 parent a56b952 commit 7b575e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

404.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /404.html
77

88
Oops: the lectures have been reorganized and we appear to have broken your link.
99

10-
<p class="loading">Redirecting you to the homepage</p>
10+
<p class="loading">Redirecting you to the new address</p>
1111

1212
<br>
1313

@@ -16,4 +16,4 @@ Oops: the lectures have been reorganized and we appear to have broken your link.
1616
//window.location='/'
1717
window.location='https://python-programming.quantecon.org' + window.location.pathname;
1818
}, 3000);
19-
</script>
19+
</script>

0 commit comments

Comments
 (0)