summaryrefslogtreecommitdiffstats
path: root/src/Zettel/Links.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Zettel/Links.hs')
-rw-r--r--src/Zettel/Links.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Zettel/Links.hs b/src/Zettel/Links.hs
index f5638ad..676f945 100644
--- a/src/Zettel/Links.hs
+++ b/src/Zettel/Links.hs
@@ -57,7 +57,7 @@ backwardLink zg = ZettelGraph . Map.mapWithKey (backwardLinkNode zg) $ unZettelG
updatePandocLinksInline :: Inline -> Inline
updatePandocLinksInline l@(Link a i (_, t))
- | not $ T.null ids = Link a i ("/tree/" <> ids, t)
+ | not $ T.null ids = Link a i ("/zettel/" <> ids, t)
| otherwise = l
where
ids = parseIds $ stringify i