We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46d46b commit 14e05bbCopy full SHA for 14e05bb
js/resources.js
@@ -208,8 +208,8 @@ function create_handout_tr(ho) {
208
function create_showcase_tr(project) {
209
/*
210
<tr>
211
- <td scope="row">
212
- <b>Sample Project Title</b> <br>
+ <td scope="row">
+ <b>Sample Project Title</b> <br>
213
Sample Project Authors <br>
214
<a href="link_to_project"> [Check it Out!] </a>
215
</td>
@@ -325,7 +325,8 @@ function create_week_heading_tr(week) {
325
}
326
327
// Actually fetch all the resources
328
-var RESOURCES_DIR = 'http://localhost:8000/res'
+//var RESOURCES_DIR = 'http://localhost:8000/res'
329
+var RESOURCES_DIR = 'https://stanfordpython.com/res'
330
331
$.when(
332
// Before we can do anything, make sure we have the proper data!
0 commit comments