diff options
| author | John Bampton <[email protected]> | 2020-12-19 17:36:39 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2020-12-19 17:36:39 +1000 |
| commit | f7c5c00d6ea47ee940525b52acb1d9f495d62ae2 (patch) | |
| tree | a5dfb9895dfd14437c220eac2072c4d95eb1b7db /doc | |
| parent | 08d4365252d421f71800992b34684e320ce41ca6 (diff) | |
| download | mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.tar.gz mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.zip | |
🔒 Fix missing HTTPS on links
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guides/compile.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/compile.md b/doc/guides/compile.md index 6fa8a761b..b0dedfc8e 100644 --- a/doc/guides/compile.md +++ b/doc/guides/compile.md @@ -76,7 +76,7 @@ toolchain :clang #### Visual Studio 2010, 2012 and 2013 Toolchain configuration for Visual Studio on Windows. If you use the -[Visual Studio Command Prompt](http://msdn.microsoft.com/en-us/library/ms229859\(v=vs.110\).aspx), +[Visual Studio Command Prompt](https://msdn.microsoft.com/en-us/library/ms229859\(v=vs.110\).aspx), you normally do not have to specify this manually, since it gets automatically detected by our build process. ```ruby toolchain :visualcpp |
