Skip to content

Commit

Permalink
fix: update link to maven central (#2898)
Browse files Browse the repository at this point in the history
The former link leads to a 404 HTTP error.
  • Loading branch information
tbouffard authored Oct 24, 2024
1 parent 8660200 commit cb9941d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/pages/rest-api-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following sections show how to create a REST API extension. As an example, w
There is some additional prerequisites when creating a REST API extension:

* Basic knowledge of Maven
* *Access to http://central.maven.org/maven2[Maven central repository]*.
* *Access to https://repo.maven.apache.org/maven2[Maven central repository]*.
* More information on maven configuration xref:setup-dev-environment:configure-maven.adoc[here]

=== Generate a new REST API extension skeleton
Expand Down

0 comments on commit cb9941d

Please sign in to comment.