diff --git a/docs/gitbrowse.md b/docs/gitbrowse.md index 93b6107d..a21dd610 100644 --- a/docs/gitbrowse.md +++ b/docs/gitbrowse.md @@ -77,6 +77,12 @@ Open the repo of the active file in the browser (e.g., GitHub) permalink = "/src/{commit}/{file}#lines-{line_start}-L{line_end}", commit = "/commits/{commit}", }, + ["git.sr.ht"] = { + branch = "/tree/{branch}", + file = "/tree/{branch}/item/{file}", + permalink = "/tree/{commit}/item/{file}#L{line_start}", + commit = "/commit/{commit}", + }, }, } ```