From 1257d6a4522e73f8cf926b3066b2fe1671ab56b9 Mon Sep 17 00:00:00 2001
From: Pandu Rendradjaja <3111845+prendradjaja@users.noreply.github.com>
Date: Mon, 12 Apr 2021 10:14:50 -0700
Subject: [PATCH] Fix some broken variant links in rules pages

---
 client/src/translations/rules/Doublemove2/en.pug | 2 +-
 client/src/translations/rules/Doublemove2/es.pug | 2 +-
 client/src/translations/rules/Doublemove2/fr.pug | 2 +-
 client/src/translations/rules/Fullcavalry/en.pug | 4 ++--
 client/src/translations/rules/Fullcavalry/es.pug | 4 ++--
 client/src/translations/rules/Fullcavalry/fr.pug | 4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/client/src/translations/rules/Doublemove2/en.pug b/client/src/translations/rules/Doublemove2/en.pug
index a350ebae..2e05b6f8 100644
--- a/client/src/translations/rules/Doublemove2/en.pug
+++ b/client/src/translations/rules/Doublemove2/en.pug
@@ -44,7 +44,7 @@ h3 More information
 
 p
   | This variant is derived from 
-  a(href="/variants/Doublemove1") Marseillais chess
+  a(href="/#/variants/Doublemove1") Marseillais chess
   | . It is also playable 
   a(href="https://greenchess.net/rules.php?v=double-move") on greenchess
   | .
diff --git a/client/src/translations/rules/Doublemove2/es.pug b/client/src/translations/rules/Doublemove2/es.pug
index 8fcc4d07..291dd9db 100644
--- a/client/src/translations/rules/Doublemove2/es.pug
+++ b/client/src/translations/rules/Doublemove2/es.pug
@@ -47,7 +47,7 @@ h3 Más información
 
 p
   | Esta variante se deriva del 
-  a(href="/variants/Doublemove1") Ajedrez marseillais
+  a(href="/#/variants/Doublemove1") Ajedrez marseillais
   | . También es jugable 
   a(href="https://greenchess.net/rules.php?v=double-move") en greenchess
   | .
diff --git a/client/src/translations/rules/Doublemove2/fr.pug b/client/src/translations/rules/Doublemove2/fr.pug
index 213a8c4d..df96f141 100644
--- a/client/src/translations/rules/Doublemove2/fr.pug
+++ b/client/src/translations/rules/Doublemove2/fr.pug
@@ -45,7 +45,7 @@ h3 Plus d'information
 
 p
   | cette variante est dérivée des 
-  a(href="/variants/Doublemove1") échecs marseillais
+  a(href="/#/variants/Doublemove1") échecs marseillais
   | . Elle est jouable également 
   a(href="https://greenchess.net/rules.php?v=double-move") sur greenchess
   | .
diff --git a/client/src/translations/rules/Fullcavalry/en.pug b/client/src/translations/rules/Fullcavalry/en.pug
index b5fe4106..3760e496 100644
--- a/client/src/translations/rules/Fullcavalry/en.pug
+++ b/client/src/translations/rules/Fullcavalry/en.pug
@@ -4,7 +4,7 @@ p.boxed
 p
   | Everything is the same as in orthodox rules, except that rooks are
   | replaced by lancers, as defined in the 
-  a(href="/variants/Eightpieces") Eightpieces variant
+  a(href="/#/variants/Eightpieces") Eightpieces variant
   | .
 
 p.
@@ -28,5 +28,5 @@ h3 Source
 
 p
   | This variant was imagined by the creator of 
-  a(href="/variants/Eightpieces") Eightpieces
+  a(href="/#/variants/Eightpieces") Eightpieces
   | .
diff --git a/client/src/translations/rules/Fullcavalry/es.pug b/client/src/translations/rules/Fullcavalry/es.pug
index 449f2b6c..54efc79b 100644
--- a/client/src/translations/rules/Fullcavalry/es.pug
+++ b/client/src/translations/rules/Fullcavalry/es.pug
@@ -4,7 +4,7 @@ p.boxed
 p
   | Todo procede como en el ajedrez ortodoxo, excepto por
   | torres que son reemplazadas por lanceros como se define en la 
-  a(href="variants/Eightpieces") variante Eightpieces
+  a(href="/#/variants/Eightpieces") variante Eightpieces
   | .
 
 p.
@@ -28,5 +28,5 @@ h3 Fuente
 
 p
   | Esta variante fue imaginada por el creador de 
-  a(href="/variants/Eightpieces") Eightpieces
+  a(href="/#/variants/Eightpieces") Eightpieces
   | .
diff --git a/client/src/translations/rules/Fullcavalry/fr.pug b/client/src/translations/rules/Fullcavalry/fr.pug
index b1662ff4..8fb8cbc0 100644
--- a/client/src/translations/rules/Fullcavalry/fr.pug
+++ b/client/src/translations/rules/Fullcavalry/fr.pug
@@ -4,7 +4,7 @@ p.boxed
 p
   | Tout se déroule comme aux échecs orthodoxes, sauf en ce qui concerne
   | les tours qui sont remplacées par des lanciers comme défini dans la 
-  a(href="variants/Eightpieces") variante Eightpieces
+  a(href="/#/variants/Eightpieces") variante Eightpieces
   | .
 
 p.
@@ -28,5 +28,5 @@ h3 Source
 
 p
   | Cette variante a été imaginée par le créateur de 
-  a(href="/variants/Eightpieces") Eightpieces
+  a(href="/#/variants/Eightpieces") Eightpieces
   | .
-- 
2.44.0