Skip to content

Commit 93409c1

Browse files
committed
made site title link back to course website
1 parent 58ff8b4 commit 93409c1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ email: karpathy@cs.stanford.edu
44
description: "Course materials and notes for Stanford class CS231n: Convolutional Neural Networks for Visual Recognition."
55
baseurl: ""
66
url: "http://cs231n.github.io"
7+
courseurl: "http://cs231n.stanford.edu/"
78
twitter_username: cs231n
89
github_username: cs231n
910

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
ga('send', 'pageview');
2424

2525
</script>
26-
26+
2727
</head>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="site-header">
22

33
<div class="wrap title-wrap">
4-
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
4+
<a class="site-title" href="{{ site.courseurl }}">{{ site.title }}</a>
55
</div>
66

77
</header>

assignments/2020/assignment1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This assignment is due on **Wednesday, April 22 2020**.
1010
<details>
1111
<summary>Handy Download Links</summary>
1212

13-
<p><a href="">Starter code</a> - <a href="">Colab notebooks</a> - <a href="">Jupyter notebooks</a></p>
13+
<p><a href="">Starter code</a></p>
1414
</details>
1515

1616
- [Goals](#goals)

0 commit comments

Comments
 (0)