mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 06:29:28 -07:00
docs: comment on explicit main branch match
This commit is contained in:
parent
7b207c046c
commit
8ce1b0514b
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ export function processURI (uri) {
|
|||
fetcher: E.Fetcher.HTTP,
|
||||
accessRestriction: E.ProofAccessRestriction.NONE,
|
||||
data: {
|
||||
// explicitly matching for `main` branch
|
||||
url: `https://git.sr.ht/~${match[1]}/${match[2]}/blob/main/proof.md`,
|
||||
format: E.ProofFormat.TEXT
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue