Skip to content

Commit 3085952

Browse files
committed
tweaks
1 parent 39dd9ae commit 3085952

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/content/0/en/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ You will suffer from JavaScript fatigue yourself during this course. Fortunately
613613
<div class="tasks">
614614
<h3>Exercises 0.1.-0.6.</h3>
615615
616-
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).
616+
The exercises are submitted via GitHub, and by marking the exercises as done in the "my submissions" tab of the [submission system](https://studies.cs.helsinki.fi/stats/courses/fullstackopen).
617617
618618
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. If you use a private repository to submit the exercises, add _mluukkai_ as a collaborator to it.
619619

src/content/1/en/part1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ It now compiles successfully, and the DOM generated by React no longer contains
410410
<div class="tasks">
411411
<h3>Exercises 1.1.-1.2.</h3>
412412

413-
Exercises are submitted through GitHub and by marking completed exercises in the [submission application](https://studies.cs.helsinki.fi/stats/courses/fullstackopen).
413+
The exercises are submitted via GitHub, and by marking the exercises as done in the "my submissions" tab of the [submission application](https://studies.cs.helsinki.fi/stats/courses/fullstackopen).
414414

415415
You may submit all the exercises of this course into the same repository, or use multiple repositories. If you submit exercises of different parts into the same repository, please use a sensible naming scheme for the directories.
416416

src/content/1/en/part1d.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,9 +1058,10 @@ You may find the following links useful:
10581058

10591059
<div class="tasks">
10601060

1061-
<h3>Exercises 1.6.-1.14.</h3>
1061+
<h3>Exercises 1.6.-1.14.</h3>
10621062

1063-
Submit your solutions to the exercises by first pushing your code to GitHub and then marking the completed exercises into the [exercise submission system](https://studies.cs.helsinki.fi/stats/courses/fullstackopen).
1063+
Submit your solutions to the exercises by first pushing your code to GitHub and then marking the completed exercises into
1064+
the "my submissions" tab of the [submission application](https://studies.cs.helsinki.fi/stats/courses/fullstackopen).
10641065

10651066
Remember, submit **all** the exercises of one part **in a single submission**. Once you have submitted your solutions for one part, **you cannot submit more exercises to that part any more**.
10661067

@@ -1278,6 +1279,7 @@ Now implement the final version of the application that displays the anecdote wi
12781279

12791280
If multiple anecdotes are tied for first place it is sufficient to just show one of them.
12801281

1281-
This was the last exercise for this part of the course and it's time to push your code to GitHub and mark all of your finished exercises to the [exercise submission system](https://studies.cs.helsinki.fi/stats/courses/fullstackopen).
1282+
This was the last exercise for this part of the course and it's time to push your code to GitHub and mark all of your finished exercises to the "my submissions" tab of the [submission application](https://studies.cs.helsinki.fi/stats/courses/fullstackopen).
1283+
12821284

12831285
</div>

0 commit comments

Comments
 (0)