diff options
| author | Romario Maxwell <romario.maxwell@gmail.com> | 2018-05-04 11:47:20 -0500 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2018-05-04 09:47:20 -0700 |
| commit | 2614fd32d8d4a099fca021d1e880a9d9d8e848e8 (patch) | |
| tree | d5f5dd00cb29837fc1a18c8ecf66eabe331df258 /CAndC++.md | |
| parent | fc886f061e825d154aca910f9ab3b511b7fdf4ea (diff) | |
| download | nanowasm-design-2614fd32d8d4a099fca021d1e880a9d9d8e848e8.tar.gz | |
rewrite URLs (http:// -> https://) (#1205)
All the modified URLs were checked to see if they are available over
HTTPS by opening a new tab in the browser, entering the URL in the
address bar, changing http:// to https:// and then verifying if the
resource displayed is the same over HTTP and HTTPS for each URL.
Diffstat (limited to 'CAndC++.md')
| -rw-r--r-- | CAndC++.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ greater performance will be added soon after, including: and [GCC's vector extensions], auto-vectorization, and emulated APIs from other platforms such as `<xmmintrin.h>`. - [LLVM's vector extensions]: http://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vectors + [LLVM's vector extensions]: https://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vectors [GCC's vector extensions]: https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html ### APIs |
