From 0d6a88abca97d20a2fadf79cf34fa9af3596f439 Mon Sep 17 00:00:00 2001 From: taitus Date: Wed, 22 Mar 2023 10:34:11 +0100 Subject: [PATCH] MD033 Inline HTML This rule is broken in the Spanish files in which we have had to create the headers with html in order to make the links work correctly. These changes were made in commit: 3126fe769 --- docs/en/getting_started/update.md | 8 ++++---- docs/es/getting_started/update.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/en/getting_started/update.md b/docs/en/getting_started/update.md index 0d48fcdab..18618a8a9 100644 --- a/docs/en/getting_started/update.md +++ b/docs/en/getting_started/update.md @@ -10,7 +10,7 @@ git remote -v it should output something alike: -> origin git@github.com:your_user_name/consul.git (fetch)
+> origin git@github.com:your_user_name/consul.git (fetch)\ > origin git@github.com:your_user_name/consul.git (push) Now we have to add CONSUL's github as upstream remote with: @@ -27,9 +27,9 @@ git remote -v again you should get: -> upstream git@github.com:consul/consul.git (fetch)
-> upstream git@github.com:consul/consul.git (push)
-> origin git@github.com:your_user_name/consul.git (fetch)
+> upstream git@github.com:consul/consul.git (fetch)\ +> upstream git@github.com:consul/consul.git (push)\ +> origin git@github.com:your_user_name/consul.git (fetch)\ > origin git@github.com:your_user_name/consul.git (push) ## Pulling changes from CONSUL diff --git a/docs/es/getting_started/update.md b/docs/es/getting_started/update.md index 05763ee78..54421d54f 100644 --- a/docs/es/getting_started/update.md +++ b/docs/es/getting_started/update.md @@ -10,7 +10,7 @@ git remote -v deberías ver algo como: -> origin git@github.com:your_user_name/consul.git (fetch)
+> origin git@github.com:your_user_name/consul.git (fetch)\ > origin git@github.com:your_user_name/consul.git (push) Ahora debes añadir el repositorio git de CONSUL como servidor remoto con: @@ -27,9 +27,9 @@ git remote -v deberías recibir algo como: -> upstream git@github.com:consul/consul.git (fetch)
-> upstream git@github.com:consul/consul.git (push)
-> origin git@github.com:your_user_name/consul.git (fetch)
+> upstream git@github.com:consul/consul.git (fetch)\ +> upstream git@github.com:consul/consul.git (push)\ +> origin git@github.com:your_user_name/consul.git (fetch)\ > origin git@github.com:your_user_name/consul.git (push) ## Obteniendo cambios de consul