Skip to content

Commit 00c07cc

Browse files
authored
docs(generated): fix OpenAPI spec link (#312)
Without a protocol, this link is interpreted as a relative URL, so if the file is viewed at https://github.com/octokit/plugin-rest-endpoint-methods.js/blob/master/src/generated/README.md the link resolves to https://github.com/octokit/plugin-rest-endpoint-methods.js/blob/master/src/generated/github.com/github/rest-api-description which does not exist. This commit adds the https:// protocol so the link always resolve to https://github.com/github/rest-api-description Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent ea3df0f commit 00c07cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# DO NOT EDIT FILES IN THIS DIRECTORY
22

3-
All files are generated automatically and will be overwritten next time [GitHub's OpenAPI spec](github.com/github/rest-api-description/) has a new release. If you find a problem, please file an issue.
3+
All files are generated automatically and will be overwritten next time [GitHub's OpenAPI spec](https://github.com/github/rest-api-description/) has a new release. If you find a problem, please file an issue.

0 commit comments

Comments
 (0)