We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05e266c + c6025f5 commit 187c6b6Copy full SHA for 187c6b6
docs/README.md
@@ -7,8 +7,8 @@ There are implementations and tests for two algorithms:
7
- [Breadth-first search](https://en.wikipedia.org/wiki/Breadth-first_search)
8
- [Dijkstra's Algorithm](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm)
9
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.
+The implementation is written in Java 17. [API documentation](https://algorithms.jc.id.lv/api/) is available. You
+can also see the [specifications](https://algorithms.jc.id.lv/spock-reports/) generated with the spock-reports.
12
13
## How to use the algorithms in your program
14
0 commit comments