Skip to content

Commit

Permalink
Fix link path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Jul 15, 2024
1 parent 37f8346 commit 98d317b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion websites/nicoretti.github.io/docs/dev-log/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Warning

![Developer Log](../../../images/DALL-E/unordered-internet.png)
![Developer Log](../images/DALL-E/unordered-internet.png)

:material-information-outline:{ title="Prompt: Designer an image that captures the tumultuous collapse of the structured virtual realm. In the foreground, place a distinguished, weather-beaten caution sign that reads 'End of Ordered Internet.' The sign should be slightly askew, punctured with bullet holes and marked with illicit drawings indicating long-term disregard. In the backdrop, portray a turbulent picture of the virtual realm in chaos: intertwined wires, fractured screens, distorted digital symbols, and virus icons. The scenery should appear obscure and dystopian, imbued with distortion effects, flickering lights, and an aura of digital deterioration."} *Image created by DALL-E, OpenAI's image generation model.*

Expand Down
4 changes: 2 additions & 2 deletions websites/nicoretti.github.io/docs/dev-log/letsencrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sudo su -s /bin/fish certbot
### Various Commands

```shell
certbot certonly -n --agree-tos --email nico.coretti@gmail.com --expand --webroot -d blog.nicoretti.dev -d nicoretti.dev
certbot certonly -n --agree-tos --email foo@gmail.com --expand --webroot -d blog.foo.dev -d foo.dev
```

```shell
Expand All @@ -39,6 +39,6 @@ sudo chown root:acme /var/log/nginx/error.log
```

```shell
certbot certonly -n --agree-tos --email nico.coretti@gmail.com --webroot -w /usr/share/nginx/html -d nicoretti.dev -d blog.nicoretti.dev
certbot certonly -n --agree-tos --email foo@gmail.com --webroot -w /usr/share/nginx/html -d foo.dev -d blog.foo.dev
```

0 comments on commit 98d317b

Please sign in to comment.