Skip to content

Commit

Permalink
source link point to main not master
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored Aug 23, 2023
1 parent 064a4b9 commit 1b89f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def linkcode_resolve(domain, info):
anchor = "#:~:text=" + quote(anchor.split(".")[-1])
else:
anchor = ""
result = f"{gh_url}/blob/master/{filename}.py{anchor}"
result = f"{gh_url}/blob/main/{filename}.py{anchor}"
return result

# def linkcode_resolve(domain: str, info: Dict[str, str]) -> Optional[str]:
Expand Down

0 comments on commit 1b89f5a

Please sign in to comment.