Skip to content

Commit 36c56c7

Browse files
authored
FIX: links update (#494)
* FIX: links update * FIX: collab build
1 parent a747c43 commit 36c56c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/collab.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
1313
# Install build software
14-
- name: Install Build Software & LaTeX (kalman_2)
14+
- name: Install Build Software & LaTeX
1515
shell: bash -l {0}
1616
run: |
1717
pip install jupyter-book==1.0.3 quantecon-book-theme==0.8.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinxcontrib-youtube==1.3.0 sphinx-togglebutton==0.3.2 arviz sphinx-proof sphinx-exercise sphinx-reredirects
18+
apt-get update
1819
apt-get install dvipng texlive texlive-latex-extra texlive-fonts-recommended cm-super
1920
- name: Check nvidia drivers
2021
shell: bash -l {0}

lectures/egm_policy_iter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We found time iteration to be significantly more accurate and efficient.
3535

3636
In this lecture, we'll look at a clever twist on time iteration called the **endogenous grid method** (EGM).
3737

38-
EGM is a numerical method for implementing policy iteration invented by [Chris Carroll](http://www.econ2.jhu.edu/people/ccarroll/).
38+
EGM is a numerical method for implementing policy iteration invented by [Chris Carroll](https://econ.jhu.edu/directory/christopher-carroll/).
3939

4040
The original reference is {cite}`Carroll2006`.
4141

0 commit comments

Comments
 (0)