Skip to content

Commit

Permalink
Security: Navigation and bad syntax bug fix (#438)
Browse files Browse the repository at this point in the history
Navigation and bad syntax bug fix

Signed-off-by: yamkovoy <[email protected]>
  • Loading branch information
yamkovoy authored Nov 29, 2023
1 parent 45e3709 commit 2d8fb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
},
{
text: 'Storing Cryptographic Keys',
link: '/guide/security/generating-cryptographic-keys.md',
link: '/guide/security/storing-cryptographic-keys.md',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/guide/security/generating-cryptographic-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ To make the `<username>/.local/bin` directory explicitly available to your shell
$ fish_add_path ~/.local/bin
```

::: note
::: info

In addition to the methods listed above, consult documentation for the shell you're using or consider adding the `PATH` variant to your terminal's session configuration.

Expand Down

0 comments on commit 2d8fb9e

Please sign in to comment.