summaryrefslogtreecommitdiff
path: root/provider/posts/thermoprint-4.md
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-24 12:32:37 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-24 12:32:37 +0100
commita1064c5aace887673ad964fa945d42c5df0fdc58 (patch)
tree930af3dd906116f5ab67568ed9afc2e169ad9ff6 /provider/posts/thermoprint-4.md
parente3f1991746752899e23e4fe69d528658749bc565 (diff)
downloaddirty-haskell.org-a1064c5aace887673ad964fa945d42c5df0fdc58.tar
dirty-haskell.org-a1064c5aace887673ad964fa945d42c5df0fdc58.tar.gz
dirty-haskell.org-a1064c5aace887673ad964fa945d42c5df0fdc58.tar.bz2
dirty-haskell.org-a1064c5aace887673ad964fa945d42c5df0fdc58.tar.xz
dirty-haskell.org-a1064c5aace887673ad964fa945d42c5df0fdc58.zip
links to https version of git.yggdrasil.li
Diffstat (limited to 'provider/posts/thermoprint-4.md')
-rw-r--r--provider/posts/thermoprint-4.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/posts/thermoprint-4.md b/provider/posts/thermoprint-4.md
index 0d62da5..756c166 100644
--- a/provider/posts/thermoprint-4.md
+++ b/provider/posts/thermoprint-4.md
@@ -6,7 +6,7 @@ tags: Thermoprint
6 6
7The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode) 7The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode)
8-- more specifically the contents of the directory `bbcode` in the 8-- more specifically the contents of the directory `bbcode` in the
9[git repo](http://git.yggdrasil.li/thermoprint/tree/bbcode?h=rewrite&id=dc99dae). 9[git repo](https://git.yggdrasil.li/thermoprint/tree/bbcode?h=rewrite&id=dc99dae).
10 10
11In a manner consistent with designing software as 11In a manner consistent with designing software as
12[compositions of simple morphisms](https://en.wikipedia.org/wiki/Tacit_programming) we start by determining the type of 12[compositions of simple morphisms](https://en.wikipedia.org/wiki/Tacit_programming) we start by determining the type of