Skip to content

Commit 13e5e5e

Browse files
author
Ivan Franchin
committed
Update links in README
1 parent 19572ce commit 13e5e5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= springboot-elasticsearch-thymeleaf
22

3-
The goal of this project is to implement an application called `product-app`. It consists of two https://spring.io/projects/spring-boot[`Spring Boot`] services: `product-api` (backend) and `product-ui` (frontend). The data will be stored in https://www.elastic.co/products/elasticsearch[`Elasticsearch`].
3+
The goal of this project is to implement an application called `product-app`. It consists of two https://docs.spring.io/spring-boot/index.html[`Spring Boot`] services: `product-api` (backend) and `product-ui` (frontend). The data will be stored in https://www.elastic.co/elasticsearch[`Elasticsearch`].
44

55
== Proof-of-Concepts & Articles
66

@@ -14,11 +14,11 @@ image::documentation/project-diagram.jpeg[]
1414

1515
* **product-api**
1616
+
17-
`Spring Boot` Web Java application that exposes a REST API to manages products. The information about products is stored in `Elasticsearch`. `product-api` uses https://docs.spring.io/spring-data/elasticsearch/reference/[`Spring Data Elasticsearch`] to persist/query/delete data in https://www.elastic.co/products/elasticsearch[`Elasticsearch`].
17+
`Spring Boot` Web Java application that exposes a REST API to manages products. The information about products is stored in `Elasticsearch`. `product-api` uses https://docs.spring.io/spring-data/elasticsearch/reference/[`Spring Data Elasticsearch`] to persist/query/delete data in `Elasticsearch`.
1818

1919
* **product-ui**
2020
+
21-
`Spring Boot` Web application that was implemented using https://www.thymeleaf.org/[`Thymeleaf`] as HTML template. Also, it uses https://docs.spring.io/spring-framework/docs/current/reference/html/integration.html#rest-http-interface[`Http Interfaces`] to simplify HTTP remote access to `product-api`.
21+
`Spring Boot` Web application that was implemented using https://www.thymeleaf.org/[`Thymeleaf`] as HTML template. Also, it uses https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-interface[`Http Interfaces`] to simplify HTTP remote access to `product-api`.
2222

2323
== Prerequisites
2424

0 commit comments

Comments
 (0)