You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ Make sure you follow the instructions for setting up Gatekeeper in Gatekeeper's
18
18
## Configuring GitHub Status API GUI
19
19
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:
20
20
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).
22
22
```JavaScript
23
23
exportconstCLIENT_ID="abcdefghij0123456789";
24
24
```
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).
0 commit comments