Skip to content

Commit

Permalink
docs(installation): correct link-path to database-backends
Browse files Browse the repository at this point in the history
co-authored-by: [email protected]

Co-authored-by: Martin Raifer <[email protected]>
  • Loading branch information
SlowMo24 and tyrasd committed Apr 19, 2023
1 parent 219f4c7 commit 5812602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/first-steps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5812602

Please sign in to comment.