]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/How_to_create_a_WikiLink_to_a_page_in_a_subdirectory__63__.mdwn
ikiwiki (3.20130711) unstable; urgency=low
[git.ikiwiki.info.git] / doc / forum / How_to_create_a_WikiLink_to_a_page_in_a_subdirectory__63__.mdwn
1 How to create a WikiLink to a page in a subdirectory?
3 I have a page I want to create Wikilink to in 
6    website/subdir/page.mdwn
9 And the wikilink I want to create should be in a page in the website root directory:
12    website/index.mdwn
15 If I just write
17     \[[page]]
19 it seems it will assume the page should be found at
22   website/page.mdwn
24 and adds a question mark ? in front of the link in the generated HTML file. 
26 How to make such a Wikilink?