Logs for #nikola for 2024-08-08

20:44:00 <neildarlow> Hi. I'm having an issue with linking to a page from within a post. From the site (using nikola serve -b) the link appears in the post as: /output/pages/target-page.html but if I click on the post title the link resolves as /output/posts/pages/target-page.html which results in a 404 error. How can I specify links to avoid this? Thanks.
21:38:28 <ChrisWarrick> neildarlow: how is the link defined? it should be something like '/pages/target-page.html'
21:40:35 <ChrisWarrick> (the leading slash is important)