浏览代码

Link update

(cherry picked from commit 5ff087b2fea29219c812af31149ab0b2dbabe6d1)

Source commit: 943150b38be5c52c7a5929b8e2eebfc8c4ba9e0d
Martin Prikryl 7 年之前
父节点
当前提交
8d428cac69
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -2,7 +2,7 @@
 
 To build WinSCP you need:
 - [Embarcadero C++ Builder XE6 Professional](https://www.embarcadero.com/products/cbuilder).
-- [Build Tools and Agents for Visual Studio 2017](https://www.visualstudio.com/) (for C# 7.0)
+- [Build Tools and Agents for Visual Studio 2017](https://visualstudio.microsoft.com/) (for C# 7.0)
 - [nasm](https://www.nasm.us/) (store it to `buildtools/tools/nasm.exe`)
 - [Object file converter](http://www.agner.org/optimize/#objconv) (store it to `buildtools/tools/objconv.exe`)
 - Build MFC (see [`readme_mfc.txt`](readme_mfc.txt)).