From 946a22a5fc4bbe39d7e2f88fe2c328c3ab8c9cbd Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 11 Jan 2024 12:48:03 +0800 Subject: [PATCH] fix: dead links --- docs/best-practices/accelerating-dotfiles-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/best-practices/accelerating-dotfiles-debugging.md b/docs/best-practices/accelerating-dotfiles-debugging.md index 654991f..76ba33a 100644 --- a/docs/best-practices/accelerating-dotfiles-debugging.md +++ b/docs/best-practices/accelerating-dotfiles-debugging.md @@ -4,7 +4,7 @@ When managing our Dotfiles with Home Manager, a common challenge arises – each Take my Neovim/Emacs configurations as an example; I frequently make high-frequency modifications to them, sometimes dozens or hundreds of times a day. If each modification necessitates waiting for `nixos-rebuild` to run for several seconds, it becomes a significant time drain. -Fortunately, with the solution outlined in [Simplifying NixOS Commands using Justfile](./en/best-practices/simplify-nixos-related-commands.md), we can expedite testing and verification of frequently modified Dotfiles by adding specific configurations to the `Justfile`. +Fortunately, with the solution outlined in [Simplifying NixOS Commands using Justfile](./best-practices/simplify-nixos-related-commands.md), we can expedite testing and verification of frequently modified Dotfiles by adding specific configurations to the `Justfile`. For instance, I've added the following content to my Justfile: