Skip to content

Commit 5aa9053

Browse files
committed
fix linkchecker results
1 parent 5dc8f41 commit 5aa9053

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lectures/_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ sphinx:
2323
'https://ieeexplore.ieee.org/document/8757088',
2424
'https://www.sciencedirect.com/science/article/pii/S1477388021000177',
2525
'https://keras.io/',
26-
'https://data.oecd.org/']
26+
'https://data.oecd.org/',
27+
'https://www.reddit.com/',
28+
'https://openai.com']
2729
html_favicon: _static/lectures-favicon.ico
2830
html_theme: quantecon_book_theme
2931
html_static_path: ['_static']

lectures/workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This lecture takes you through the workings of two development environments.
121121

122122
JupyterLab is a browser based development environment for Jupyter Notebooks, code scripts, and data files.
123123

124-
You can [try JupyterLab in the browser](https://jupyter.org/try#jupyterlab) if you want to test it out before installing it locally.
124+
You can [try JupyterLab in the browser](https://jupyter.org/try-jupyter/lab/) if you want to test it out before installing it locally.
125125

126126
You can install JupyterLab using pip
127127

0 commit comments

Comments
 (0)