diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-09-24 22:39:24 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-09-24 22:39:24 +0000 |
commit | 7255bdbb6ad04a5e79cef0e4f68a5e339683fd21 (patch) | |
tree | 2794064599b7dcc17310fb4fadd67e8c56d51d32 /manual/getting_started/main.tex | |
parent | 62c1a87df40b0f21ddc9094d279ecf3869c578c1 (diff) | |
download | rockbox-7255bdbb6ad04a5e79cef0e4f68a5e339683fd21.tar.gz rockbox-7255bdbb6ad04a5e79cef0e4f68a5e339683fd21.tar.bz2 rockbox-7255bdbb6ad04a5e79cef0e4f68a5e339683fd21.zip |
Remove the full url path from links to the wiki and display the wiki name only instead. Add a note on how to manually access wiki pages. The links itself are still pointing to the wiki.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14847 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/getting_started/main.tex')
-rw-r--r-- | manual/getting_started/main.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/manual/getting_started/main.tex b/manual/getting_started/main.tex index d85f4c4894..254f86985f 100644 --- a/manual/getting_started/main.tex +++ b/manual/getting_started/main.tex @@ -88,5 +88,11 @@ are used: } }{}% end ifpdfoutput +Links to the wiki are abbreviated by the name of the wiki page. Those names +are still linked so you can simply follow them like any other link in this +manual. If you want to acces a wiki page manually go to \url{\wikibaseurl} +and type the page name in the ``Go'' box at the top of the page. +\ifpdfoutput{Links to wiki pages are also indicated by the symbol \wikiicon +in front of the page name.}{} -\input{getting_started/installation.tex}
\ No newline at end of file +\input{getting_started/installation.tex} |