Skip to content

Commit dc65a8a

Browse files
switching from old linode api doc to linode guide for consistency with docker volume (#143)
## 📝 Description **What does this PR do and why is this change necessary?** Replacing the URL for tokens from the old linode api docs to a Linode Guide for consistency with docker volume.
1 parent 342a4ee commit dc65a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ make install
3939

4040
## Run
4141

42-
You will need a Linode APIv4 Personal Access Token. Get one here: <https://developers.linode.com/api/v4#section/Personal-Access-Token>
42+
You will need a Linode APIv4 Personal Access Token. Get one here: <https://www.linode.com/docs/products/tools/api/guides/manage-api-tokens/>
4343

4444
```bash
4545
docker-machine create -d linode --linode-token=<linode-token> linode
@@ -49,7 +49,7 @@ docker-machine create -d linode --linode-token=<linode-token> linode
4949

5050
| Argument | Env | Default | Description
5151
| --- | --- | --- | ---
52-
| `linode-token` | `LINODE_TOKEN` | None | **required** Linode APIv4 Token (see [here](https://developers.linode.com/api/v4#section/Personal-Access-Token))
52+
| `linode-token` | `LINODE_TOKEN` | None | **required** Linode APIv4 Token (see [here](https://www.linode.com/docs/products/tools/api/guides/manage-api-tokens/))
5353
| `linode-root-pass` | `LINODE_ROOT_PASSWORD` | *generated* | The Linode Instance `root_pass` (password assigned to the `root` account)
5454
| `linode-authorized-users` | `LINODE_AUTHORIZED_USERS` | None | Linode user accounts (separated by commas) whose Linode SSH keys will be permitted root access to the created node
5555
| `linode-label` | `LINODE_LABEL` | *generated* | The Linode Instance `label`, unless overridden this will match the docker-machine name. This `label` must be unique on the account.

0 commit comments

Comments
 (0)