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 4f4562c commit db75e5bCopy full SHA for db75e5b
website/code.html
@@ -37,12 +37,12 @@ <h2 align="right"><a href="/">Back</a></h2>
37
<table class="alt" style="width:100%;">
38
<tbody>
39
<tr>
40
- <td>Julia Code</td>
41
- <td><a href="https://github.com/QuantEcon/book-dp1-public/code/jl/">Files on GitHub</a></td>
+ <td>Julia</td>
+ <td><a href="https://github.com/QuantEcon/book-dp1-public/tree/main/code/jl">Files on GitHub</a></td>
42
</tr>
43
44
- <td>Python Code</td>
45
- <td><a href="https://github.com/QuantEcon/book-dp1-public/code/py/">Files on GitHub</a></td>
+ <td>Python</td>
+ <td><a href="https://github.com/QuantEcon/book-dp1-public/tree/main/code/py">Files on GitHub</a></td>
46
47
</tbody>
48
</table>
0 commit comments