summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r--manual/preamble.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 217347f63b..9dc67dd25a 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -308,17 +308,17 @@
308% set link to download server 308% set link to download server
309% Usage: \download{bootloader/bootloader-ipodnano.ipod} 309% Usage: \download{bootloader/bootloader-ipodnano.ipod}
310% gets expanded to 310% gets expanded to
311% "http://download.rockbox.org/bootloader/bootloader-ipodnano.ipod" 311% "https://download.rockbox.org/bootloader/bootloader-ipodnano.ipod"
312\newcommand{\download}[1]{\url{http://download.rockbox.org/#1}} 312\newcommand{\download}[1]{\url{https://download.rockbox.org/#1}}
313 313
314% set link to the wiki. 314% set link to the wiki.
315% Usage: \wikilink{WebHome} 315% Usage: \wikilink{WebHome}
316% with "WebHome" being the wiki page name 316% with "WebHome" being the wiki page name
317\newcommand{\wikibaseurl}{http://www.rockbox.org/wiki/} 317\newcommand{\wikibaseurl}{https://www.rockbox.org/wiki/}
318\Ifpdfoutput{\newcommand{\wikiicon}{\Pointinghand}} 318\Ifpdfoutput{\newcommand{\wikiicon}{\Pointinghand}}
319 {\newcommand{\wikiicon}{}} 319 {\newcommand{\wikiicon}{}}
320\newcommand{\wikilink}[1]{\wikiicon{}\href{\wikibaseurl#1}{#1}} 320\newcommand{\wikilink}[1]{\wikiicon{}\href{\wikibaseurl#1}{#1}}
321%\newcommand{\wikilink}[1]{\url{http://www.rockbox.org/wiki/#1}} 321%\newcommand{\wikilink}[1]{\url{https://www.rockbox.org/wiki/#1}}
322 322
323% define environment "code" based on fancyvrb. 323% define environment "code" based on fancyvrb.
324% use it to set code the user should type / see on his screen. 324% use it to set code the user should type / see on his screen.