Fix pager links

This commit is contained in:
Andrea Cardaci 2021-02-05 13:41:12 +01:00
parent a30bc93b1b
commit aa018b04c4
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
functions:
shell:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/man/), other functions may apply.
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
bundler help
!/bin/sh
@ -26,7 +26,7 @@ functions:
cd $TF
bundler install
sudo:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/man/), other functions may apply.
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
sudo bundler help
!/bin/sh

View File

@ -1,5 +1,5 @@
---
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/man/), other functions may apply.
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
functions:
shell:
- code: |