瀏覽代碼

Comment link update

Source commit: 705199df7dc20bd6ce5df6dd929402e92084c2eb
Martin Prikryl 5 年之前
父節點
當前提交
cbabeee293
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dotnet/internal/Logger.cs

+ 1 - 1
dotnet/internal/Logger.cs

@@ -32,7 +32,7 @@ namespace WinSCP
         {
             string path = null;
 
-            // https://blogs.msdn.microsoft.com/suzcook/2003/06/26/assembly-codebase-vs-assembly-location/
+            // https://docs.microsoft.com/en-us/archive/blogs/suzcook/assembly-codebase-vs-assembly-location
             // The CodeBase is a URL to the place where the file was found,
             // while the Location is the path from where it was actually loaded.
             // For example, if the assembly was downloaded from the internet, its CodeBase may start with "http://",