Skip to content

Commit 683d6d7

Browse files
committed
update link routing
1 parent a3fc2bf commit 683d6d7

File tree

4 files changed

+1
-344
lines changed

4 files changed

+1
-344
lines changed

linear-algebra-with-python-book/css/styles.css

Lines changed: 0 additions & 105 deletions
This file was deleted.

linear-algebra-with-python-book/index.html

Lines changed: 0 additions & 93 deletions
This file was deleted.

linear-algebra-with-python-book/scripts/cover-plot-1.js

Lines changed: 0 additions & 145 deletions
This file was deleted.

scripts/update_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
content = re.sub(r"<font color='purple' size=2.5><i>Updated on .*</i></font>", updated_date, content)
1616

1717
# Define the new base URL for nbviewer links
18-
new_base_url = "https://nbviewer.org/github/weijie-chen/Linear-Algebra-With-Python/blob/master/notebooks"
18+
new_base_url = "https://www.weijiechen.com/linear-algebra-with-python-book/qmd/"
1919

2020
# Function to generate new lecture link
2121
def generate_lecture_link(filename):

0 commit comments

Comments
 (0)