Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct GITHUB_CUSTOM_API_URL format #1991

Merged
merged 3 commits into from
Sep 27, 2021

Conversation

patrickhuy
Copy link
Contributor

Fixes #

Proposed Changes

In the README.md file the example value of GITHUB_CUSTOM_API_URL for usage on GHES ends in a api/v3/ this is incorrect, instead api/v3 needs to be used. Also it states that the defautl value is api.github.com, the true default value is https://api.github.com, this again is confusing whether or not the https needs to be included or not (it does need to be included)

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request

Reviewing Maintainer

  • Label as breaking if this is a large fundamental change
  • Label as either automation, bug, documentation, enhancement, infrastructure, or performance

In the README.md file the example value of `GITHUB_CUSTOM_API_URL` for usage on GHES ends in a `api/v3/` this is incorrect, instead `api/v3` needs to be used. Also it states that the defautl value is `api.github.com`, the true default value is `https://api.github.com`, this again is confusing whether or not the `https` needs to be included or not (it does need to be included)
Copy link
Collaborator

@admiralAwkbar admiralAwkbar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the catch!

admiralAwkbar
admiralAwkbar previously approved these changes Sep 27, 2021
@admiralAwkbar admiralAwkbar merged commit 9b8c1ba into super-linter:master Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants