Skip to content

Commit 6f01edb

Browse files
neerajpradjpchen
authored andcommitted
Remove https links from docs (pyro-ppl#484)
1 parent 51a2ccf commit 6f01edb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Getting Started
55

66
- Learn the basic concepts of Pyro:
77
`models <http://pyro.ai/examples/intro_part_i.html>`_ and
8-
`inference <https://pyro.ai/examples/svi_part_i.html>`_.
8+
`inference <http://pyro.ai/examples/svi_part_i.html>`_.
99

1010
- Dive in to other `tutorials <http://pyro.ai/examples>`_ and
1111
`examples <https://github.com/uber/pyro/tree/dev/examples>`_.

pyro/distributions/distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Distribution(object):
8282
8383
**Examples**:
8484
85-
Take a look at the `examples <https://pyro.ai/examples>`_ to see how they interact
85+
Take a look at the `examples <http://pyro.ai/examples>`_ to see how they interact
8686
with inference algorithms.
8787
"""
8888
reparameterized = False

0 commit comments

Comments
 (0)