summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-12-12 23:08:16 -0500
committerSolomon Peachy <pizza@shaftnet.org>2020-12-12 23:17:04 -0500
commit72e9b610616f2969b100d501ab4f15ab5aecdd27 (patch)
tree04ad7fc8e1b83fcbf82605ea2d0d579a99ad8ae3 /manual/preamble.tex
parentb459ded533dd57506972b92127c618254322d8ca (diff)
downloadrockbox-72e9b610616f2969b100d501ab4f15ab5aecdd27.tar.gz
rockbox-72e9b610616f2969b100d501ab4f15ab5aecdd27.zip
manual: Replace all rockbox.org urls with https.
In the process, utilize the \download{} and \wikilink{} commands instead of direct URLs. Change-Id: Iad38c15c7b9cec95b6c011fd0dbdbb3326985bbc
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.