From dd2ed9b9baa19c5dc0c4efac26e150c30d0aaf52 Mon Sep 17 00:00:00 2001 From: Leo Mehr <48933368+leomehr@users.noreply.github.com> Date: Fri, 10 Jan 2020 17:54:32 -0800 Subject: [PATCH] Readme: Update broken link to point to course website --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bd0d3c..9de99d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CS230 Code Examples -[Tutorials](https://cs230-stanford.github.io) +[Course website](https://cs230.stanford.edu) We are happy to introduce some code examples that you can use for your CS230 projects. The code contains examples for TensorFlow and PyTorch, in vision and NLP. The structure of the repository is the following: @@ -19,4 +19,4 @@ tensorflow/ README.md ``` -You'll find a README.md in each sub-directory. \ No newline at end of file +You'll find a README.md in each sub-directory.