mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:22:58 +00:00
[REACTOS] Refresh old URLs (#7632)
URLs are getting old. We have to update URLs for documentation purpose. JIRA issue: CORE-19963 - Refresh old URLs. - Add " (DEAD_LINK)" labels to dead links. - Use MS Learn links rather than MSDN ones. - Some dead links revived by Web Archive. - Don't change Wine Tests and Wine Sync. - Don't change 3rd party libraries. - Don't append "redirected" labels.
This commit is contained in:
parent
9a9aa6fdb9
commit
fe11f7a2e5
187 changed files with 303 additions and 305 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
- Info:
|
||||
- http://stackoverflow.com/questions/32251638/dbghelp-get-full-symbol-signature-function-name-parameters-types
|
||||
- http://www.debuginfo.com/articles/dbghelptypeinfo.html
|
||||
- https://www.debuginfo.com/articles/dbghelptypeinfo.html
|
||||
- TODO:
|
||||
- Dump usage
|
||||
- Test for dbghelp + symsrv and warn if not working
|
||||
|
|
|
@ -456,7 +456,7 @@ BOOL Entry::launch_entry(HWND hwnd, UINT nCmdShow)
|
|||
|
||||
|
||||
// local replacement implementation for SHBindToParent()
|
||||
// (derived from http://www.geocities.com/SiliconValley/2060/articles/shell-helpers.html)
|
||||
// (derived from https://web.archive.org/web/20021105062620/http://www.geocities.com/SiliconValley/2060/articles/shell-helpers.html)
|
||||
static HRESULT my_SHBindToParent(LPCITEMIDLIST pidl, REFIID riid, VOID** ppv, LPCITEMIDLIST* ppidlLast)
|
||||
{
|
||||
HRESULT hr;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
/*
|
||||
For this program and for win32 ethernet, the winpcap library is required.
|
||||
Download it from http://netgroup-serv.polito.it/winpcap.
|
||||
Download it from https://web.archive.org/web/20040404215544/http://winpcap.polito.it/ .
|
||||
*/
|
||||
#ifdef MSC_VER
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
@ -55,7 +55,7 @@ int main(int argc, char **argv)
|
|||
PacketGetVersion = (PCHAR (*)(VOID))GetProcAddress(hPacket, "PacketGetVersion");
|
||||
} else {
|
||||
printf("Could not load WinPCap driver! for more information goto:\n");
|
||||
printf ("http://netgroup-serv.polito.it/winpcap\n");
|
||||
printf ("https://web.archive.org/web/20040404215544/http://winpcap.polito.it/\n");
|
||||
return 1;
|
||||
}
|
||||
if (!(PacketLibraryVersion = PacketGetVersion())) {
|
||||
|
|
|
@ -820,7 +820,7 @@ disk_set_information(RDPCLIENT * This, NTHANDLE handle, uint32 info_class, STREA
|
|||
FileDispositionInformation requests with
|
||||
DeleteFile set to FALSE should unschedule
|
||||
the delete. See
|
||||
http://www.osronline.com/article.cfm?article=245. */
|
||||
https://www.osronline.com/article.cfm%5earticle=245.htm . */
|
||||
|
||||
in_uint32_le(in, delete_on_close);
|
||||
|
||||
|
|
|
@ -34,6 +34,6 @@ To enable to lspci virtual channel, run rdesktop with "-r lspci".
|
|||
References
|
||||
==========
|
||||
|
||||
http://www.microsoft.com/msj/1099/terminal/terminal.aspx
|
||||
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termserv/terminal_services_virtual_channels.asp
|
||||
https://web.archive.org/web/20170905024329/http://www.microsoft.com/msj/1099/terminal/terminal.aspx
|
||||
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termserv/terminal_services_virtual_channels.asp (DEAD_LINK)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
rdesktop: A Remote Desktop Protocol client.
|
||||
|
||||
Support functions for Extended Window Manager Hints,
|
||||
http://www.freedesktop.org/wiki/Standards_2fwm_2dspec
|
||||
https://web.archive.org/web/20060831082811/http://www.freedesktop.org/wiki/Standards_2fwm_2dspec
|
||||
|
||||
Copyright (C) Peter Astrand <astrand@cendio.se> 2005
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
/* patented for another couple of years. */
|
||||
|
||||
/* more information is available in */
|
||||
/* http://www.ietf.org/ietf/IPR/hifn-ipr-draft-friend-tls-lzs-compression.txt */
|
||||
/* https://web.archive.org/web/20231203135154/https://www.ietf.org/ietf-ftp/ietf/IPR/hifn-ipr-draft-friend-tls-lzs-compression.txt */
|
||||
|
||||
int
|
||||
mppc_expand(RDPCLIENT * This, uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen)
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
/*
|
||||
Here are some resources, for your IRP hacking pleasure:
|
||||
|
||||
http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/include/ddk/winddk.h?view=markup
|
||||
http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/include/ddk/winddk.h?view=markup (DEAD_LINK)
|
||||
|
||||
http://win32.mvps.org/ntfs/streams.cpp
|
||||
https://web.archive.org/web/20150616195443/http://win32.mvps.org/ntfs/streams.cpp
|
||||
|
||||
http://www.acc.umu.se/~bosse/ntifs.h
|
||||
|
||||
http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/NT%20Objects/File/
|
||||
https://web.archive.org/web/20060430092752/http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/NT%20Objects/File/
|
||||
|
||||
http://us1.samba.org/samba/ftp/specs/smb-nt01.txt
|
||||
|
||||
|
|
|
@ -425,7 +425,7 @@ sec_out_mcs_data(RDPCLIENT * This, STREAM s, wchar_t * hostname)
|
|||
out_uint8s(s, 30 - hostlen);
|
||||
|
||||
/* See
|
||||
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk40/html/cxtsksupportingremotedesktopprotocol.asp */
|
||||
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk40/html/cxtsksupportingremotedesktopprotocol.asp (DEAD_LINK) */
|
||||
out_uint32_le(s, This->keyboard_type);
|
||||
out_uint32_le(s, This->keyboard_subtype);
|
||||
out_uint32_le(s, This->keyboard_functionkeys);
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
HTML: http://tronche.com/gui/x/icccm/
|
||||
PDF: http://ftp.xfree86.org/pub/XFree86/4.5.0/doc/PDF/icccm.pdf
|
||||
- MSDN: Clipboard Formats
|
||||
http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/dataexchange/clipboard/clipboardformats.asp
|
||||
https://web.archive.org/web/20080103082730/http://msdn2.microsoft.com/en-us/library/ms649013.aspx
|
||||
*/
|
||||
|
||||
#ifdef HAVE_ICONV
|
||||
|
|
|
@ -5,7 +5,7 @@ Matrrix2 screensaver for ReactOS
|
|||
Freeware
|
||||
Copyright J Brown 2003
|
||||
|
||||
Updates at http://www.catch22.net
|
||||
Updates at https://www.catch22.net/
|
||||
|
||||
******************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue