Skip to content

Commit c332f8c

Browse files
mjhajhariatwiecki
authored andcommitted
fix broken links
1 parent efbacce commit c332f8c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/source/semantic_sphinx/layout.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<i class="search link icon"></i>
6969
</form>
7070
</div>
71-
<a class="item" href="https://github.com/pymc-devs/pymc3"><i class="github blue icon large"></i></a>
71+
<a class="item" href="https://github.com/pymc-devs/pymc"><i class="github blue icon large"></i></a>
7272
</div>
7373
</div>
7474
</div>
@@ -86,17 +86,17 @@ <h2>Probabilistic Programming in Python</h2>
8686
<div class="ui container" role="main">
8787
{% if pagename == 'index' %}
8888
<div class="ui vertical segment">
89-
<a class="ui image" href="https://github.com/pymc-devs/pymc3/actions">
90-
<img src="https://github.com/pymc-devs/pymc3/workflows/pytest/badge.svg">
89+
<a class="ui image" href="https://github.com/pymc-devs/pymc/actions">
90+
<img src="https://github.com/pymc-devs/pymc/workflows/pytest/badge.svg">
9191
</a>
92-
<a class="ui image" href="https://coveralls.io/github/pymc-devs/pymc3?branch=master">
93-
<img src="https://coveralls.io/repos/github/pymc-devs/pymc3/badge.svg?branch=master">
92+
<a class="ui image" href="https://coveralls.io/github/pymc-devs/pymc?branch=v3">
93+
<img src="https://coveralls.io/repos/github/pymc-devs/pymc/badge.svg?branch=v3">
9494
</a>
9595
<a class="ui image" href="https://tidelift.com/subscription/pkg/pypi-pymc3?utm_source=pypi-pymc3&utm_medium=referral&utm_campaign=enterprise">
9696
<a class="ui image" href="https://www.numfocus.org/">
9797
<img src="https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A">
9898
</a>
99-
<a class="ui image" href="https://mybinder.org/v2/gh/pymc-devs/pymc3/master?filepath=%2Fdocs%2Fsource%2Fnotebooks">
99+
<a class="ui image" href="https://mybinder.org/v2/gh/pymc-devs/pymc/v3?filepath=%2Fdocs%2Fsource%2Fnotebooks">
100100
<img src="https://mybinder.org/badge_logo.svg">
101101
</a>
102102
<a class="ui image" href="https://hub.docker.com/r/pymc/pymc3">
@@ -114,7 +114,7 @@ <h2>Probabilistic Programming in Python</h2>
114114
{%- block footer %}
115115
<div class="ui vertical footer segment">
116116
<div class="ui center aligned container">
117-
<a href="https://github.com/pymc-devs/pymc3"><i class="github icon large"></i></a>
117+
<a href="https://github.com/pymc-devs/pymc"><i class="github icon large"></i></a>
118118
<a href="https://twitter.com/pymc_devs"><i class="twitter icon large"></i></a>
119119
<a href="https://discourse.pymc.io/"><i class="discourse icon large"></i></a>
120120
</div>

0 commit comments

Comments
 (0)