Skip to content

Commit 14e05bb

Browse files
committed
Correct resources link
1 parent b46d46b commit 14e05bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

js/resources.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ function create_handout_tr(ho) {
208208
function create_showcase_tr(project) {
209209
/*
210210
<tr>
211-
<td scope="row">
212-
<b>Sample Project Title</b> <br>
211+
<td scope="row">
212+
<b>Sample Project Title</b> <br>
213213
Sample Project Authors <br>
214214
<a href="link_to_project"> [Check it Out!] </a>
215215
</td>
@@ -325,7 +325,8 @@ function create_week_heading_tr(week) {
325325
}
326326

327327
// Actually fetch all the resources
328-
var RESOURCES_DIR = 'http://localhost:8000/res'
328+
//var RESOURCES_DIR = 'http://localhost:8000/res'
329+
var RESOURCES_DIR = 'https://stanfordpython.com/res'
329330

330331
$.when(
331332
// Before we can do anything, make sure we have the proper data!

0 commit comments

Comments
 (0)