Skip to content

Commit 905fd84

Browse files
committed
update links for assignment zip files
1 parent d154fdd commit 905fd84

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

assignments/2015/assignment1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ through [Terminal](https://www.terminal.com/).
2121

2222
### Working locally
2323
**Get the code:**
24-
[Download the starter code here](http://vision.stanford.edu/teaching/cs231n/assignment1.zip).
24+
[Download the starter code here](http://cs231n.stanford.edu/assignments/2015/assignment1.zip).
2525

2626
**[Optional] virtual environment:**
2727
Once you have unzipped the starter code, you might want to create a

assignments/2015/assignment2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can work on the assignment in one of two ways: locally on your own machine,
1717

1818
### Working locally
1919
**Get the code:**
20-
[Download the starter code here](http://vision.stanford.edu/teaching/cs231n/assignment2.zip).
20+
[Download the starter code here](http://cs231n.stanford.edu/assignments/2015/assignment2.zip).
2121

2222
**[Optional] virtual environment:**
2323
Once you have unzipped the starter code, you might want to create a

assignments/2015/assignment3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can work on the assignment in one of two ways: locally on your own machine,
1818

1919
### Working locally
2020
**Get the code:**
21-
Download the starter code [here](http://cs231n.stanford.edu/assignment3.zip).
21+
Download the starter code [here](http://cs231n.stanford.edu/assignments/2015/assignment3.zip).
2222

2323

2424
**[Optional] virtual environment:**

assignments/2016/assignment1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can work on the assignment in one of two ways: locally on your own machine,
2424
Terminal has created a separate subdomain to serve our class, [www.stanfordterminalcloud.com](https://www.stanfordterminalcloud.com). Register your account there. The Assignment 1 snapshot can then be found [here](https://www.stanfordterminalcloud.com/snapshot/49f5a1ea15dc424aec19155b3398784d57c55045435315ce4f8b96b62819ef65). If you're registered in the class you can contact the TA (see Piazza for more information) to request Terminal credits for use on the assignment. Once you boot up the snapshot everything will be installed for you, and you'll be ready to start on your assignment right away. We've written a small tutorial on Terminal [here](/terminal-tutorial).
2525

2626
### Working locally
27-
Get the code as a zip file [here](http://vision.stanford.edu/teaching/cs231n/winter1516_assignment1.zip). As for the dependencies:
27+
Get the code as a zip file [here](http://cs231n.stanford.edu/assignments/2016/winter1516_assignment1.zip). As for the dependencies:
2828

2929
**[Option 1] Use Anaconda:**
3030
The preferred approach for installing all the assignment dependencies is to use [Anaconda](https://www.continuum.io/downloads), which is a Python distribution that includes many of the most popular Python packages for science, math, engineering and data analysis. Once you install it you can skip all mentions of requirements and you're ready to go directly to working on the assignment.

assignments/2016/assignment2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ your assignment right away. We have written a small tutorial on Terminal
3636

3737
### Working locally
3838
Get the code as a zip file
39-
[here](http://vision.stanford.edu/teaching/cs231n/winter1516_assignment2.zip).
39+
[here](http://cs231n.stanford.edu/assignments/2016/winter1516_assignment2.zip).
4040
As for the dependencies:
4141

4242
**[Option 1] Use Anaconda:**

assignments/2016/assignment3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ boot up the snapshot everything will be installed for you, and you will be ready
3030

3131
### Working locally
3232
Get the code as a zip file
33-
[here](http://cs231n.stanford.edu/winter1516_assignment3.zip).
33+
[here](http://cs231n.stanford.edu/assignments/2016/winter1516_assignment3.zip).
3434
As for the dependencies:
3535

3636
**[Option 1] Use Anaconda:**

0 commit comments

Comments
 (0)