summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-11 21:17:01 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-13 13:55:08 +1000
commitae798157d2b54b61415c5f184dc851d185b8b6fb (patch)
tree3d651aaea4653707dad586d01252ed642f6894e9 /scripts
parenta45b22e12f60f1e3d4d1caf2fd3abc14d1cd636d (diff)
update comments
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bisect.sh b/scripts/bisect.sh
index 0e5f404cb..a3bc5f19e 100755
--- a/scripts/bisect.sh
+++ b/scripts/bisect.sh
@@ -2,7 +2,7 @@
# How to use:
# 1) find a commit that is working fine.
-# 2) Create an integration test capturing the fact that it works (Don't commit it). See https://github.com/jesseduffield/lazygit/blob/master/docs/Integration_Tests.md
+# 2) Create an integration test capturing the fact that it works (Don't commit it). See https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md
# 3) checkout the commit that's known to be failing
# 4) run this script supplying the commit sha / tag name that works and the name of the newly created test