Skip to content

Commit 2c74baf

Browse files
authored
Merge pull request #2668 from c-shubh/patch-1
Fix markdown link to the submission system
2 parents 93e742c + 1573ffa commit 2c74baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/2/en/part2a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ Programming is hard, that is why I will use all the possible means to make it ea
576576

577577
<h3>Exercises 2.1.-2.5.</h3>
578578

579-
The exercises are submitted via GitHub, and by marking the exercises as done in the [submission system]https://studies.cs.helsinki.fi/stats/courses/fullstackopen).
579+
The exercises are submitted via GitHub, and by marking the exercises as done in the [submission system](https://studies.cs.helsinki.fi/stats/courses/fullstackopen).
580580

581581
You can submit all of the exercises into the same repository, or use multiple different repositories. If you submit exercises from different parts into the same repository, name your directories well.
582582

@@ -588,7 +588,7 @@ Note that this part has more exercises than the ones before, so <i>do not submit
588588

589589
<h4>2.1: Course information step6</h4>
590590

591-
Let's finish the code for rendering course contents from exercises 1.1 - 1.5. You can start with the code from the model answers. The model answers for part 1 can be found by going to the [submission system]https://studies.cs.helsinki.fi/stats/courses/fullstackopen), clicking on <i>my submissions</i> at the top, and in the row corresponding to part 1 under the <i>solutions</i> column clicking on <i>show</i>. To see the solution to the <i>course info</i> exercise, click on _index.js_ under <i>kurssitiedot</i> ("kurssitiedot" means "course info").
591+
Let's finish the code for rendering course contents from exercises 1.1 - 1.5. You can start with the code from the model answers. The model answers for part 1 can be found by going to the [submission system](https://studies.cs.helsinki.fi/stats/courses/fullstackopen), clicking on <i>my submissions</i> at the top, and in the row corresponding to part 1 under the <i>solutions</i> column clicking on <i>show</i>. To see the solution to the <i>course info</i> exercise, click on _index.js_ under <i>kurssitiedot</i> ("kurssitiedot" means "course info").
592592

593593

594594
**Note that if you copy a project from one place to another, you might have to delete the <i>node\_modules</i> directory and install the dependencies again with the command _npm install_ before you can start the application.**

0 commit comments

Comments
 (0)