From aa018b04c48456b21a6750936e5e65033e1c6e3d Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Fri, 5 Feb 2021 13:41:12 +0100 Subject: [PATCH] Fix pager links --- _gtfobins/bundler.md | 4 ++-- _gtfobins/man.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: |