Skip to content

Commit d9b6522

Browse files
gajeshbhatGajesh Bhat
andauthored
fix(docs): fix broken link and correct typos in HACKING.md and cache/README.md (#5502)
* fix: fixed python script link * fixed typos --------- Co-authored-by: Gajesh Bhat <gajeshbhat@gmail.com>
1 parent e4a2c46 commit d9b6522

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

HACKING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use this functionality, you need to set up test accounts with **GitHub** and
2020

2121
Go and [register a new OAuth application](https://github.com/settings/applications/new) in your GitHub account. You can fill in the form however you want, and the only important detail is that you set the "Authorization callback URL" to `http://localhost:8004/github/auth/verify`.
2222

23-
Once you've created the application, you should be given the client id and the client secret. Update your `.env.local` file with the your secrets:
23+
Once you've created the application, you should be given the client id and the client secret. Update your `.env.local` file with your secrets:
2424

2525
```bash
2626
GITHUB_CLIENT_ID=<Your client id>
@@ -39,7 +39,7 @@ GITHUB_WEBHOOK_HOST_URL=https://hash-id.ngrok.io/
3939

4040
To connect to Launchpad, you need to set up a **username**, a **consumer key** and obtain an **API token** and an **API token secret**:
4141

42-
Download [this Python script](https://github.com/canonical/snapcraft.io/blob/main/scripts/create-launchpad-credentials).
42+
Download [this Python script](https://github.com/canonical/snapcraft.io/blob/main/scripts/create-launchpad-credentials.py).
4343

4444
Run:
4545

@@ -66,7 +66,7 @@ For development purposes, visit https://sentry.io/signup/, signup and setup a pr
6666
https://<user>:<secret>@sentry.io/<project_id>
6767
```
6868

69-
Create or update you `.env.local` file:
69+
Create or update your `.env.local` file:
7070

7171
```
7272
SENTRY_DSN=<DSN_FROM_ABOVE>

cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This setup provides a local Redis instance for development and testing purposes.
1212
```
1313
KEYS *
1414
```
15-
4. To exit the interactive promt, run
15+
4. To exit the interactive prompt, run
1616
```
1717
exit
1818
```

0 commit comments

Comments
 (0)