Browse Source

Link updates

Source commit: 5ad721ceff1a6191b8525d16cfd8b62418465956
Martin Prikryl 5 years ago
parent
commit
0b53a3c951
2 changed files with 2 additions and 2 deletions
  1. 1 1
      source/core/WebDAVFileSystem.cpp
  2. 1 1
      source/packages/filemng/ShellDialogs.pas

+ 1 - 1
source/core/WebDAVFileSystem.cpp

@@ -1405,7 +1405,7 @@ void TWebDAVFileSystem::NeonPreSend(
     // Without it files like .001 return 404 (Not found) HTTP code.
     // Without it files like .001 return 404 (Not found) HTTP code.
     // https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wdv/e37a9543-9290-4843-8c04-66457c60fa0a
     // https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wdv/e37a9543-9290-4843-8c04-66457c60fa0a
     // https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wdvse/501879f9-3875-4d7a-ab88-3cecab440034
     // https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wdvse/501879f9-3875-4d7a-ab88-3cecab440034
-    // http://lists.manyfish.co.uk/pipermail/neon/2012-April/001452.html
+    // http://lists.manyfish.co.uk/pipermail/neon/2012-April/000582.html
     // It's also supported by Oracle server:
     // It's also supported by Oracle server:
     // https://docs.oracle.com/cd/E19146-01/821-1828/gczya/index.html
     // https://docs.oracle.com/cd/E19146-01/821-1828/gczya/index.html
     // We do not know yet of any server that fails when the header is used,
     // We do not know yet of any server that fails when the header is used,

+ 1 - 1
source/packages/filemng/ShellDialogs.pas

@@ -23,7 +23,7 @@ Unit ShellDialogs;
     Credits:
     Credits:
     ========
     ========
     This unit is partly based on the work of
     This unit is partly based on the work of
-    Gerald Nunn (GXExplorer), https://gexperts.com
+    Gerald Nunn (GXExplorer)
     and
     and
     Brad Stowers (ItemProp)
     Brad Stowers (ItemProp)