Skip to content

Commit eb06bbd

Browse files
committed
Simplify commit-graph doc link
The `#:~:text` in the anchor was no longer working, as tested in Chromium-based browsers that ordinarily support such links. Like any broken anchor, it didn't keep the page from resolving. But it didn't jump to (nor participate in any highlighting of) specific text. Fortunately, the relevant text is near the top of the page. So the original intent of the longer and more complicated URL is satisfied in the simpler URL.
1 parent 6660ab0 commit eb06bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-commitgraph/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lints.workspace = true
44
name = "gix-commitgraph"
55
version = "0.26.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
7-
documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate."
7+
documentation = "https://git-scm.com/docs/commit-graph"
88
license = "MIT OR Apache-2.0"
99
description = "Read-only access to the git commitgraph file format"
1010
authors = ["Conor Davis <[email protected]>", "Sebastian Thiel <[email protected]>"]

0 commit comments

Comments
 (0)