Skip to content

Commit ec8c95c

Browse files
authored
docs: update OSI link (#6186)
The current link for OSI approved licenses (https://opensource.org/licenses/alphabetical) leads to a 404 page. Updated it to redirect to a valid page (https://opensource.org/licenses/).
1 parent 7ba3e17 commit ec8c95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/content/configuring-npm/package-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ SPDX license identifier for the license you're using, like this:
120120

121121
You can check [the full list of SPDX license
122122
IDs](https://spdx.org/licenses/). Ideally you should pick one that is
123-
[OSI](https://opensource.org/licenses/alphabetical) approved.
123+
[OSI](https://opensource.org/licenses/) approved.
124124

125125
If your package is licensed under multiple common licenses, use an [SPDX
126126
license expression syntax version 2.0

0 commit comments

Comments
 (0)