diff options
author | 2021-11-10 16:25:14 +0100 | |
---|---|---|
committer | 2021-11-10 09:25:14 -0600 | |
commit | bb4de7029401d36f615cb53f322e5cbadfa02771 (patch) | |
tree | bd86ca8059c6cd24169e98f8876572d5f01a4c9e /docs/src/pages/de/getting-started.md | |
parent | 00eaca88967bae3e50fbef007c7ea1e25dffd961 (diff) | |
download | astro-bb4de7029401d36f615cb53f322e5cbadfa02771.tar.gz astro-bb4de7029401d36f615cb53f322e5cbadfa02771.tar.zst astro-bb4de7029401d36f615cb53f322e5cbadfa02771.zip |
fixes links in german docs + adds a german translation for installation.md (#1756)
* fixes links in german docs
* Adds german translation of installation.md
* Thnx for proofreading / correctinos
- agree upon informal version looking good so far
- next: fixing a few minor ones
Co-authored-by: Kim Schneider <web@schneider.kim>
* Finalizes the switch to informal german + some minor fixes
* applies changes from commit da8d4fdea0cc7fee2b757c628971fd57c0f1fa4f
Co-authored-by: Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com>
Co-authored-by: Kim Schneider <web@schneider.kim>
Diffstat (limited to 'docs/src/pages/de/getting-started.md')
-rw-r--r-- | docs/src/pages/de/getting-started.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/pages/de/getting-started.md b/docs/src/pages/de/getting-started.md index 68839bd4c..8d942b2bd 100644 --- a/docs/src/pages/de/getting-started.md +++ b/docs/src/pages/de/getting-started.md @@ -12,9 +12,9 @@ Diese Seite dient als Übersicht der Astro-Dokumentation und alle damit verbunde Der einfachste Weg, Astro auszuprobieren, ist `npm init astro` in einem neuen Verzeichnis deiner Wahl auszuführen. Der CLI-Wizard hilft Dir dabei, ein neues Astro-Projekt aufzusetzen. -Um mit Astro in fünf einfachen Schritten loszulegen, lies [unsere Schnellstart Anleitung](/quick-start). +Um mit Astro in fünf einfachen Schritten loszulegen, lies [unsere Schnellstart Anleitung](/de/quick-start). -Alternativ kannst Du unsere [Installations Anleitung](/installation) für eine ausführliche Beschreibung des Installationsprozesses lesen. +Alternativ kannst Du unsere [Installations Anleitung](/de/installation) für eine ausführliche Beschreibung des Installationsprozesses lesen. ### Online-Spielplätze |