diff options
author | Marc-Andre Giroux <xuorig@github.com> | 2020-07-29 09:55:20 -0400 |
---|---|---|
committer | Marc-Andre Giroux <xuorig@github.com> | 2020-07-29 09:55:20 -0400 |
commit | c651ddd75c874d3286642d2c9e64c25ddc1f692b (patch) | |
tree | dbc65c5dacfa892753aa82590884d266648de88b /descriptions/api.github.com | |
parent | d7a1082058f2b521c8ade0541e9be9e967f4de4e (diff) | |
download | rest-api-description-c651ddd75c874d3286642d2c9e64c25ddc1f692b.tar.gz rest-api-description-c651ddd75c874d3286642d2c9e64c25ddc1f692b.zip |
fix: Correct URL for MIT License
Diffstat (limited to 'descriptions/api.github.com')
4 files changed, 4 insertions, 4 deletions
diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 07eca1938..47b4922c4 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -6,7 +6,7 @@ "description": "GitHub's v3 REST API.", "license": { "name": "MIT", - "url": "https://help.github.com/articles/github-terms-of-service/" + "url": "https://spdx.org/licenses/MIT.html" }, "contact": { "name": "Support", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 7b84969e1..52150d31c 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -6,7 +6,7 @@ info: description: GitHub's v3 REST API. license: name: MIT - url: https://help.github.com/articles/github-terms-of-service/ + url: https://spdx.org/licenses/MIT.html contact: name: Support url: https://support.github.com diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 5ee78990a..7ed3a8bfd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -6,7 +6,7 @@ "description": "GitHub's v3 REST API.", "license": { "name": "MIT", - "url": "https://help.github.com/articles/github-terms-of-service/" + "url": "https://spdx.org/licenses/MIT.html" }, "contact": { "name": "Support", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 9dfebf6ee..6b297932a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -6,7 +6,7 @@ info: description: GitHub's v3 REST API. license: name: MIT - url: https://help.github.com/articles/github-terms-of-service/ + url: https://spdx.org/licenses/MIT.html contact: name: Support url: https://support.github.com |