Modified contributor attribution link.
h3rald h3rald@h3rald.com
Sun, 29 Oct 2017 15:28:16 +0100
2 files changed,
2 insertions(+),
2 deletions(-)
M
Min_DeveloperGuide.htm
→
Min_DeveloperGuide.htm
@@ -4513,7 +4513,7 @@
<a name="Who?"></a> <h3>Who?<a href="#document-top" title="Go to top"></a></h3> -<p>min was created and implemented by <a href="https://h3rald.com">Fabio Cevasco</a>, with contributions by <a href="https://github.com/PMunch">PMunch</a>.</p> +<p>min was created and implemented by <a href="https://h3rald.com">Fabio Cevasco</a>, with contributions by <a href="https://peterme.net">Peter Munch-Ellingsen</a>.</p> <a name="When?"></a> <h3>When?<a href="#document-top" title="Go to top"></a></h3>
M
site/contents/_includes/_about.md
→
site/contents/_includes/_about.md
@@ -29,7 +29,7 @@ min's parser started off as a fork of Nim's JSON parser -- adapted to process a concatenative programming language with less primitive types than JSON. It is interpreted in the traditional sense: no bytecode, no JIT, just plain read, parse and run.
## Who? -min was created and implemented by [Fabio Cevasco](https://h3rald.com), with contributions by [PMunch](https://github.com/PMunch). +min was created and implemented by [Fabio Cevasco](https://h3rald.com), with contributions by [Peter Munch-Ellingsen](https://peterme.net). ## When?