Skip to content

Commit 6054c4c

Browse files
committed
Fix intra-document links in README
1 parent 0a5214c commit 6054c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Make sure you follow the instructions for setting up Gatekeeper in Gatekeeper's
1818
## Configuring GitHub Status API GUI
1919
You will need to set the following values in the [`src/utils/constants.js`](src/utils/constants.js) file before you can run the GitHub Status API GUI application:
2020

21-
1) **GitHub Application Client ID:** This is the Client ID which will be generated and provided to you by GitHub when you [register your new OAuth application](#Using-OAuth-with-GitHub).
21+
1) **GitHub Application Client ID:** This is the Client ID which will be generated and provided to you by GitHub when you [register your new OAuth application](#using-oauth-with-github).
2222
```JavaScript
2323
export const CLIENT_ID = "abcdefghij0123456789";
2424
```
25-
2) **Gatekeeper Authentication URL:** This is the URL where you deployed your instance of [Gatekeeper](#Deploying-Gatekeeper).
25+
2) **Gatekeeper Authentication URL:** This is the URL where you deployed your instance of [Gatekeeper](#deploying-gatekeeper).
2626
```JavaScript
2727
export const GATEKEEPER_AUTH_URL = "https://your.server.domain/authenticate/";
2828
```

0 commit comments

Comments
 (0)