Fix "Creating an API Key" url

The current URL gives `404 Not Found` due to pointing to a markdown file `_index.md` which should be removed.
This commit is contained in:
(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
2018-07-14 19:34:47 +02:00
committed by GitHub
parent 1d00d85a0b
commit 989d77c6c1
@@ -14,7 +14,7 @@ The binary can be downloaded directly from the UI. The link can be found in the
After you download the Rancher CLI, you need to make a few configurations. Rancher CLI requires:
- Your [Rancher Server URL]({{< baseurl >}}/rancher/v2.x/en/tasks/global-configuration/server-url), which is used to connect to Rancher Server.
- An API Bearer Token, which is used to authenticate with Rancher. For more information about obtaining a Bearer Token, see [Creating an API Key]({{< baseurl >}}/rancher/v2.x/en/tasks/user-settings/api-keys/_index.md).
- An API Bearer Token, which is used to authenticate with Rancher. For more information about obtaining a Bearer Token, see [Creating an API Key]({{< baseurl >}}/rancher/v2.x/en/tasks/user-settings/api-keys).
### CLI Authentication