Skip to content

Commit 2b803c3

Browse files
committed
Refactor builtin links in course-definition.yml
1 parent 1967666 commit 2b803c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

course-definition.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ stages:
144144
name: "The exit builtin"
145145
difficulty: easy
146146
description_md: |-
147-
In this stage, you'll implement the [`exit` builtin](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit).
147+
In this stage, you'll implement the [exit](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit) builtin.
148148
149149
### Tests
150150
@@ -174,7 +174,7 @@ stages:
174174
name: "The echo builtin"
175175
difficulty: medium
176176
description_md: |-
177-
In this stage, you'll implement the [`echo`](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html) builtin.
177+
In this stage, you'll implement the [echo](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html) builtin.
178178
179179
### Tests
180180

0 commit comments

Comments
 (0)