Skip to content

Commit 3762306

Browse files
jprudentrlemaitre
authored andcommitted
fix(doc): admin urls
Update 60_admin-server.adoc (missing /admin prefix) Signed-off-by: Jérôme Prudent <[email protected]>
1 parent d07eda5 commit 3762306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/docs/src/docs/user-guide/20_features/60_admin-server.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The configuration is described in the xref:10_configuration.adoc#admin-configura
2222

2323
By default, the administration server is available on port `19876` and exposes the following endpoints:
2424

25-
* `GET /probes/healthz`: the liveness probe.
25+
* `GET /admin/probes/healthz`: the liveness probe.
2626
It always returns `200 OK` and can be used to check if the server is running.
27-
* `GET /probes/health`: the readiness probe.
27+
* `GET /admin/probes/health`: the readiness probe.
2828
It returns `200 OK` if the server is ready to handle requests and all probes are successful.
2929
See the xref:30_probes.adoc[Probes] section for more details.
3030

@@ -33,4 +33,4 @@ See the xref:../30_modules/30_flags.adoc[Flags] section for the feature flags en
3333

3434
=== Defining administration endpoints
3535

36-
You can define administration endpoints easily by defining an `adminControllers` property in your `App`.
36+
You can define administration endpoints easily by defining an `adminControllers` property in your `App`.

0 commit comments

Comments
 (0)