Skip to content

Commit e7bbd7e

Browse files
committed
doc: add api urls
1 parent 5e4f76d commit e7bbd7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This repository contains the practical work for the Algorithms and Data Structur
4343
- Code conventions and standards.
4444
- Code documentation using [Doxygen](https://www.doxygen.nl/) syntax.
4545
- Commits following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
46-
- Communication with APIs (GET and POST).
46+
- Communication with [APIs](https://simple.wikipedia.org/wiki/Application_programming_interface) (GET and POST).
4747
- Continuous integration with [GitHub Actions](https://docs.github.com/en/actions).
4848
- Deployment of releases.
4949
- Dynamic memory.
@@ -93,7 +93,7 @@ TODO. <!-- TODO -->
9393

9494
To change the configuration, open the file [configuration.txt](./src/statics/configuration.txt).
9595

96-
- To change the API base endpoint, replace `https://algoritmos-api.azurewebsites.net/api/TaCTi` with your desired endpoint.
96+
- To change the [API](https://simple.wikipedia.org/wiki/Application_programming_interface) base endpoint, replace `https://algoritmos-api.azurewebsites.net/api/TaCTi` with your desired endpoint.
9797
- To change the team name, replace `TABACO` with your preferred team name.
9898
- To change the number of games per player, replace `3` with the desired number of games.
9999

docs/translations/es/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Este repositorio contiene el trabajo práctico de la materia Algoritmos y Estruc
3939
## Características
4040

4141
- Almacenamiento local de registros.
42-
- Comunicación con APIs (GET y POST).
42+
- Comunicación con [APIs](https://en.wikipedia.org/wiki/API) (GET y POST).
4343
- Confirmaciones siguiendo la guía de los [Commits Convencionales](https://www.conventionalcommits.org/es/v1.0.0/).
4444
- Control de entradas utilizando validaciones.
4545
- Convenciones y estándares de código.
@@ -93,7 +93,7 @@ TODO. <!-- TODO -->
9393

9494
Para cambiar la configuración, abre el archivo [configuration.txt](../../../src/statics/configuration.txt).
9595

96-
- Para cambiar el endpoint base de la API, reemplaza `https://algoritmos-api.azurewebsites.net/api/TaCTi` con el endpoint que desees.
96+
- Para cambiar el endpoint base de la [API](https://en.wikipedia.org/wiki/API), reemplaza `https://algoritmos-api.azurewebsites.net/api/TaCTi` con el endpoint que desees.
9797
- Para cambiar el nombre del equipo, reemplaza `TABACO` con el nombre del equipo que prefieras.
9898
- Para cambiar el número de juegos por jugador, reemplaza `3` con la cantidad de juegos que desees.
9999

0 commit comments

Comments
 (0)