diff --git a/rest-api.md b/rest-api.md index 1876f42bc..6faaab61d 100644 --- a/rest-api.md +++ b/rest-api.md @@ -48,7 +48,7 @@ You can pass a `version=x` to the Accept request header. [Info here](https://git ### Authentication ``` -curl -is https://$TOKEN@api.service.com/ +curl -is https://$TOKEN@api.example.com/ ``` ### Methods