From 9f4abbe76e426593a9a3ce9a7ad8d5110c805912 Mon Sep 17 00:00:00 2001 From: pro-wh Date: Wed, 18 Dec 2024 11:09:45 -0800 Subject: [PATCH 1/2] bisect: update internal doc link --- cmd/bisect/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bisect/main.go b/cmd/bisect/main.go index 8fcedca70..6ffeaa23d 100644 --- a/cmd/bisect/main.go +++ b/cmd/bisect/main.go @@ -9,7 +9,7 @@ // and at which heights. See also docstring for bisect(). // // To connect to the relevant Oasis-internal DB locally, see internal documentation: -// https://app.clickup.com/24394368/v/dc/q8em0-18570/q8em0-15212 +// https://docs.google.com/document/d/1qzN7oDttb9EHkTkbstbfRFyZos2YUjsKFRtLp7wFN5Y/edit?tab=t.1nfzbixewfkx // // To run: // go run ./cmd/bisect From ae828b5567d35c2b4eeb62af67cc6d74afd25df9 Mon Sep 17 00:00:00 2001 From: pro-wh Date: Wed, 18 Dec 2024 13:06:50 -0800 Subject: [PATCH 2/2] add changelog --- .changelog/839.trivial.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .changelog/839.trivial.md diff --git a/.changelog/839.trivial.md b/.changelog/839.trivial.md new file mode 100644 index 000000000..7485ebbed --- /dev/null +++ b/.changelog/839.trivial.md @@ -0,0 +1 @@ +bisect: update internal doc link