summaryrefslogtreecommitdiff
path: root/graphics/asymptote/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/util.cc')
-rw-r--r--graphics/asymptote/util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/util.cc b/graphics/asymptote/util.cc
index 3782d608ed..81398491c0 100644
--- a/graphics/asymptote/util.cc
+++ b/graphics/asymptote/util.cc
@@ -269,8 +269,8 @@ void execError(const char *command, const char *hint, const char *application)
<< "Alternatively, set the environment variable ASYMPTOTE_" << s
<< endl << "or use the command line option -" << hint
<< "=\"LOCATION\". For further details, see" << endl
- << "http://asymptote.sourceforge.net/doc/Configuring.html" << endl
- << "http://asymptote.sourceforge.net/doc/Search-paths.html" << endl;
+ << "https://asymptote.sourceforge.io/doc/Configuring.html" << endl
+ << "https://asymptote.sourceforge.io/doc/Search-paths.html" << endl;
}
}