Skip to content

Commit 5e9d519

Browse files
author
Ricardo Duarte
committed
Fixed part 1 links
1 parent 8280b28 commit 5e9d519

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,21 +104,21 @@ <h4>Part I</h4>
104104
control structures, functions, and documentation.
105105
</p>
106106
<ul>
107-
<li><a href="https://raw.github.com/ricardoduarte/python-for-developers/master/Chapter1/Chapter1_Introduction.ipynb">
107+
<li><a href="http://nbviewer.ipython.org/urls/raw.github.com/ricardoduarte/python-for-developers/master/Chapter1/Chapter1_Introduction.ipynb">
108108
Chapter 1: Introduction</a></li>
109-
<li><a href="https://raw.github.com/ricardoduarte/python-for-developers/master/Chapter2/Chapter2_Syntax.ipynb">
109+
<li><a href="http://nbviewer.ipython.org/urls/raw.github.com/ricardoduarte/python-for-developers/master/Chapter2/Chapter2_Syntax.ipynb">
110110
Chapter 2: Syntax</a></li>
111-
<li><a href="https://raw.github.com/ricardoduarte/python-for-developers/master/Chapter3/Chapter3_Control_flow.ipynb">
111+
<li><a href="http://nbviewer.ipython.org/urls/raw.github.com/ricardoduarte/python-for-developers/master/Chapter3/Chapter3_Control_flow.ipynb">
112112
Chapter 3: Control Flow</a></li>
113-
<li><a href="https://raw.github.com/ricardoduarte/python-for-developers/master/Chapter4/Chapter4_Loops.ipynb">
113+
<li><a href="http://nbviewer.ipython.org/urls/raw.github.com/ricardoduarte/python-for-developers/master/Chapter4/Chapter4_Loops.ipynb">
114114
Chapter 4: Loops</a></li>
115-
<li><a href="https://raw.github.com/ricardoduarte/python-for-developers/master/Chapter5/Chapter5_Types.ipynb">
115+
<li><a href="http://nbviewer.ipython.org/urls/raw.github.com/ricardoduarte/python-for-developers/master/Chapter5/Chapter5_Types.ipynb">
116116
Chapter 5: Types</a></li>
117-
<li><a href="https://raw.github.com/ricardoduarte/python-for-developers/master/Chapter6/Chapter6_Functions.ipynb">
117+
<li><a href="http://nbviewer.ipython.org/urls/raw.github.com/ricardoduarte/python-for-developers/master/Chapter6/Chapter6_Functions.ipynb">
118118
Chapter 6: Functions</a></li>
119-
<li><a href="https://raw.github.com/ricardoduarte/python-for-developers/master/Chapter7/Chapter7_Documentation.ipynb">
119+
<li><a href="http://nbviewer.ipython.org/urls/raw.github.com/ricardoduarte/python-for-developers/master/Chapter7/Chapter7_Documentation.ipynb">
120120
Chapter 7: Documentation</a></li>
121-
<li><a href="https://raw.github.com/ricardoduarte/python-for-developers/master/ExercisesI/ExercisesI.ipynb">
121+
<li><a href="http://nbviewer.ipython.org/urls/raw.github.com/ricardoduarte/python-for-developers/master/ExercisesI/ExercisesI.ipynb">
122122
Exercises I</a></li>
123123
</ul>
124124

0 commit comments

Comments
 (0)