aboutsummaryrefslogtreecommitdiff
path: root/source/03_meta/tags.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/03_meta/tags.xsl')
-rw-r--r--source/03_meta/tags.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/03_meta/tags.xsl b/source/03_meta/tags.xsl
index 7caf37f..9e399cd 100644
--- a/source/03_meta/tags.xsl
+++ b/source/03_meta/tags.xsl
@@ -7,8 +7,8 @@
<xsl:include href="[utility/datasource.xsl]"/>
<xsl:variable name="meta">
- <datasource type="main" mode="full" source="target/02_data/tags.xml" target="tags"/>
- <datasource type="support" mode="full" source="target/02_data/articles.xml" target="articles"/>
+ <datasource type="main" mode="full" source="02_data/tags.xml" target="tags"/>
+ <datasource type="support" mode="full" source="02_data/articles.xml" target="articles"/>
<target mode="plain" value="tags.xml"/>
</xsl:variable>