diff --git a/docs/en/customization/introduction.md b/docs/en/customization/introduction.md index 5b9daff30..00d76e519 100644 --- a/docs/en/customization/introduction.md +++ b/docs/en/customization/introduction.md @@ -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. diff --git a/docs/es/customization/introduction.md b/docs/es/customization/introduction.md index efcfe582b..616ea0b4f 100644 --- a/docs/es/customization/introduction.md +++ b/docs/es/customization/introduction.md @@ -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.