From 72e9b610616f2969b100d501ab4f15ab5aecdd27 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 12 Dec 2020 23:08:16 -0500 Subject: manual: Replace all rockbox.org urls with https. In the process, utilize the \download{} and \wikilink{} commands instead of direct URLs. Change-Id: Iad38c15c7b9cec95b6c011fd0dbdbb3326985bbc --- manual/preamble.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manual/preamble.tex') 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 @@ % set link to download server % Usage: \download{bootloader/bootloader-ipodnano.ipod} % gets expanded to -% "http://download.rockbox.org/bootloader/bootloader-ipodnano.ipod" -\newcommand{\download}[1]{\url{http://download.rockbox.org/#1}} +% "https://download.rockbox.org/bootloader/bootloader-ipodnano.ipod" +\newcommand{\download}[1]{\url{https://download.rockbox.org/#1}} % set link to the wiki. % Usage: \wikilink{WebHome} % with "WebHome" being the wiki page name -\newcommand{\wikibaseurl}{http://www.rockbox.org/wiki/} +\newcommand{\wikibaseurl}{https://www.rockbox.org/wiki/} \Ifpdfoutput{\newcommand{\wikiicon}{\Pointinghand}} {\newcommand{\wikiicon}{}} \newcommand{\wikilink}[1]{\wikiicon{}\href{\wikibaseurl#1}{#1}} -%\newcommand{\wikilink}[1]{\url{http://www.rockbox.org/wiki/#1}} +%\newcommand{\wikilink}[1]{\url{https://www.rockbox.org/wiki/#1}} % define environment "code" based on fancyvrb. % use it to set code the user should type / see on his screen. -- cgit v1.2.3