From 0c66c0668b4037ed5c6b448cd96751f849bd0f0a Mon Sep 17 00:00:00 2001 From: Andy Beers Date: Mon, 14 Oct 2019 10:10:03 -0700 Subject: [PATCH] Update oneops documentation link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b7b66..96c7e3c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ OneOps CLI ========== The OneOps CLI is used to manage OneOps assemblies from the command line. It is implemented as a ruby gem which uses -the [OneOps Restful API](http://oneops.github.io/developer/references/#oneops-api-documentation). Follow the steps below +the [OneOps Restful API](http://oneops.com/developer/integration-development/oneops-api-documentation.html). Follow the steps below to install the CLI and login. Enter your API token as username and set the password to 'X'. You can retrieve your API token from the [account profile](https://localhost:9090/account/profile#authentication) in the UI. The credentials are stored in `~/.netrc`, global config in `~/.oneops` and local config in `.oneops` in current working directory.