diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-11 20:27:03 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-11 20:27:03 +1200 |
commit | 1ed85021f147ef82f70ca863dbc06a519a2370d1 (patch) | |
tree | 4c87c94e8dce8674622f14f4ea6125289f1310ae /project/templates/grasp.html | |
parent | f13f1dd45ee954e9d9126ae3f398891b599b01f5 (diff) |
Changed /cgit to /cgi-bin, revised spacing
Diffstat (limited to 'project/templates/grasp.html')
-rw-r--r-- | project/templates/grasp.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 7eddc3c..03a328d 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -11,13 +11,13 @@ <h4>Grasp Interpreter</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/esoteric">Link</a></p> +<p>Git repository: <a href="/cgi-bin/cgit.cgi/esoteric">Link</a></p> <h5>1/1/2017</h5> -<p>Like Lisp, the esoteric programming language <a href="http://esolangs.org/wiki/Grasp" class="external"> -Grasp</a> is a homoiconic language that exclusively uses a single datatype. Except instead of lists, -it uses directed graphs.</p> +<p>Like Lisp, the esoteric programming language <a href="http://esolangs.org/wiki/Grasp" +class="external">Grasp</a> is a homoiconic language that exclusively uses a single datatype. Except +instead of lists, it uses directed graphs.</p> <p>A Grasp program is initialised with instruction pointers to those nodes in the graph that have a "name" edge to a node with the value "grasp:main". The nodes at each instruction pointer are |