From 58126024f0f549b1bc7aefd4e637a7932e62d8ca Mon Sep 17 00:00:00 2001 From: Moritz Schott Date: Wed, 19 Apr 2023 11:17:56 +0200 Subject: [PATCH] docs(installation): correct link-path to database-backends co-authored-by: martin@raifer.tech Co-authored-by: Martin Raifer --- documentation/first-steps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/first-steps/README.md b/documentation/first-steps/README.md index ab8a874ef..c72a8b123 100644 --- a/documentation/first-steps/README.md +++ b/documentation/first-steps/README.md @@ -153,4 +153,4 @@ The result from this query is visualized in the following graph: That's it for our first-steps tutorial. Of course there are many more options and features to explore in the OSHDB. For example how the contribution [view](../manual/views.md) lets you analyze each modification to the OSM objects individually, more advanced [filtering](../manual/filters.md) options, or other concepts like the [`flatMap`](../manual/map-reduce.md#flatmap) function, custom [`aggregateBy`](../manual/aggregation.md) and [`reduce`](../manual/map-reduce.md#reduce) operations, etc. -[^1]: Since Java 17, one of our [backends](database-backends.md) requires additional setting to the JVM, but that should not be relevant for these first steps. +[^1]: Since Java 17, one of our [backends](../manual/database-backends.md) requires additional setting to the JVM, but that should not be relevant for these first steps.