Skip to content

Commit

Permalink
🐛 Fix broken internal navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
Vages committed Dec 3, 2021
1 parent 9bbaab9 commit f1a23b6
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ npm run dev -- --open

You are now ready to start the [tasks](./TASKS.md).

[readme-eng]: .
[readme-eng]: ./README.md
[readme-nob]: ./locale/nob/README.md
2 changes: 1 addition & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ Download Git for Windows here: https://gitforwindows.org/
1. When you have installed an editor, Git and Node, clone the repo in the command line/terminal: `git clone https://github.com/Vages/svelte-snake-workshop.git`
1. Go to the `svelte-snake-workshop` directory and run `npm install` to install the dependencies. If you run `npm run dev`, the app should startin development mode. If it works, you're ready for the workshop!

[setup-eng]: .
[setup-eng]: ./SETUP.md
[setup-nob]: ./locale/nob/SETUP.md
2 changes: 1 addition & 1 deletion TASKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,6 @@ All that remains to say is that we hope you have enjoyed our workshop. Game over
[solitaire-win-png]: ./assets/solitaire_win.png
[source-code-size-png]: ./assets/source_code_size.png
[task-1-2-end-png]: ./assets/task_1.2_end.png
[tasks-eng]: .
[tasks-eng]: ./TASKS.md
[tasks-nob]: ./locale/nob/TASKS.md
[transfer-size-png]: ./assets/transfer_size.png
4 changes: 2 additions & 2 deletions locale/nob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ npm run dev -- --open

Nå er du klar til å begynne med [oppgavene](./TASKS.md).

[readme-eng]: .
[readme-nob]: ./locale/nob/README.md
[readme-eng]: ../../README.md
[readme-nob]: ./README.md
12 changes: 6 additions & 6 deletions locale/nob/README.md.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ msgstr "Installer avhengighetene …"
#: README.md:block 14 (paragraph)
#, fuzzy
msgid "[readme-nob]: ./locale/nob/README.md"
msgstr "[readme-nob]: ./locale/nob/README.md"

#: README.md:block 14 (paragraph)
#, fuzzy
msgid "[readme-eng]: ."
msgstr "[readme-eng]: ."
msgstr "[readme-nob]: ./README.md"

#: README.md:block 13 (paragraph)
msgid "You are now ready to start the [tasks](./TASKS.md)."
Expand All @@ -42,3 +37,8 @@ msgid ""
msgstr ""
"… og start deretter [utviklingstjeneren til "
"SvelteKit](https://kit.svelte.dev/):"

#: README.md:block 13 (paragraph)
#, fuzzy
msgid "[readme-eng]: ./README.md"
msgstr "[readme-eng]: ../../README.md"
2 changes: 1 addition & 1 deletion locale/nob/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Last ned Git for Windows her: https://gitforwindows.org/
1. Bytt til mappen `svelte-snake-workshop` og skriv `npm install` for å installere avhengighetene. Hvis du skriver `npm run dev` skal den starte appen i utviklingsmodus. Hvis dette fungerer, er du klar for workshoppen!

[setup-eng]: ../../SETUP.md
[setup-nob]: .
[setup-nob]: ./SETUP.md
8 changes: 4 additions & 4 deletions locale/nob/SETUP.md.po
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ msgstr "Les på det språket du foretrekker:"

#: SETUP.md:block 28 (ordered list)
#, fuzzy
msgid "[setup-eng]: ."
msgstr "[setup-eng]: ../../SETUP.md"
msgid "[setup-nob]: ./locale/nob/SETUP.md"
msgstr "[setup-nob]: ./SETUP.md"

#: SETUP.md:block 28 (ordered list)
#, fuzzy
msgid "[setup-nob]: ./locale/nob/SETUP.md"
msgstr "[setup-nob]: ."
msgid "[setup-eng]: ./SETUP.md"
msgstr "[setup-eng]: ../../SETUP.md"
10 changes: 5 additions & 5 deletions locale/nob/TASKS.md.po
Original file line number Diff line number Diff line change
Expand Up @@ -1418,11 +1418,6 @@ msgstr ""
msgid "Read in the language that you prefer:"
msgstr "Les på det språket du foretrekker:"

#: TASKS.md:block 201 (paragraph)
#, fuzzy
msgid "[tasks-eng]: ."
msgstr "[tasks-eng]: ../../TASKS.md"

#: TASKS.md:block 201 (paragraph)
#, fuzzy
msgid "[tasks-nob]: ./locale/nob/TASKS.md"
Expand Down Expand Up @@ -1788,3 +1783,8 @@ msgid ""
"… If you care about you LoC you should check out ClojureScript, AppRun, and "
"Svelte."
msgstr ""

#: TASKS.md:block 202 (paragraph)
#, fuzzy
msgid "[tasks-eng]: ./TASKS.md"
msgstr "[tasks-eng]: ../../TASKS.md"

0 comments on commit f1a23b6

Please sign in to comment.