summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2023-12-19 23:54:32 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2023-12-19 23:54:32 +0000
commitf3e25d5c1ff68217452b06ec21012942296f2673 (patch)
treed9528531100d8d5a81514317a67c2d59d1a19fe0 /frontends
parent157ec57cf26bcafd18577df67e6a15f889df54ef (diff)
downloadnetsurf-f3e25d5c1ff68217452b06ec21012942296f2673.tar.gz
netsurf-f3e25d5c1ff68217452b06ec21012942296f2673.tar.bz2
RISC OS: use https in Obey files
Also remove dead link to iyonix.com: the relevant information is apparently now in Issue 3 of the Style Guide.
Diffstat (limited to 'frontends')
-rw-r--r--frontends/riscos/appdir/!Boot,feb4
-rw-r--r--frontends/riscos/scripts/Run2
2 files changed, 2 insertions, 4 deletions
diff --git a/frontends/riscos/appdir/!Boot,feb b/frontends/riscos/appdir/!Boot,feb
index ca7a3feec..acaad8192 100644
--- a/frontends/riscos/appdir/!Boot,feb
+++ b/frontends/riscos/appdir/!Boot,feb
@@ -35,10 +35,8 @@ Set File$Type_F91 URI
Set File$Type_FAF HTML
| Application system variables
-|
-| See http://www.iyonix.com/32bit/help.shtml for more details.
If (("<NetSurf$Help>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set NetSurf$Help <NetSurf$Dir>.Docs.docs_en
-If (("<NetSurf$Web>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set NetSurf$Web "http://www.netsurf-browser.org/"
+If (("<NetSurf$Web>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set NetSurf$Web "https://www.netsurf-browser.org/"
If (("<NetSurf$Title>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set NetSurf$Title "NetSurf"
If (("<NetSurf$Publisher>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set NetSurf$Publisher "The NetSurf Developers"
If (("<NetSurf$Description>" = "") OR ("<NetSurf$ForceVars>" = "1")) Then Set NetSurf$Description "Web browser"
diff --git a/frontends/riscos/scripts/Run b/frontends/riscos/scripts/Run
index cb78e907e..4fc9b6024 100644
--- a/frontends/riscos/scripts/Run
+++ b/frontends/riscos/scripts/Run
@@ -40,7 +40,7 @@ RMEnsure WindowManager 3.80 Error NetSurf requires the Nested Window Manager. Th
If "<System$Path>" = "" Then Set System$Path_Message System resources not found.
If "<Wimp$ScrapDir>" = "" Then Error Scrap resource not found.
If "<InetDBase$Path>" = "" Then Error Internet resources can not be found
-If "<Unicode$Path>" = "" Then Error NetSurf requires the !Unicode resource. This can be found, along with the Iconv module, at http://www.netsurf-browser.org/projects/iconv/
+If "<Unicode$Path>" = "" Then Error NetSurf requires the !Unicode resource. This can be found, along with the Iconv module, at https://www.netsurf-browser.org/projects/iconv/
If "<Inet$MimeMappings>" = "" Then Set Inet$MimeMappings InetDBase:MimeMap
| Use OS copy of root CA bundle, if present