From 79b1257ea24ff4293a7eca44482fa4eb6daf1a61 Mon Sep 17 00:00:00 2001
From: bl-ue <54780737+bl-ue@users.noreply.github.com>
Date: Fri, 8 Jan 2021 10:23:23 -0500
Subject: [PATCH] git-switch: fix more information link
The old one led to an HTTP 500 because of the trailing /.
---
pages.de/common/git-switch.md | 2 +-
pages.es/common/git-switch.md | 2 +-
pages.fr/common/git-switch.md | 2 +-
pages.it/common/git-switch.md | 2 +-
pages/common/git-switch.md | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pages.de/common/git-switch.md b/pages.de/common/git-switch.md
index c81a12be1..cc6d947b1 100644
--- a/pages.de/common/git-switch.md
+++ b/pages.de/common/git-switch.md
@@ -2,7 +2,7 @@
> Wechsle zwischen Branches. Verfügbar ab Git Version 2.23+.
> Betrachte auch `git checkout`.
-> Mehr Informationen: .
+> Mehr Informationen: .
- Wechsele zu einem existierenden Branch:
diff --git a/pages.es/common/git-switch.md b/pages.es/common/git-switch.md
index 1ee31590f..27d8bcf69 100644
--- a/pages.es/common/git-switch.md
+++ b/pages.es/common/git-switch.md
@@ -2,7 +2,7 @@
> Alterna entre ramas Git. Requiere una Git 2.23+.
> Véase también `git-checkout`.
-> Más información: .
+> Más información: .
- Cambia a una rama existente:
diff --git a/pages.fr/common/git-switch.md b/pages.fr/common/git-switch.md
index ebc8b00f9..bf1d5c710 100644
--- a/pages.fr/common/git-switch.md
+++ b/pages.fr/common/git-switch.md
@@ -2,7 +2,7 @@
> Basculez entre les branches Git. Nécessite la version 2.23+ de Git.
> Voir egalement `git checkout`.
-> Plus d'informations: .
+> Plus d'informations: .
- Baculer sur une branche existante :
diff --git a/pages.it/common/git-switch.md b/pages.it/common/git-switch.md
index 9c75b67d7..dd7afc66e 100644
--- a/pages.it/common/git-switch.md
+++ b/pages.it/common/git-switch.md
@@ -2,7 +2,7 @@
> Passa ad altri rami. Richiede versioni di Git successive alla 2.23.
> Vedi anche `git checkout`.
-> Maggiori informazioni: .
+> Maggiori informazioni: .
- Passa ad un altro ramo esistente:
diff --git a/pages/common/git-switch.md b/pages/common/git-switch.md
index 19914b4d9..40b1c31ab 100644
--- a/pages/common/git-switch.md
+++ b/pages/common/git-switch.md
@@ -2,7 +2,7 @@
> Switch between Git branches. Requires Git version 2.23+.
> See also `git checkout`.
-> More information: .
+> More information: .
- Switch to an existing branch: