Skip to content

Commit a9406a9

Browse files
authored
Update README.md
1 parent 683e698 commit a9406a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrates how to use Spring Data Elasticsearch to do simple CRUD
66

77
You can find the tutorial about this example at the below link:
88

9-
[https://blog.madadipouya.com/2019/05/01/getting-started-with-spring-data-elasticsearch/](https://blog.madadipouya.com/2019/05/01/getting-started-with-spring-data-elasticsearch/)
9+
[https://geekyhacker.com/2019/05/01/getting-started-with-spring-data-elasticsearch/](https://geekyhacker.com/2019/05/01/getting-started-with-spring-data-elasticsearch/)
1010

1111
For this example, a Book controller created that allows to do the following operations with Elasticsearch:
1212

@@ -47,7 +47,7 @@ Once everything is up and running open the browser and go to [http://localhost:8
4747
The integration tests written relying on [testcontainers](https://www.testcontainers.org/) to spin up Elasticsearch on the spot to run tests against.
4848

4949
To know more about container read this tutorial:
50-
[https://blog.madadipouya.com/2019/05/08/integration-test-with-testcontainers-in-java/](https://blog.madadipouya.com/2019/05/08/integration-test-with-testcontainers-in-java/)
50+
[https://geekyhacker.com/2019/05/08/integration-test-with-testcontainers-in-java/](https://geekyhacker.com/2019/05/08/integration-test-with-testcontainers-in-java/)
5151

5252
To run them just execute below command:
5353

0 commit comments

Comments
 (0)