diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-09-13 21:26:35 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-09-13 21:26:35 +0200 |
commit | 86a464ee4e33f803996bf740affb3a0d73b2050e (patch) | |
tree | 4d612b9d668ee222113045e13fe9bb531bbc3d43 /README.markdown | |
parent | 4671f08fe05521d8f3d3d843f30576cb651ccd1b (diff) | |
download | ste-86a464ee4e33f803996bf740affb3a0d73b2050e.tar.gz ste-86a464ee4e33f803996bf740affb3a0d73b2050e.tar.bz2 ste-86a464ee4e33f803996bf740affb3a0d73b2050e.zip |
Fix README still mentioning NaturalDocs
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index a48eeec..932a6a6 100644 --- a/README.markdown +++ b/README.markdown @@ -34,6 +34,6 @@ Documentation The `docu` directory contains the documentation of the template language. If you need the documentation of the php code / the API, you can create it with the `mkdocu.sh` script. -You will need [NaturalDocs](http://www.naturaldocs.org/) for that. +This is done using [phpDocumentor](https://phpdoc.org/). It will be installed as a dev-depencency by composer. -There is also a mirror of the documentation [here](http://r7r.kch42.net/ste_docu/). +There is also a mirror of the documentation [here](http://r7r.silvasur.net/ste_docu/). |