Commit 00c07cc
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments