Skip to content

Commit 5afa30d

Browse files
committed
Replace links.
david-dm has not been available for a long time and is not coming back, so I replaced the respective links.
1 parent d1cb87b commit 5afa30d

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,11 +715,11 @@ Test and build infrastructure is generously provided by the following services:
715715

716716
[dependencies-image]: https://img.shields.io/david/stdlib-js/stdlib
717717

718-
[dependencies-url]: https://david-dm.org/stdlib-js/stdlib/develop
718+
[dependencies-url]: https://socket.dev/npm/package/@stdlib/stdlib/dependencies
719719

720720
[dev-dependencies-image]: https://img.shields.io/david/dev/stdlib-js/stdlib
721721

722-
[dev-dependencies-url]: https://david-dm.org/stdlib-js/stdlib/develop?type=dev -->
722+
[dev-dependencies-url]: https://socket.dev/npm/package/@stdlib/stdlib/dependencies -->
723723

724724
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
725725

docs/links/database.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@
873873
"bash_profile"
874874
]
875875
},
876-
"http://usejsdoc.org/": {
876+
"https://jsdoc.app/": {
877877
"id": "jsdoc",
878878
"description": "The official website of JSDoc.",
879879
"short_url": "",
@@ -884,7 +884,7 @@
884884
"javascript"
885885
]
886886
},
887-
"http://usejsdoc.org/tags-typedef.html": {
887+
"https://jsdoc.app/tags-typedef.html": {
888888
"id": "jsdoc-typedef",
889889
"description": "JSDoc documentation for defining custom types (type definitions).",
890890
"short_url": "",
@@ -1018,7 +1018,7 @@
10181018
"ecmascript"
10191019
]
10201020
},
1021-
"http://www.ecma-international.org/ecma-262/5.1/#sec-12.6.4": {
1021+
"https://262.ecma-international.org/5.1/#sec-12.6.4": {
10221022
"id": "ecma-262-for-in",
10231023
"description": "For-in behavior according to ECMAScript specification.",
10241024
"short_url": "",

docs/updating_dependencies.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To update [Electron][electron], perform the following steps:
1414

1515
If updating [Electron][electron] **will** introduce breaking changes, assess the implications to the project and determine whether the changes affect internal project usage or will cause downstream effects for project consumers. If the former, assess whether refactoring to accommodate the changes is possible. In both scenarios, consult with a project lead to determine an update strategy.
1616

17-
2. Update the configuration file found in `/etc` for [David][david], a service which monitors npm for new releases, to use the desired [Electron][electron] version.
17+
2. Update the configuration file found in `/etc` for David, a package which monitors npm for new releases, to use the desired [Electron][electron] version.
1818

1919
3. Update the default `DEPS_ELECTRON_VERSION` Makefile environment variable value to the desired [Electron][electron] version.
2020

@@ -72,8 +72,6 @@ To update `node_modules` dependencies, perform the following steps:
7272

7373
[electron]: https://www.electronjs.org/
7474

75-
[david]: https://david-dm.org/
76-
7775
</section>
7876

7977
<!-- /.links -->

0 commit comments

Comments
 (0)