Skip to content

Commit ae97bc3

Browse files
committed
Update reference links in documentation
The documentation contains links to relevant information. Some of that information has been moved to a different location on the Internet since the time the comments were added. The URLs are hereby updated to point to the current location of that content.
1 parent 11077a9 commit ae97bc3

File tree

16 files changed

+34
-34
lines changed

16 files changed

+34
-34
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
1+
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference#about-the-dependabotyml-file
22
version: 2
33

44
updates:

workflow-templates/assets/check-dependencies-task/Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tasks:
1515
echo "Please use Linux/macOS or download the dependencies cache from the GitHub Actions workflow artifact."
1616
else
1717
echo "licensed not found or not in PATH."
18-
echo "Please install: https://github.com/github/licensed#as-an-executable"
18+
echo "Please install: https://github.com/licensee/licensed#installation"
1919
fi
2020
exit 1
2121
fi

workflow-templates/assets/check-dependencies/AGPL-3.0/.licensed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See: https://github.com/github/licensed/blob/main/docs/configuration.md
1+
# See: https://github.com/licensee/licensed/blob/main/docs/configuration.md
22

33
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/AGPL-3.0/.licensed.yml
44
allowed:

workflow-templates/assets/check-dependencies/AGPL-3.0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This is a suggested list of allowed license types for dependencies of projects licensed under [`AGPL-3.0-only`](https://spdx.org/licenses/AGPL-3.0-only.html) or [`AGPL-3.0-or-later`](https://spdx.org/licenses/AGPL-3.0-or-later.html) license types.
44

5-
It is formatted for use in the configuration file of the [**Licensed**](https://github.com/github/licensed) dependency license checker tool.
5+
It is formatted for use in the configuration file of the [**Licensed**](https://github.com/licensee/licensed) dependency license checker tool.

workflow-templates/assets/check-dependencies/Apache-2.0/.licensed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See: https://github.com/github/licensed/blob/main/docs/configuration.md
1+
# See: https://github.com/licensee/licensed/blob/main/docs/configuration.md
22

33
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/Apache-2.0/.licensed.yml
44
allowed:

workflow-templates/assets/check-dependencies/Apache-2.0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This is a suggested list of allowed license types for dependencies of projects licensed under the [`Apache-2.0`](https://spdx.org/licenses/Apache-2.0.html) license.
44

5-
It is formatted for use in the configuration file of the [**Licensed**](https://github.com/github/licensed) dependency license checker tool.
5+
It is formatted for use in the configuration file of the [**Licensed**](https://github.com/licensee/licensed) dependency license checker tool.

workflow-templates/assets/check-dependencies/GPL-2.0/.licensed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See: https://github.com/github/licensed/blob/main/docs/configuration.md
1+
# See: https://github.com/licensee/licensed/blob/main/docs/configuration.md
22

33
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-2.0/.licensed.yml
44
allowed:

workflow-templates/assets/check-dependencies/GPL-2.0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This is a suggested list of allowed license types for dependencies of projects licensed under [`GPL-2.0-only`](https://spdx.org/licenses/GPL-2.0-only.html) or [`GPL-2.0-or-later`](https://spdx.org/licenses/GPL-2.0-or-later.html) license types.
44

5-
It is formatted for use in the configuration file of the [**Licensed**](https://github.com/github/licensed) dependency license checker tool.
5+
It is formatted for use in the configuration file of the [**Licensed**](https://github.com/licensee/licensed) dependency license checker tool.

workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See: https://github.com/github/licensed/blob/main/docs/configuration.md
1+
# See: https://github.com/licensee/licensed/blob/main/docs/configuration.md
22

33
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
44
allowed:

workflow-templates/assets/check-dependencies/GPL-3.0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This is a suggested list of allowed license types for dependencies of projects licensed under [`GPL-3.0-only`](https://spdx.org/licenses/GPL-3.0-only.html) or [`GPL-3.0-or-later`](https://spdx.org/licenses/GPL-3.0-or-later.html) license types.
44

5-
It is formatted for use in the configuration file of the [**Licensed**](https://github.com/github/licensed) dependency license checker tool.
5+
It is formatted for use in the configuration file of the [**Licensed**](https://github.com/licensee/licensed) dependency license checker tool.

0 commit comments

Comments
 (0)