Skip to content

Commit 56aece2

Browse files
jburnimtensorflower-gardener
authored andcommitted
Update a few references to "master" branches to "main".
PiperOrigin-RevId: 385651269
1 parent 2e4046c commit 56aece2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

UNITTEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ del _DistributionTest # Don't run tests for the base class.
118118

119119
Helper class to test vector-event distributions.
120120

121-
[VectorDistributionTestHelpers](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/distributions/python/ops/test_util.py#L193) ([Example Use](https://github.com/tensorflow/probability/blob/main/tensorflow_probability/python/distributions/mixture_same_family_test.py#L91))
121+
[VectorDistributionTestHelpers](https://github.com/tensorflow/probability/blob/main/tensorflow_probability/python/internal/test_util.py#L1085) ([Example Use](https://github.com/tensorflow/probability/blob/main/tensorflow_probability/python/distributions/mixture_same_family_test.py#L91))
122122

123123
## Testing Discrete, Scalar Distributions
124124

tensorflow_probability/examples/jupyter_notebooks/TensorFlow_Probability_on_JAX.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@
19431943
"id": "WOgYcS9zpJG3"
19441944
},
19451945
"source": [
1946-
"For more details about JAX's deterministic key splitting model, see [this guide](https://github.com/google/jax/blob/master/design_notes/prng.md)."
1946+
"For more details about JAX's deterministic key splitting model, see [this guide](https://github.com/google/jax/blob/main/design_notes/prng.md)."
19471947
]
19481948
}
19491949
],

testing/run_github_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636

3737
install_bazel() {
3838
# Install Bazel for tests. Based on instructions at
39-
# https://docs.bazel.build/versions/master/install-ubuntu.html#install-on-ubuntu
39+
# https://docs.bazel.build/versions/main/install-ubuntu.html#install-on-ubuntu
4040
# (We skip the openjdk8 install step, since travis lets us have that by
4141
# default).
4242

0 commit comments

Comments
 (0)