diff --git a/docs/pages/nodes/running-node/running-a-validator.mdx b/docs/pages/nodes/running-node/running-a-validator.mdx index cfaac328..8befeaa2 100644 --- a/docs/pages/nodes/running-node/running-a-validator.mdx +++ b/docs/pages/nodes/running-node/running-a-validator.mdx @@ -141,7 +141,7 @@ For more information on the available configuration parameters for Slinky, pleas To verify that Slinky is running, enter the following command. ```bash -curl 'http://localhost:8080/connect/oracle/v2/prices' | jq . +curl 'http://localhost:8080/slinky/oracle/v1/prices' | jq . ``` The output of the command should look similar to this: