Fix link on customization introduction section

This commit is contained in:
taitus
2019-11-28 18:34:33 +01:00
parent 7635f0271a
commit 22d7a6e3fd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Customization
You can modify your own CONSUL to have your custom visual style, but first you'll have to [create your own fork from](forks/create.md).
You can modify your own CONSUL to have your custom visual style, but first you'll have to [create your own fork from](../getting_started/create.md).
We've created an specific structure where you can overwrite and customize the application in a way that will let you keep updating it from CONSUL's main repository, without having conflicts on code merging or risking loosing your customization changes. We try to make CONSUL as vanilla as possible to help other developers onboard the codebase.

View File

@@ -1,6 +1,6 @@
# Personalización
Puedes modificar CONSUL y ponerle tu propia imagen, para esto debes primero [crear tu propio fork](forks/create.md).
Puedes modificar CONSUL y ponerle tu propia imagen, para esto debes primero [crear tu propio fork](../getting_started/create.md).
Hemos creado una estructura específica donde puedes sobreescribir y personalizar la aplicación para que puedas actualizar sin que tengas problemas al hacer merge y se sobreescriban por error tus cambios. Intentamos que CONSUL sea una aplicación Ruby on Rails lo más plain vanilla posible para facilitar el acceso de nuevas desarrolladoras.