aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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/).