diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/jade/index.jade | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/jade/index.jade b/resources/jade/index.jade index d0807a2..20f0e1d 100644 --- a/resources/jade/index.jade +++ b/resources/jade/index.jade @@ -89,11 +89,11 @@ block content td: a(href="https://github.com/camilstaps/ESP8266_PIC") ESP8266_PIC td ESP8266 library for PIC microcontrollers tr - td: a(href="https://github.com/camilstaps/HebrewParseTrainer") HebrewParseTrainer - td Web app to practice parsing Hebrew verbs (#[a(href="https://demo.camilstaps.nl/HebrewParseTrainer") demo]) + td: a(href="https://hebrew.camilstaps.nl/parse-trainer") ParseTrainer + td Web app to practice parsing Hebrew verbs (#[a(href="https://github.com/HebrewTools/ParseTrainer") GitHub]) tr - td: a(href="https://github.com/camilstaps/HebrewClauses") HebrewClauses - td Web app to format an Old Testament text in clauses, exports to TeX and PDF (#[a(href="https://demo.camilstaps.nl/HebrewClauses") demo]) + td: a(href="https://hebrew.camilstaps.nl/clause-formatter") ClausesFormatter + td Web app to format an Old Testament text in clauses, exports to TeX and PDF (#[a(href="https://github.com/HebrewTools/ClauseFormatter") GitHub]) tr td: a(href="https://github.com/camilstaps/fuspel") fuspel td A minimal, untyped, lazy functional programming language based on term rewriting |