diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-05-12 16:13:42 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-05-12 16:15:14 +0200 |
commit | 4d8461ae8aef6140d7b3222dda6c3e078ad076be (patch) | |
tree | d4efd03dacf0ae7958718c2891285c13179eb696 /docs | |
parent | 15fd9abfeacf511096dfc061f9c84dbe77ffe000 (diff) |
docs/INSTALL: fix broken link [ci skip]
Reported-by: Joombalaya on github
Fixes #3818
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index f2f93227a..e1a0a3cf9 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -122,7 +122,7 @@ libressl. understanding if you are not going to follow the advice given above. - [How To Use the C Run-Time](https://support.microsoft.com/kb/94248/en-us) - - [How to link with the correct C Run-Time CRT library](https://support.microsoft.com/kb/140584/en-us) + - [Run-Time Library Compiler Options](https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library) - [Potential Errors Passing CRT Objects Across DLL Boundaries](https://msdn.microsoft.com/en-us/library/ms235460) If your app is misbehaving in some strange way, or it is suffering from |