diff --git a/_gtfobins/bundler.md b/_gtfobins/bundler.md index 62b4c05..eeb8e2b 100644 --- a/_gtfobins/bundler.md +++ b/_gtfobins/bundler.md @@ -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 diff --git a/_gtfobins/man.md b/_gtfobins/man.md index 5cdf9ba..dafd551 100644 --- a/_gtfobins/man.md +++ b/_gtfobins/man.md @@ -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: |