diff options
author | Adrian Kummerlaender | 2014-09-07 14:37:49 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-09-07 14:37:49 +0200 |
commit | 21a33ab0639cb09b199bbe7347e37d18acd1ead8 (patch) | |
tree | b98c4b0f54a777a3b9f3502cae446f64b02192f9 | |
parent | 1822c63ff75e3d67a98b9a334194da29fb0f331d (diff) | |
download | BuildXSLT-21a33ab0639cb09b199bbe7347e37d18acd1ead8.tar BuildXSLT-21a33ab0639cb09b199bbe7347e37d18acd1ead8.tar.gz BuildXSLT-21a33ab0639cb09b199bbe7347e37d18acd1ead8.tar.bz2 BuildXSLT-21a33ab0639cb09b199bbe7347e37d18acd1ead8.tar.lz BuildXSLT-21a33ab0639cb09b199bbe7347e37d18acd1ead8.tar.xz BuildXSLT-21a33ab0639cb09b199bbe7347e37d18acd1ead8.tar.zst BuildXSLT-21a33ab0639cb09b199bbe7347e37d18acd1ead8.zip |
Updated README.md to link to the correct example repository
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ ## Example: -BuildXSLT can for example be used to build a [static website](https://github.com/KnairdA/TestXSLT) using the following generation chain called via `ixslt --input make.xml --transformation build.xsl`: +BuildXSLT can for example be used to build a [static website](https://github.com/KnairdA/blog.kummerlaender.eu) using the following generation chain called via `ixslt --input make.xml --transformation build.xsl`: ``` <task type="generate"> |