Skip to content

Commit 94bc38b

Browse files
authored
Merge pull request #1 from Joachim-S160/patch-1
Add links to participants.md in the guide
2 parents ed4fec3 + 197b483 commit 94bc38b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

handson_cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ It will start automatically in new terminal windows after installation.
264264

265265
## Add your favorite animal to `participants.md`
266266

267-
In this guide, we will practically reproduce the web-based editing of `participants.md`,
267+
In this guide, we will practically reproduce the web-based editing of [`participants.md`](https://github.com/molmod/sandbox/blob/main/participants.md),
268268
except that you'll add your favorite animal instead of your favorite food.
269269

270-
Before you start, you can already create a new issue, now reporting that your favorite animal is missing in `participants.md`.
270+
Before you start, you can already create a new issue, now reporting that your favorite animal is missing in [`participants.md`](https://github.com/molmod/sandbox/blob/main/participants.md).
271271
To fix this issue, you will use a text editor in the terminal and the `git` command-line interface.
272272

273273
The main steps in the workflow are shown in the following figure:
@@ -322,7 +322,7 @@ To clarify the workflow, each command is preceded by a comment showing the curre
322322
323323
(The older `git checkout -b add-favorite-animal` is equivalent.)
324324
325-
1. Edit the `participants.md` file to add your favorite animal,
325+
1. Edit the [`participants.md`](https://github.com/molmod/sandbox/blob/main/participants.md) file to add your favorite animal,
326326
e.g. using the `nano` editor.
327327
328328
```bash

0 commit comments

Comments
 (0)