summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2020-12-19 17:36:39 +1000
committerJohn Bampton <[email protected]>2020-12-19 17:36:39 +1000
commitf7c5c00d6ea47ee940525b52acb1d9f495d62ae2 (patch)
treea5dfb9895dfd14437c220eac2072c4d95eb1b7db /doc
parent08d4365252d421f71800992b34684e320ce41ca6 (diff)
downloadmruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.tar.gz
mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.zip
🔒 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