summaryrefslogtreecommitdiff
path: root/src/modulemanager.cpp
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2018-11-10 15:15:05 +0100
committerRobby <robby@chatbelgie.be>2018-11-10 15:15:05 +0100
commitb279863acb9ae3ade833ea00bcb17f22001e20db (patch)
treeff8bf1c8e22fea335f85092f689154b66968a7fe /src/modulemanager.cpp
parent9e7dadb9673b7b79c6307f5e859aa12c775e39ee (diff)
Update most URLs to use HTTPS if available, and fix some dead ones too.
Diffstat (limited to 'src/modulemanager.cpp')
-rw-r--r--src/modulemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp
index 6756024aa..40cdc308c 100644
--- a/src/modulemanager.cpp
+++ b/src/modulemanager.cpp
@@ -111,7 +111,7 @@ static ModuleReturn moduleCopyFile(const Anope::string &name, Anope::string &out
}
#endif
-/* This code was found online at http://www.linuxjournal.com/article/3687#comment-26593
+/* This code was found online at https://web.archive.org/web/20180318184211/https://www.linuxjournal.com/article/3687#comment-26593
*
* This function will take a pointer from either dlsym or GetProcAddress and cast it in
* a way that won't cause C++ warnings/errors to come up.