summaryrefslogtreecommitdiffhomepage
path: root/de-de
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-04 04:06:33 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-04 04:06:33 -0700
commitf8475ed139b68a258fcf7093d0b54d83b5a2963d (patch)
treebc341293cc011e86bfa6c002ead3b6d05549033d /de-de
parent01bbd084f1908a6815d53a1bd42b02c042e44bdb (diff)
Github -> GitHub
Diffstat (limited to 'de-de')
-rw-r--r--de-de/elm-de.html.markdown2
-rw-r--r--de-de/pug-de.html.markdown2
-rw-r--r--de-de/rst-de.html.markdown6
3 files changed, 5 insertions, 5 deletions
diff --git a/de-de/elm-de.html.markdown b/de-de/elm-de.html.markdown
index 08832327..a6a8cd88 100644
--- a/de-de/elm-de.html.markdown
+++ b/de-de/elm-de.html.markdown
@@ -343,7 +343,7 @@ $ elm reactor
-- Starte das REPL (read-eval-print-loop).
$ elm repl
--- Bibliotheken werden durch den Github-Nutzernamen und ein Repository identifiziert.
+-- Bibliotheken werden durch den GitHub-Nutzernamen und ein Repository identifiziert.
-- Installieren einer neuen Bibliothek.
$ elm package install elm-lang/html
-- Diese wird der elm-package.json Datei hinzugefügt.
diff --git a/de-de/pug-de.html.markdown b/de-de/pug-de.html.markdown
index 10172d6b..ce31c648 100644
--- a/de-de/pug-de.html.markdown
+++ b/de-de/pug-de.html.markdown
@@ -205,4 +205,4 @@ mixin comment(name, kommentar)
### Zusätzliche Ressourcen
- [The Site](https://pugjs.org/)
- [The Docs](https://pugjs.org/api/getting-started.html)
-- [Github Repo](https://github.com/pugjs/pug)
+- [GitHub Repo](https://github.com/pugjs/pug)
diff --git a/de-de/rst-de.html.markdown b/de-de/rst-de.html.markdown
index 072299f5..0eb2b6bf 100644
--- a/de-de/rst-de.html.markdown
+++ b/de-de/rst-de.html.markdown
@@ -86,14 +86,14 @@ erstellt werden, aber ich empfehle dir dafür die komplette Dokumentation zu les
Es gibt mehrere Möglichkeiten um Links zu machen:
-- Wenn man einen Unterstrich hinter einem Wort hinzufügt: Github_ Zusätzlich
+- Wenn man einen Unterstrich hinter einem Wort hinzufügt: GitHub_ Zusätzlich
muss man die Zielurl nach dem Text hinzufügen.
(Dies hat den Vorteil, dass man keine unnötigen Urls in lesbaren Text einfügt.
- Wenn man die vollständige Url eingibt : https://github.com/
(Dies wird automatisch in ein Link konvertiert.)
-- Wenn man es mehr Markdown ähnlich eingibt: `Github <https://github.com/>`_ .
+- Wenn man es mehr Markdown ähnlich eingibt: `GitHub <https://github.com/>`_ .
-.. _Github https://github.com/
+.. _GitHub https://github.com/
```