Add a more specific link for local installation docs

On our regular README, this link used to point to the documentation
site, which made sense because the documentation used to be on a
different repository. Now that the documentation is on this repository
as well, we can directly link to that file.

And, on the documentation README, we can also link to the local
installation instructions, just like we do in other places.
This commit is contained in:
Javi Martín
2024-08-06 13:05:16 +02:00
parent 4c5e446d02
commit 1b61e8e2e0
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h
## Configuration for development and test environments
**NOTE**: For more detailed instructions check the [docs](https://docs.consuldemocracy.org)
**NOTE**: For more detailed instructions, check the [local installation docs](docs/en/installation/local_installation.md).
Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).

View File

@@ -32,7 +32,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or
## Configuración para desarrollo y tests
**NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://docs.consuldemocracy.org)
**NOTA**: para unas instrucciones más detalladas, consulta la [documentación de instalación local](docs/es/installation/local_installation.md).
Prerrequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior).

View File

@@ -10,7 +10,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h
## Configuration for development and test environments
**NOTE**: For more detailed instructions check the [docs](https://docs.consuldemocracy.org)
**NOTE**: For more detailed instructions, check the [local installation docs](installation/local_installation.md).
Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).

View File

@@ -10,7 +10,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or
## Configuración para desarrollo y tests
**NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://docs.consuldemocracy.org)
**NOTA**: para unas instrucciones más detalladas, consulta la [documentación de instalación local](installation/local_installation.md).
Prerrequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior).