Skip to content

Commit 67c66df

Browse files
committed
Update link to library-schema file
1 parent fba01f1 commit 67c66df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/8/en/part8c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ The following exercises are quite likely to break your frontend. Do not worry ab
508508
509509
#### 8.13: Database, part 1
510510
511-
Change the library application so that it saves the data to a database. You can find the <i>mongoose schema</i> for books and authors from [here](https://github.com/fullstack-hy/misc/blob/main/library-schema.md).
511+
Change the library application so that it saves the data to a database. You can find the <i>mongoose schema</i> for books and authors from [here](https://github.com/fullstack-hy2020/misc/blob/master/library-schema.md).
512512
513513
Let's change the book graphql schema a little
514514

src/content/8/fi/osa8c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ Tämän luvun tehtävät todennäköisesti hajottavat frontendin koodin. Tässä
515515
516516
#### 8.13: Tietokanta, osa 1
517517
518-
Muuta kirjastosovellusta siten, että se tallettaa tiedot tietokantaan. Kirjojen ja kirjailijoiden <i>Mongoose-skeema</i> löytyy valmiiksi [täältä](https://github.com/fullstack-hy/misc/blob/master/library-schema.md).
518+
Muuta kirjastosovellusta siten, että se tallettaa tiedot tietokantaan. Kirjojen ja kirjailijoiden <i>Mongoose-skeema</i> löytyy valmiiksi [täältä](https://github.com/fullstack-hy2020/misc/blob/master/library-schema.md).
519519
520520
Muutetaan myös graphql-skeemaa hiukan kirjan osalta
521521

src/content/8/zh/part8c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ query {
481481
下面的练习很可能会破坏你的前端。先不要担心,前端将在下一章进行修复和扩展。
482482
#### 8.13: Database, part 1
483483
484-
<!-- Change the library application so that it saves the data to a database. You can find the <i>mongoose schema</i> for books and authors from [here](https://github.com/fullstack-hy/misc/blob/main/library-schema.md).-->
485-
改变库中的应用,使其将数据保存到数据库中。你可以从[这里](https://github.com/fullstack-hy/misc/blob/main/library-schema.md)找到书籍和作者的<i>mongoose模式</i>。
484+
<!-- Change the library application so that it saves the data to a database. You can find the <i>mongoose schema</i> for books and authors from [here](https://github.com/fullstack-hy2020/misc/blob/master/library-schema.md).-->
485+
改变库中的应用,使其将数据保存到数据库中。你可以从[这里](https://github.com/fullstack-hy2020/misc/blob/master/library-schema.md)找到书籍和作者的<i>mongoose模式</i>。
486486
487487
<!-- Let's change the book graphql schema a little-->
488488
让我们稍微改变一下图书graphql模式

0 commit comments

Comments
 (0)