From e31947d92a50d0a35da6942ef532e7f36099837f Mon Sep 17 00:00:00 2001 From: Logan Mondal Bhamidipaty <76822456+FlyingWorkshop@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:55:03 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6581a7..e93d4d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CS269I: Incentives in Computer Science -Online course reader for Stanford's CS269I based on notes from the amazing [Eric Gao](https://twitter.com/gaoooric) and lectures from [Aviad Rubinstein](https://cs.stanford.edu/~aviad/). This course covers many topics across algorithmic game theory (AGT). +Online course reader for Stanford's CS269I based on notes from the amazing [Eric Gao](https://sites.google.com/view/gaoric/home?authuser=0) and lectures from [Aviad Rubinstein](https://cs.stanford.edu/~aviad/). This course covers many topics across algorithmic game theory (AGT). ## Additional Resources @@ -20,4 +20,4 @@ The course reader is built around [Jupyter Book](https://jupyterbook.org/en/stab To compile the book locally run: ```bash jupyter-book build docs -``` \ No newline at end of file +```