Skip to content

Commit 6038934

Browse files
author
Jegors Čemisovs
committed
Updated README.md
1 parent 010b406 commit 6038934

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
@@ -7,8 +7,8 @@ There are implementations and tests for two algorithms:
77
- [Breadth-first search](https://en.wikipedia.org/wiki/Breadth-first_search)
88
- [Dijkstra's Algorithm](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm)
99

10-
The implementation is written in Java 17. [API documentation](https://algorithms.jc.id.lv/api/) is available. You
11-
can also see the [specifications](https://algorithms.jc.id.lv/spock-reports/) generated with the spock-reports.
10+
The implementation is written in Java 17. [API documentation](https://algorithms.jc.id.lv/docs/api/) is available. You
11+
can also see the [specifications](https://algorithms.jc.id.lv/docs/spock-reports/) generated with the spock-reports.
1212

1313
## How to use the algorithms in your program
1414

0 commit comments

Comments
 (0)