Skip to content

Commit 8d36f66

Browse files
committed
Update links
1 parent 8c91f9e commit 8d36f66

File tree

22 files changed

+39
-41
lines changed

22 files changed

+39
-41
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ Test and build infrastructure is generously provided by the following services:
556556
557557
[npm-image]: https://img.shields.io/npm/v/@stdlib/stdlib.svg
558558
559-
[npm-url]: https://npmjs.org/package/@stdlib/stdlib
559+
[npm-url]: https://npmjs.com/package/@stdlib/stdlib
560560
561-
[tag-image]: https://img.shields.io/github/tag/stdlib-js/stdlib.svg
561+
[tag-image]: https://img.shields.io/github/v/tag/stdlib-js/stdlib.svg
562562
563563
[tag-url]: https://github.com/stdlib-js/stdlib/tags
564564
@@ -586,15 +586,15 @@ Test and build infrastructure is generously provided by the following services:
586586
587587
[chat-url]: https://gitter.im/stdlib-js/stdlib/
588588
589-
[make]: https://www.gnu.org/software/make
589+
[make]: https://www.gnu.org/software/make/
590590
591591
[bash]: https://www.gnu.org/software/bash/
592592
593-
[curl]: http://curl.haxx.se/
593+
[curl]: https://curl.se/
594594
595-
[wget]: http://www.gnu.org/software/wget
595+
[wget]: https://www.gnu.org/software/wget/
596596
597-
[fetch]: http://www.freebsd.org/cgi/man.cgi?fetch%281%29
597+
[fetch]: https://www.freebsd.org/cgi/man.cgi?fetch%281%29
598598
599599
[node-js]: https://nodejs.org/en/
600600
@@ -604,15 +604,15 @@ Test and build infrastructure is generously provided by the following services:
604604
605605
[gcc]: http://gcc.gnu.org/
606606
607-
[clang]: http://clang.llvm.org/
607+
[clang]: https://clang.llvm.org/
608608
609609
[gfortran]: https://gcc.gnu.org/fortran/
610610
611611
[openblas]: https://github.com/xianyi/OpenBLAS
612612
613-
[electron]: https://electron.atom.io/
613+
[electron]: https://www.electronjs.org/
614614
615-
[webassembly]: http://webassembly.org/
615+
[webassembly]: https://webassembly.org/
616616
617617
[node-js-add-ons]: https://nodejs.org/api/addons.html
618618

docs/development.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,17 +342,17 @@ For contribution guidelines, see the [contributing guide][stdlib-contributing].
342342
343343
[git]: http://git-scm.com/
344344
345-
[make]: https://www.gnu.org/software/make
345+
[make]: https://www.gnu.org/software/make/
346346
347347
[bash]: https://www.gnu.org/software/bash/
348348
349349
[zsh]: https://en.wikipedia.org/wiki/Z_shell
350350
351-
[curl]: http://curl.haxx.se/
351+
[curl]: https://curl.se/
352352
353-
[wget]: http://www.gnu.org/software/wget
353+
[wget]: https://www.gnu.org/software/wget/
354354
355-
[fetch]: http://www.freebsd.org/cgi/man.cgi?fetch%281%29
355+
[fetch]: https://www.freebsd.org/cgi/man.cgi?fetch%281%29
356356
357357
[node-js]: https://nodejs.org/en/
358358
@@ -384,7 +384,7 @@ For contribution guidelines, see the [contributing guide][stdlib-contributing].
384384
385385
[gcc]: http://gcc.gnu.org/
386386
387-
[clang]: http://clang.llvm.org/
387+
[clang]: https://clang.llvm.org/
388388
389389
[gfortran]: https://gcc.gnu.org/fortran/
390390
@@ -400,7 +400,7 @@ For contribution guidelines, see the [contributing guide][stdlib-contributing].
400400
401401
[openblas]: https://github.com/xianyi/OpenBLAS
402402
403-
[electron]: https://electron.atom.io/
403+
[electron]: https://www.electronjs.org/
404404
405405
[emscripten]: http://kripken.github.io/emscripten-site/index.html
406406

docs/emscripten.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ In addition to the above flags, `emcc` should act as a drop-in replacement for `
106106

107107
[gcc]: http://gcc.gnu.org/
108108

109-
[web-assembly]: http://webassembly.org/
109+
[web-assembly]: https://webassembly.org/
110110

111111
[asm-js]: http://asmjs.org/spec/latest/
112112

113-
[web-assembly-semantics]: http://webassembly.org/docs/semantics/
113+
[web-assembly-semantics]: https://webassembly.org/docs/semantics/
114114

115115
[web-assembly-examples]: https://github.com/mdn/webassembly-examples/blob/master/wasm-sobel/sobel.js
116116

docs/links/database.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"unittest"
400400
]
401401
},
402-
"http://tools.ietf.org/html/rfc5988": {
402+
"https://datatracker.ietf.org/doc/html/rfc5988": {
403403
"id": "rfc-5988",
404404
"description": "An RFC describing web links.",
405405
"short_url": "",
@@ -432,7 +432,7 @@
432432
"types"
433433
]
434434
},
435-
"http://webassembly.org/": {
435+
"https://webassembly.org/": {
436436
"id": "webassembly",
437437
"description": "Official website for WebAssembly, a portable compilation target for the Web.",
438438
"short_url": "",
@@ -1747,7 +1747,7 @@
17471747
"dist"
17481748
]
17491749
},
1750-
"https://electron.atom.io/": {
1750+
"https://www.electronjs.org/": {
17511751
"id": "electron",
17521752
"description": "Framework for building desktop applications with JavaScript, HTML, and CSS.",
17531753
"short_url": "",

docs/updating_dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To update `node_modules` dependencies, perform the following steps:
7070

7171
<section class="links">
7272

73-
[electron]: https://electron.atom.io/
73+
[electron]: https://www.electronjs.org/
7474

7575
[david]: https://david-dm.org/
7676

lib/node_modules/@stdlib/_tools/github/get/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ $ DEBUG=* GITHUB_TOKEN=<token> ghget --pathname '/user/repos'
418418

419419
<section class="links">
420420

421-
[rfc-5988]: http://tools.ietf.org/html/rfc5988
421+
[rfc-5988]: https://datatracker.ietf.org/doc/html/rfc5988
422422

423423
[unix-time]: http://en.wikipedia.org/wiki/Unix_time
424424

lib/node_modules/@stdlib/_tools/licenses/header-regexp/test/fixtures/file.bash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ if [[ -x "${CLANG}" ]] && "${CLANG}" --version >/dev/null; then
4242
echo 'clang is installed.' >&2
4343
exit 0
4444
else
45-
echo 'ERROR: missing dependency. Please download clang version >= 3.5 (http://clang.llvm.org/). Once installed, run the command again.' >&2
45+
echo 'ERROR: missing dependency. Please download clang version >= 3.5 (https://clang.llvm.org/). Once installed, run the command again.' >&2
4646
exit 1
4747
fi

lib/node_modules/@stdlib/_tools/lint/license-header-file-list/test/fixtures/bad/file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ if [[ -x "${CLANG}" ]] && "${CLANG}" --version >/dev/null; then
2424
echo 'clang is installed.' >&2
2525
exit 0
2626
else
27-
echo 'ERROR: missing dependency. Please download clang version >= 3.5 (http://clang.llvm.org/). Once installed, run the command again.' >&2
27+
echo 'ERROR: missing dependency. Please download clang version >= 3.5 (https://clang.llvm.org/). Once installed, run the command again.' >&2
2828
exit 1
2929
fi

lib/node_modules/@stdlib/_tools/lint/license-header-file-list/test/fixtures/good/file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ if [[ -x "${CLANG}" ]] && "${CLANG}" --version >/dev/null; then
4242
echo 'clang is installed.' >&2
4343
exit 0
4444
else
45-
echo 'ERROR: missing dependency. Please download clang version >= 3.5 (http://clang.llvm.org/). Once installed, run the command again.' >&2
45+
echo 'ERROR: missing dependency. Please download clang version >= 3.5 (https://clang.llvm.org/). Once installed, run the command again.' >&2
4646
exit 1
4747
fi

lib/node_modules/@stdlib/_tools/lint/license-header-glob/test/fixtures/bad/file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ if [[ -x "${CLANG}" ]] && "${CLANG}" --version >/dev/null; then
2424
echo 'clang is installed.' >&2
2525
exit 0
2626
else
27-
echo 'ERROR: missing dependency. Please download clang version >= 3.5 (http://clang.llvm.org/). Once installed, run the command again.' >&2
27+
echo 'ERROR: missing dependency. Please download clang version >= 3.5 (https://clang.llvm.org/). Once installed, run the command again.' >&2
2828
exit 1
2929
fi

0 commit comments

Comments
 (0)