Updates internal links to use Hugo's ref shortcode
Replaces hardcoded URLs with Hugo's `ref` shortcode for internal links. This ensures that links are automatically updated when the site structure changes, preventing broken links and improving maintainability.
This commit is contained in:
@@ -32,7 +32,7 @@ So I write a tool for check all the point: [Server Grimoire](https://github.com/
|
||||
|
||||
## How to work?
|
||||
|
||||
It is a terminal app, so work all into your console. All the configs and the data are into two *dotfiles*, one called *.servergrimoire_config* and *.servergrimoire_data* (config and data respectively) and can be backup like all [dotfiles](/tags/dotfiles/).
|
||||
It is a terminal app, so work all into your console. All the configs and the data are into two *dotfiles*, one called *.servergrimoire_config* and *.servergrimoire_data* (config and data respectively) and can be backup like all [dotfiles]({{< ref "tags/dotfiles" >}}).
|
||||
|
||||
So for start I need to register some urls like google and amazon for example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user