diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-08-11 16:40:38 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-08-11 16:40:38 +0000 |
| commit | 378330ae3984d87d1aac9978f8893affbb358c48 (patch) | |
| tree | cb006685abade95a96447e3cf388e55809c5ee97 /README.md | |
| parent | 2a9a87e089b01ef163e605b14cc66c2c5557931d (diff) | |
typo fix
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,7 +18,7 @@ personal blog posts. This machine is clearly overkill for these tasks. If we are to get technical - this is a git repo after all - it (the mainboard) is running in its own case, in "standalone" mode aka. as a poor man's "server". -You can read more about this in my [blog](). +You can read more about this in my [blog](https://kumardamani.net/post/framework-server/). Believe it or not, this is actually a big upgrade for me. Prior to this, all of my services were running off my NAS - Rockchip RK3399, not an i7-1165G7. @@ -35,6 +35,6 @@ For now, its all manual. # What IS covered in this repo? * Creating the container/VM infrastructure with [Terraform](https://www.terraform.io/). -Refer to [this](./terraform/README.md). +Refer to [this](./terraform/). * Setting up the application services I self-host with [Ansible](https://www.ansible.com/). -Refer to [this](./ansible/README.md). +Refer to [this](./ansible/). |
