You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/07 15:02:49 UTC

[GitHub] markusthoemmes commented on a change in pull request #4256: Update docs to remove bluemix refs.

markusthoemmes commented on a change in pull request #4256: Update docs to remove bluemix refs.
URL: https://github.com/apache/incubator-openwhisk/pull/4256#discussion_r254718065
 
 

 ##########
 File path: docs/rest_api.md
 ##########
 @@ -59,7 +59,7 @@ You can also retrieve these credentials using the CLI running `wsk property get
 The following is an example that uses the [cURL](https://curl.haxx.se) command tool to get the list of all packages in the `whisk.system` namespace:
 
 ```bash
-curl -u USERNAME:PASSWORD https://openwhisk.ng.bluemix.net/api/v1/namespaces/whisk.system/packages
+curl -u USERNAME:PASSWORD https://APIHOST/api/v1/namespaces/whisk.system/packages
 
 Review comment:
   ```suggestion
   curl -u USERNAME:PASSWORD https://$APIHOST/api/v1/namespaces/whisk.system/packages
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services