Skip to content

Commit f358b37

Browse files
committed
one more url tweak
1 parent 8c38054 commit f358b37

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you don't already have one, [create a DO account](https://www.digitalocean.co
3636

3737
### Authenticate
3838

39-
The best way to authenticate is to generate a personal access token (https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
39+
The best way to authenticate is to generate a personal access token (https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
4040

4141
Make sure you provide digitial ocean your public key at https://cloud.digitalocean.com/ssh_keys. Github has some good advice on creating a new public key if you don't already have one: https://help.github.com/articles/generating-ssh-keys/.
4242

inst/vign/doapi.Rmd

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ If you don't already have one, [create a DO account](https://www.digitalocean.co
2323

2424
## Authenticate
2525

26-
The best way to authenticate is to generate a [personal access token](https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
26+
The best way to authenticate is to generate a personal access token (https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
2727

28-
Make sure you provide digitial ocean your public key at <https://cloud.digitalocean.com/ssh_keys>. Github has some good advice on creating a new public key if you don't already have one: <https://help.github.com/articles/generating-ssh-keys/>.
28+
Make sure you provide digitial ocean your public key at https://cloud.digitalocean.com/ssh_keys. Github has some good advice on creating a new public key if you don't already have one: <https://help.github.com/articles/generating-ssh-keys/>.
2929

3030
## Create a droplet
3131

@@ -228,7 +228,3 @@ Delete a domain name, returns nothing if delete is successful
228228
```{r}
229229
domain(dom) %>% domain_delete()
230230
```
231-
232-
## Docker and Digital Ocean
233-
234-
In the _Docker on Digital Ocean_ vignette we cover working with Docker on Digital Ocean.

vignettes/doapi.Rmd

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ If you don't already have one, [create a DO account](https://www.digitalocean.co
1212

1313
## Authenticate
1414

15-
The best way to authenticate is to generate a personal access token (https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
15+
The best way to authenticate is to generate a personal access token (at the url cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
1616

17-
Make sure you provide digitial ocean your public key at https://cloud.digitalocean.com/ssh_keys. Github has some good advice on creating a new public key if you don't already have one: https://help.github.com/articles/generating-ssh-keys/.
17+
Make sure you provide digitial ocean your public key at the url cloud.digitalocean.com/ssh_keys. Github has some good advice on creating a new public key if you don't already have one: <https://help.github.com/articles/generating-ssh-keys/>.
1818

1919
## Create a droplet
2020

@@ -117,7 +117,7 @@ droplet(d[[1]]$id) %>% summary
117117
#> v4: ip_address (104.131.155.135), netmask (255.255.240.0), gateway (104.131.144.1), type (public)
118118
#> v6: none
119119
#> Kernel: id (1682), name (Ubuntu 14.04 x64 vmlinuz-3.13.0-32-generic), version (3.13.0-32-generic)
120-
#> Snapshots:
120+
#> Snapshots:
121121
#> Backups:
122122
```
123123

@@ -511,7 +511,3 @@ Delete a domain name, returns nothing if delete is successful
511511
```r
512512
domain(dom) %>% domain_delete()
513513
```
514-
515-
## Docker and Digital Ocean
516-
517-
In the _Docker on Digital Ocean_ vignette we cover working with Docker on Digital Ocean.

0 commit comments

Comments
 (0)