diff --git a/06_Authentication_and_Requesting_Access_Tokens.md b/06_Authentication_and_Requesting_Access_Tokens.md index 8fccd8c..7b7d7ca 100644 --- a/06_Authentication_and_Requesting_Access_Tokens.md +++ b/06_Authentication_and_Requesting_Access_Tokens.md @@ -7,7 +7,7 @@ an OAuth token: ```shell -curl -i https://api-news.layervault.com/oauth/token \ +curl -i https://www.designernews.co/oauth/token/ \ -F grant_type="password" \ -F username="" \ -F password=""