diff --git a/docs/api/supervisor/examples.md b/docs/api/supervisor/examples.md index 21797c37..270aae9c 100644 --- a/docs/api/supervisor/examples.md +++ b/docs/api/supervisor/examples.md @@ -34,7 +34,7 @@ curl -sSL -H "Authorization: Bearer $SUPERVISOR_TOKEN" http://supervisor/network ## Ping the supervisor ```bash -curl -sSL http://supervisor/ping +curl -sSL http://supervisor/supervisor/ping ``` **response:** @@ -44,4 +44,4 @@ curl -sSL http://supervisor/ping "result": "ok", "data": {} } -``` \ No newline at end of file +```