Skip to content

Commit 4a636b3

Browse files
Nush395ChexDev
authored andcommitted
Fix source code links to point to master branch.
PiperOrigin-RevId: 737332611
1 parent 321ec60 commit 4a636b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def linkcode_resolve(domain, info):
176176

177177
# TODO(slebedev): support tags after we release an initial version.
178178
return (
179-
'https://github.com/google-deepmind/chex/tree/main/chex/%s#L%d#L%d'
179+
'https://github.com/google-deepmind/chex/tree/master/chex/%s#L%d#L%d'
180180
% (
181181
os.path.relpath(filename, start=os.path.dirname(chex.__file__)),
182182
lineno,

0 commit comments

Comments
 (0)