You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Class 2 documentation links to use full website URLs
- Update class02.md to use full documentation website URLs for HTML notebooks
- Update overview.md to use full documentation website URLs for HTML notebooks
- Fix relative path links to point to proper documentation site
- Ensure all interactive materials are accessible from the course website
This fixes broken links in the Class 2 documentation by using absolute URLs
instead of relative paths, making the materials properly accessible from
the course documentation website.
@@ -65,9 +65,9 @@ The class is structured around four interactive Jupyter notebooks that build upo
65
65
66
66
### Additional Resources
67
67
68
-
-**[Lecture Slides (PDF)](ISYE_8803___Lecture_2___Slides.pdf)** - Complete slide deck from the presentation
69
-
-**[LaTeX Source Files](main.tex)** - Source code for the lecture slides
70
-
-**[Demo Script](penalty_barrier_demo.py)** - Python demonstration of penalty vs. barrier methods
68
+
-**[Lecture Slides (PDF)](https://learningtooptimize.github.io/LearningToControlClass/dev/class02/ISYE_8803___Lecture_2___Slides.pdf)** - Complete slide deck from the presentation
69
+
-**[LaTeX Source Files](https://learningtooptimize.github.io/LearningToControlClass/dev/class02/main.tex)** - Source code for the lecture slides
70
+
-**[Demo Script](https://learningtooptimize.github.io/LearningToControlClass/dev/class02/penalty_barrier_demo.py)** - Python demonstration of penalty vs. barrier methods
0 commit comments