Skip to content

Commit a8c0525

Browse files
author
Li Yin
committed
Merge
1 parent a1a3988 commit a8c0525

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
@@ -20,7 +20,7 @@ DigitalOcean is a cloud infrastructure provider focused on simplifying web infra
2020

2121
## Creating an account
2222

23-
You can sign up to DigitalOcean using our affiliate link. Doing so gives you a starting credit of $10, which allows you to rent a server for 2 months. Click this link to create your account and get the $10: [https://m.do.co/c/d54c088544ed](https://m.do.co/c/d54c088544ed). If the link doesn't work, paste it into your browser.
23+
You can sign up to DigitalOcean using our affiliate link. Doing so gives you a starting credit of $10, which allows you to rent a server for 2 months. Click this link to create your account and get the $10: [https://m.do.co/c/d54c088544ed](https://m.do.co/c/d54c088544ed). If the link doesn't work, paste it into your browser.
2424

2525
![Create an account](assets/DigitalOcean/create_account.png)
2626

@@ -503,7 +503,7 @@ sudo systemctl start uwsgi_items_rest
503503
And we should be able to check the uWSGI logs immediately to make sure it's running by using the command:
504504

505505
```
506-
vi /log/uwsgi.log
506+
vi log/uwsgi.log
507507
```
508508

509509
### Running our app

0 commit comments

Comments
 (0)