You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ This repository contains the practical work for the Algorithms and Data Structur
43
43
- Code conventions and standards.
44
44
- Code documentation using [Doxygen](https://www.doxygen.nl/) syntax.
45
45
- 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).
47
47
- Continuous integration with [GitHub Actions](https://docs.github.com/en/actions).
48
48
- Deployment of releases.
49
49
- Dynamic memory.
@@ -93,7 +93,7 @@ TODO. <!-- TODO -->
93
93
94
94
To change the configuration, open the file [configuration.txt](./src/statics/configuration.txt).
95
95
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.
97
97
- To change the team name, replace `TABACO` with your preferred team name.
98
98
- To change the number of games per player, replace `3` with the desired number of games.
Copy file name to clipboardExpand all lines: docs/translations/es/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Este repositorio contiene el trabajo práctico de la materia Algoritmos y Estruc
39
39
## Características
40
40
41
41
- 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).
43
43
- Confirmaciones siguiendo la guía de los [Commits Convencionales](https://www.conventionalcommits.org/es/v1.0.0/).
44
44
- Control de entradas utilizando validaciones.
45
45
- Convenciones y estándares de código.
@@ -93,7 +93,7 @@ TODO. <!-- TODO -->
93
93
94
94
Para cambiar la configuración, abre el archivo [configuration.txt](../../../src/statics/configuration.txt).
95
95
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.
97
97
- Para cambiar el nombre del equipo, reemplaza `TABACO` con el nombre del equipo que prefieras.
98
98
- Para cambiar el número de juegos por jugador, reemplaza `3` con la cantidad de juegos que desees.
0 commit comments