Skip to content

Commit 14bdbbd

Browse files
author
Li Yin
committed
testing relative link
1 parent b6403c1 commit 14bdbbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/DigitalOcean Tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In our example, we do not need to add any other services such as block storage o
4848

4949
![DigitalOcean Access Console](assets/DigitalOcean/access_console.png)
5050

51-
Once you've created your `Droplet`, you will receive an email containing your login (`root`) and initial password for it. Now click the "Access Console" option in the dropdown menu associated with your `Droplet` as shown in above picture.
51+
Once you've created your `Droplet`, you will receive an email containing your login (`root`) and initial password for it. Now click the "Access Console" option in the dropdown menu associated with your `Droplet` as shown in above image.
5252

5353
### Change your password
5454

@@ -84,7 +84,7 @@ apt-get install postgresql postgresql-contrib
8484

8585
## Creating another user
8686

87-
Since the `root` user is the most powerful, we may want to limit access to it to improve security. So in this section, we will create a new user and config it to "act like" a `root` user but with certain limitation. And we will be logging as this user from now on. It is highly recommended to do so, but if you choose not to follow and simply want to login as the `root` user nonetheless, you may click [here to skip to the next section](lin_to_next_section).
87+
Since the `root` user is the most powerful, we may want to limit access to it to improve security. So in this section, we will create a new user and config it to "act like" a `root` user but with certain limitation. And we will be logging as this user from now on. It is highly recommended to do so, but if you choose not to follow and simply want to login as the `root` user nonetheless, you may click [here to skip to the next section](#Providing user with additional privilege).
8888

8989
### Hello John Doe
9090

0 commit comments

Comments
 (0)