@@ -54,7 +54,7 @@ is facing upwards, :code:`r` means the robot is facing towards the right,
54
54
:code: `d ` means the robot is facing downwards, or :code: `l ` means the robot is
55
55
facing towards the left).
56
56
57
- **N.B. ** You can find an example level `here <https://github.com/dwayne/herbert-python/blob/master/data/example/level3.txt >`_ .
57
+ **N.B. ** You can find an example level `here <https://github.com/dwayne/herbert-python/blob/master/data/example/level3.txt >`__ .
58
58
59
59
On each level there are some white buttons. To solve a level you must press all
60
60
the white buttons. Your goal then is to program Herbert, in a language called
@@ -72,12 +72,12 @@ allotted maximum number of bytes.
72
72
**The "h" language **
73
73
74
74
It is a simple language that contains statements, procedures with zero or more
75
- parameters and recursion. Check out the tutorial `here <https://github.com/dwayne/herbert-python/blob/master/data/resources/Tutorial.aspx.html >`_
75
+ parameters and recursion. Check out the tutorial `here <https://github.com/dwayne/herbert-python/blob/master/data/resources/Tutorial.aspx.html >`__
76
76
to get a better understanding of the language.
77
77
78
- You can find examples of the language in use `here <https://github.com/dwayne/herbert-python/blob/master/data/example/sol3a.h >`_ ,
79
- `here <https://github.com/dwayne/herbert-python/blob/master/data/example/sol3b.h >`_
80
- and `here <https://github.com/dwayne/herbert-python/blob/master/data/example/sol3c.h >`_ .
78
+ You can find examples of the language in use `here <https://github.com/dwayne/herbert-python/blob/master/data/example/sol3a.h >`__ ,
79
+ `here <https://github.com/dwayne/herbert-python/blob/master/data/example/sol3b.h >`__
80
+ and `here <https://github.com/dwayne/herbert-python/blob/master/data/example/sol3c.h >`__ .
81
81
82
82
**Challenge **
83
83
0 commit comments