From fdff7293f7b85f92ffaf4cce2e067ea2fb7ed504 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 11 Jan 2024 12:50:31 +0800 Subject: [PATCH] fix: dead links --- docs/best-practices/accelerating-dotfiles-debugging.md | 2 +- docs/zh/best-practices/accelerating-dotfiles-debugging.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/best-practices/accelerating-dotfiles-debugging.md b/docs/best-practices/accelerating-dotfiles-debugging.md index 76ba33a..144fee5 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](./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](./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: diff --git a/docs/zh/best-practices/accelerating-dotfiles-debugging.md b/docs/zh/best-practices/accelerating-dotfiles-debugging.md index c612199..8173692 100644 --- a/docs/zh/best-practices/accelerating-dotfiles-debugging.md +++ b/docs/zh/best-practices/accelerating-dotfiles-debugging.md @@ -4,7 +4,7 @@ 以我的 Neovim/Emacs 配置为例,我日常修改它们的频率非常高,有时候一天要改几十上百次,如果每次修改都要等 `nixos-rebuild` 跑个几十秒,这简直是在浪费时间。 -幸运的是,在有了 [使用 Justfile 简化 NixOS 相关命令](./best-practices/simplify-nixos-related-commands.md) 这个方案后,我们可以通过往 `Justfile` 里添加些配置来实现快速的测试验证这些需要频繁修改的 Dotfiles. +幸运的是,在有了 [使用 Justfile 简化 NixOS 相关命令](./simplify-nixos-related-commands.md) 这个方案后,我们可以通过往 `Justfile` 里添加些配置来实现快速的测试验证这些需要频繁修改的 Dotfiles. 比如我现在添加了这些 Justfile 内容: