summaryrefslogtreecommitdiff
path: root/doc/ld-output-def.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-13 03:17:45 +0200
committerBruno Haible <bruno@clisp.org>2017-09-13 03:17:45 +0200
commit9dd86e23c6c1ab02723efdeb6704920724d6abfc (patch)
tree075f788f167c98939ddef4e530ae617d54ec04c5 /doc/ld-output-def.texi
parentaab4ea7aa534d9e5726d3b304e70f57d3f385fe3 (diff)
downloadgnulib-9dd86e23c6c1ab02723efdeb6704920724d6abfc.tar.gz
doc: Prefer https URLs where possible.
* doc/**/*.texi: Use https URLs instead of http URLs where possible. * doc/ld-output-def.texi: Remove unavailable URL.
Diffstat (limited to 'doc/ld-output-def.texi')
-rw-r--r--doc/ld-output-def.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ld-output-def.texi b/doc/ld-output-def.texi
index 526ccb042b..34e197a26a 100644
--- a/doc/ld-output-def.texi
+++ b/doc/ld-output-def.texi
@@ -15,7 +15,7 @@ The variants we have considered include:
@itemize @bullet
@item Use DUMPBIN /EXPORTS.
-This is explained in @url{http://support.microsoft.com/kb/131313/en-us}.
+This is explained in @url{https://support.microsoft.com/kb/131313/en-us}.
The tool does not generate DEF files directly, so its output needs to
be post processed manually:
@smallexample
@@ -27,7 +27,6 @@ $ lib /def:libfoo-0.def
@item Use IMPDEF.
There is a tool called IMPDEF
-(@url{http://sei.pku.edu.cn/~caodg/course/c/reference/win32/tools/dlltool.html})
that can generate DEF files. However, it is not part of a standard
Visual Studio installation. Further, it is documented as being an
unreliable process.