Skip to content

Commit 32d6bd6

Browse files
dlejaychrisbra
authored andcommitted
runtime(doc): remove dead links
related: #17879 Signed-off-by: Damien Lejay <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 8f9de49 commit 32d6bd6

33 files changed

Lines changed: 130 additions & 144 deletions

runtime/doc/debug.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debug.txt* For Vim version 9.1. Last change: 2024 May 11
1+
*debug.txt* For Vim version 9.1. Last change: 2025 Aug 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -164,7 +164,7 @@ The Debugging Tools for Windows (including WinDbg) can be downloaded from
164164
This includes the WinDbg debugger.
165165

166166
Visual C++ 2005 Express Edition can be downloaded for free from:
167-
http://msdn.microsoft.com/vstudio/express/visualC/default.aspx
167+
https://visualstudio.microsoft.com/
168168

169169
=========================================================================
170170
vim:tw=78:ts=8:noet:ft=help:norl:

runtime/doc/ft_sql.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*ft_sql.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+
*ft_sql.txt* For Vim version 9.1. Last change: 2025 Aug 10
22

33
by David Fishburn
44

@@ -407,7 +407,7 @@ Here are some examples of the entries which are pulled from the syntax files: >
407407
----------------
408408
Dynamic mode populates the popups with data directly from a database. In
409409
order for the dynamic feature to be enabled you must have the dbext.vim
410-
plugin installed, (http://vim.sourceforge.net/script.php?script_id=356).
410+
plugin installed, (https://www.vim.org/scripts/script.php?script_id=356).
411411

412412
Dynamic mode is used by several features of the SQL completion plugin.
413413
After installing the dbext plugin see the dbext-tutorial for additional
@@ -491,7 +491,7 @@ depending on the syntax file you are using. The SQL Anywhere syntax file
491491
Dynamic features
492492
----------------
493493
To take advantage of the dynamic features you must first install the
494-
dbext.vim plugin (http://vim.sourceforge.net/script.php?script_id=356). It
494+
dbext.vim plugin (https://www.vim.org/scripts/script.php?script_id=356). It
495495
also comes with a tutorial. From the SQL completion plugin's perspective,
496496
the main feature dbext provides is a connection to a database. dbext
497497
connection profiles are the most efficient mechanism to define connection

runtime/doc/gui.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+
*gui.txt* For Vim version 9.1. Last change: 2025 Aug 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -248,7 +248,7 @@ For older versions of XFree86 you must patch your X server. The following
248248
page has a bit of information about using the Intellimouse on Linux as well as
249249
links to the patches and X server binaries (may not have the one you need
250250
though):
251-
http://www.inria.fr/koala/colas/mouse-wheel-scroll/
251+
(dead link) inria.fr/koala/colas/mouse-wheel-scroll/
252252

253253
==============================================================================
254254
3. Mouse Control *gui-mouse*

runtime/doc/gui_x11.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_x11.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+
*gui_x11.txt* For Vim version 9.1. Last change: 2025 Aug 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -350,7 +350,7 @@ If you want to set the colors of remaining gui components (e.g., the
350350
menubar, scrollbar, whatever), those are GTK specific settings and you
351351
need to set those up in some sort of gtkrc file. You'll have to refer
352352
to the GTK documentation, however little there is, on how to do this.
353-
See http://developer.gnome.org/doc/API/2.0/gtk/gtk-Resource-Files.html
353+
See https://www.manpagez.com/html/gtk2/gtk2-2.24.24/gtk2-Resource-Files.php
354354
for more information.
355355
*gtk3-slow*
356356
If you are using GTK3 and Vim appears to be slow, try setting the environment
@@ -519,7 +519,7 @@ of the normal GtkWindow. This enables Vim to act as a GTK+ plugin.
519519

520520
This really is a programmer's interface, and is of no use without a supporting
521521
application to spawn the Vim correctly. For more details on GTK+ sockets, see
522-
http://www.gtk.org/api/
522+
https://www.gtk.org/docs/apis/index
523523

524524
Note that this feature requires the latest GTK version. GTK 1.2.10 still has
525525
a small problem. The socket feature has not yet been tested with GTK+ 2 --

runtime/doc/if_cscop.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_cscop.txt* For Vim version 9.1. Last change: 2024 May 11
1+
*if_cscop.txt* For Vim version 9.1. Last change: 2025 Aug 10
22

33

44
VIM REFERENCE MANUAL by Andy Kahn
@@ -360,7 +360,7 @@ limited to Unix systems.
360360
Additionally Cscope support works for Win32. For more information and a
361361
cscope version for Win32 see (link seems dead):
362362

363-
http://iamphet.nm.ru/cscope/index.html
363+
iamphet.nm.ru/cscope/index.html
364364

365365
The DJGPP-built version from http://cscope.sourceforge.net is known to not
366366
work with Vim.

runtime/doc/mbyte.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*mbyte.txt* For Vim version 9.1. Last change: 2024 Jul 17
1+
*mbyte.txt* For Vim version 9.1. Last change: 2025 Aug 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -464,7 +464,7 @@ Useful utilities for converting the charset:
464464
|charset| converter. Supported |charset|: ISO-2022-CN, ISO-2022-JP,
465465
ISO-2022-KR, EUC-CN, EUC-JP, EUC-KR, EUC-TW, UTF-7, UTF-8, ISO-8859
466466
series, Shift_JIS, Big5 and HZ. Lv can be found at (link seems dead):
467-
http://www.ff.iij4u.or.jp/~nrt/lv/index.html
467+
ff.iij4u.or.jp/~nrt/lv/index.html
468468

469469

470470
*mbyte-conversion*
@@ -802,7 +802,7 @@ is suitable for complex input, such as CJK.
802802
pronounced in Hira-gana, second, we convert Hira-gana to Kanji or Kata-Kana,
803803
if needed. There are some Kana-Kanji conversion server: jserver
804804
(distributed with Wnn, see below) and canna. Canna can be found at:
805-
https://osdn.net/projects/canna/
805+
(dead link) osdn.net/projects/canna/
806806

807807
There is a good input system: Wnn4.2. Wnn 4.2 contains,
808808
xwnmo (|IM-server|)

runtime/doc/netbeans.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*netbeans.txt* For Vim version 9.1. Last change: 2024 May 11
1+
*netbeans.txt* For Vim version 9.1. Last change: 2025 Aug 10
22

33

44
VIM REFERENCE MANUAL by Gordon Prieur et al.
@@ -41,10 +41,10 @@ protocol. There are existing implementations in C, C++, Python and Java. The
4141
name NetBeans is kept today for historical reasons.
4242

4343
Active project using the NetBeans protocol of Vim:
44-
- Eclim, http://eclim.org/
44+
- Eclim, (dead link) eclim.org/
4545

4646
VimIntegration, description of various projects doing Vim Integration:
47-
http://www.freehackers.org/VimIntegration
47+
(dead link) www.freehackers.org/VimIntegration
4848

4949
Projects using the NetBeans protocol of Vim are or were:
5050
- Agide, an IDE for the AAP project, written in Python (now replaced by
@@ -54,7 +54,7 @@ Projects using the NetBeans protocol of Vim are or were:
5454
- Pyclewn, a gdb integration into Vim, written in Python:
5555
http://pyclewn.sourceforge.net/
5656
- VimWrapper, library to easy Vim integration into IDE:
57-
http://www.freehackers.org/VimWrapper
57+
(dead link) freehackers.org/VimWrapper
5858
Outdated projects (links don't work):
5959
- VimPlugin, integration of Vim inside Eclipse:
6060
http://vimplugin.sourceforge.net/wiki/pmwiki.php
@@ -78,7 +78,7 @@ in recent releases.
7878

7979
For more information visit the main NetBeans web site http://www.netbeans.org.
8080
The External Editor is now, unfortunately, declared obsolete. See (link seems
81-
dead): http://externaleditor.netbeans.org.
81+
dead): externaleditor.netbeans.org.
8282

8383
Sun Microsystems, Inc. also ships NetBeans under the name Sun ONE Studio.
8484
Visit http://www.sun.com for more information regarding the Sun ONE Studio
@@ -148,7 +148,7 @@ The Win32 support is now in beta stage.
148148

149149
To use XPM signs on Win32 (e.g. when using with NetBeans) you can compile
150150
XPM by yourself or use precompiled libraries from (link seems dead):
151-
http://iamphet.nm.ru/misc/ (for MS Visual C++) or
151+
iamphet.nm.ru/misc/ (for MS Visual C++) or
152152
http://gnuwin32.sourceforge.net (for MinGW).
153153

154154
Enable debugging:
@@ -942,12 +942,13 @@ netbeans.org on building NetBeans.
942942

943943
Depending on the version of NetBeans you download, you may need to do further
944944
work to get the required External Editor module. This is the module which lets
945-
NetBeans work with gvim (or xemacs :-). See http://externaleditor.netbeans.org
945+
NetBeans work with gvim (or xemacs :-). See (dead link)
946+
externaleditor.netbeans.org
946947
for details on downloading this module if your NetBeans release does not have
947948
it.
948949

949950
For C, C++, and Fortran support you will also need the cpp module. See
950-
http://cpp.netbeans.org (link seems dead) for information regarding this
951+
cpp.netbeans.org (link seems dead) for information regarding this
951952
module.
952953

953954
You can also download Sun ONE Studio from Sun Microsystems, Inc for a 30 day
@@ -994,10 +995,11 @@ Unfortunately, some versions do not have this module in their update
994995
center. If you cannot download via the update center you will need to
995996
download sources and build the module. I will try and get the module
996997
available from the NetBeans Update Center so building will be unnecessary.
997-
Also check http://externaleditor.netbeans.org for other availability options.
998+
Also check (dead link) externaleditor.netbeans.org
999+
for other availability options.
9981000

9991001
To download the External Editor sources via CVS and build your own module,
1000-
see http://externaleditor.netbeans.org and http://www.netbeans.org.
1002+
see (dead link) externaleditor.netbeans.org and http://www.netbeans.org.
10011003
Unfortunately, this is not a trivial procedure.
10021004

10031005

runtime/doc/os_amiga.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_amiga.txt* For Vim version 9.1. Last change: 2025 Jul 22
1+
*os_amiga.txt* For Vim version 9.1. Last change: 2025 Aug 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -90,7 +90,7 @@ Vim for MorphOS *MorphOS*
9090
[this section mostly by Ali Akcaagac]
9191

9292
For the latest info about the MorphOS version:
93-
http://www.akcaagac.com/index_vim.html
93+
(dead link) akcaagac.com/index_vim.html
9494

9595

9696
Problems ~

runtime/doc/os_mac.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_mac.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+
*os_mac.txt* For Vim version 9.1. Last change: 2025 Aug 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -87,7 +87,7 @@ Backspace "*d cut Visual text
8787
==============================================================================
8888
4. Mac FAQ *mac-faq*
8989

90-
On the internet: http://macvim.org/OSX/index.php#FAQ
90+
On the internet: https://github.com/macvim-dev/macvim/wiki/FAQ
9191

9292
Q: I can't enter non-ASCII character in Apple Terminal.
9393
A: Under Window Settings, Emulation, make sure that "Escape non-ASCII

runtime/doc/pi_getscript.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_getscript.txt* For Vim version 9.1. Last change: 2025 Apr 27
1+
*pi_getscript.txt* For Vim version 9.1. Last change: 2025 Aug 10
22
>
33
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
44
<
@@ -349,13 +349,9 @@ after/syntax/c.vim contained in it to overwrite a user's c.vim.
349349
>
350350
g:GetLatestVimScripts_scriptaddr
351351
< default='https://www.vim.org/scripts/script.php?script_id='
352-
Override this if your system needs
353-
... ='http://vim.sourceforge.net/script.php?script_id='
354352
>
355353
g:GetLatestVimScripts_downloadaddr
356354
< default='https://www.vim.org/scripts/download_script.php?src_id='
357-
Override this if your system needs
358-
... ='http://vim.sourceforge.net/scripts/download_script.php?src_id='
359355
>
360356
g:GetLatestVimScripts_bunzip2
361357
< default= bunzip2

0 commit comments

Comments
 (0)