Skip to content

Commit

Permalink
part02: Fix download links
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jul 11, 2016
1 parent 5443cf9 commit c4231a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified docs/programmers/tutorials/workflows/part02.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/programmers/tutorials/workflows/part02.tex
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ \part{Workflow scaffolding}
\end{python}
\end{column}
\begin{column}{0.3\linewidth}
\href{https://raw.githubusercontent.com/uzh/gc3pie/master/docs/programmers/tutorials/workflows/solutions/ex2a.py}{Download} this code into a file named \texttt{ex2a.py}
\href{https://raw.githubusercontent.com/uzh/gc3pie/training-july-2016/docs/programmers/tutorials/workflows/solutions/ex2a.py}{Download} this code into a file named \texttt{ex2a.py}

\+
Open it in your favorite text editor.
Expand All @@ -130,7 +130,7 @@ \part{Workflow scaffolding}
\begin{exercise*}[2.A]

\+
\href{https://raw.githubusercontent.com/uzh/gc3pie/master/docs/programmers/tutorials/workflows/solutions/ex2a.py}{Download this code} into a file named \texttt{ex2a.py}
\href{https://raw.githubusercontent.com/uzh/gc3pie/training-july-2016/docs/programmers/tutorials/workflows/solutions/ex2a.py}{Download this code} into a file named \texttt{ex2a.py}

\begin{enumerate}
\item Run the following command:
Expand Down Expand Up @@ -733,17 +733,17 @@ \part{The \texttt{Application} object}
\+
Edit the \texttt{ex2a.py} file: insert the code to define the
\href{https://raw.githubusercontent.com/uzh/gc3pie/master/docs/programmers/tutorials/workflows/grayscale_app.py}{\texttt{GrayscaleApp}}
\href{https://raw.githubusercontent.com/uzh/gc3pie/training-july-2016/docs/programmers/tutorials/workflows/grayscale_app.py}{\texttt{GrayscaleApp}}
application, and modify the \texttt{new\_tasks()} method to return
one instance of it (as in the previous slide).
\+
Can you convert the \href{https://raw.githubusercontent.com/uzh/gc3pie/master/docs/programmers/tutorials/workflows/lena.jpg}{\texttt{lena.jpg}} file to gray-scale using
Can you convert the \href{https://raw.githubusercontent.com/uzh/gc3pie/training-july-2016/docs/programmers/tutorials/workflows/lena.jpg}{\texttt{lena.jpg}} file to gray-scale using
this GC3Pie script?
\+ \footnotesize
{\em (You can download the code for \texttt{GrayscaleApp} and the ``Lena'' image file from
\href{https://raw.githubusercontent.com/uzh/gc3pie/master/docs/programmers/tutorials/workflows/}{this
\href{https://raw.githubusercontent.com/uzh/gc3pie/training-july-2016/docs/programmers/tutorials/workflows/}{this
URL}.)}
\end{exercise*}
Expand Down

0 comments on commit c4231a9

Please sign in to comment.