aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2023-08-11 16:40:38 +0000
committerKumar Damani <me@kumardamani.net>2023-08-11 16:40:38 +0000
commit378330ae3984d87d1aac9978f8893affbb358c48 (patch)
treecb006685abade95a96447e3cf388e55809c5ee97
parent2a9a87e089b01ef163e605b14cc66c2c5557931d (diff)
typo fix
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8aa2522..57c469a 100644
--- a/README.md
+++ b/README.md
@@ -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/).