From 7e10374dec26d3d12b664665d33490564aef03d1 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 17 Jan 2024 21:07:02 -0500 Subject: [PATCH] fix(docs): don't use relative links --- README.md | 2 +- devices/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51453d2..7531d9e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repo is my complete configuration of machines I own, running NixOS or Nix. I tend to mix Home-Manager and NixOS a lot to make my custom modules by using my global vars system -explained [here](./devices) +explained [here](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices) For QOL, I symlink the configs to my main user's home directory following the tutorial [here](https://nixos.wiki/wiki/NixOS_configuration_editors) diff --git a/devices/README.md b/devices/README.md index 15fdd20..0660098 100644 --- a/devices/README.md +++ b/devices/README.md @@ -15,7 +15,7 @@ This directory encompasses every device's main configuration file. ## Global Vars -In every device's `default.nix`, you'll find these [settings](../common/vars.nix) +In every device's `default.nix`, you'll find these [settings](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/common/vars.nix) ```nix # $FLAKE/devices//default.nix