Skip to content

Commit dc932c4

Browse files
committed
Fix dead link
1 parent 0383b38 commit dc932c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
cd ./docs
240240
yarn spellcheck
241241
242-
- name: Spellcheck and Build Docs
242+
- name: Build Docs
243243
run: |
244244
cd ./docs
245245
yarn build

docs/src/repotools/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ The `@sourceacademy/modules-repotools` package itself has a bunch of utilities f
44

55
Below is a list of other tools:
66

7-
- [Development Server](./devserver/devserver)
7+
- [Development Server](./devserver)
88
- [Docs Server](./docserver/1-overview)
99
- [ESLint](./linting)
1010
- [Github Workflows](./workflows/index)
1111
- [VSCode](./vscode)
1212
- [Vitest Reporters](./reporters)
1313
- [Yarn](./yarn)
1414

15-
You may also want to refer to the Source Academy wide developer conventions which can be found [here](https://github.com/source-academy/general/wiki/Conventions-and-practices).
15+
You may also want to refer to the Source Academy wide developer conventions which can be found [here](https://github.com/source-academy/general/wiki/Conventions-and-practices).

0 commit comments

Comments
 (0)