summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-12-19 16:42:40 +0900
committerGitHub <[email protected]>2020-12-19 16:42:40 +0900
commit563ebbf0833c6642ce8d95795e53748227dd6985 (patch)
treea5dfb9895dfd14437c220eac2072c4d95eb1b7db /doc
parent08d4365252d421f71800992b34684e320ce41ca6 (diff)
parentf7c5c00d6ea47ee940525b52acb1d9f495d62ae2 (diff)
downloadmruby-563ebbf0833c6642ce8d95795e53748227dd6985.tar.gz
mruby-563ebbf0833c6642ce8d95795e53748227dd6985.zip
Merge pull request #5229 from jbampton/fix-links
🔒 Fix missing HTTPS on links
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/compile.md2
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