Skip to content

Commit 2fdbff9

Browse files
Update example reference (#3403)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent 04c371f commit 2fdbff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyro/contrib/autoname/named.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
>>> obs = state.x.sample_(dist.Normal(loc, scale), obs=z)
4343
4444
For deeper examples of how these can be used in model code, see the
45-
`Tree Data <https://github.com/pyro-ppl/pyro/blob/dev/examples/contrib/named/tree_data.py>`_
45+
`Tree Data <https://github.com/pyro-ppl/pyro/blob/dev/examples/contrib/autoname/tree_data.py>`_
4646
and
47-
`Mixture <https://github.com/pyro-ppl/pyro/blob/dev/examples/contrib/named/mixture.py>`_
47+
`Mixture <https://github.com/pyro-ppl/pyro/blob/dev/examples/contrib/autoname/mixture.py>`_
4848
examples.
4949
5050
Authors: Fritz Obermeyer, Alexander Rush

0 commit comments

Comments
 (0)