Skip to content

Commit 916c068

Browse files
authored
Fix logo urls on v3 (#5081)
1 parent bfc3813 commit 916c068

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://cdn.rawgit.com/pymc-devs/pymc3/master/docs/logos/svg/PyMC3_banner.svg
1+
.. image:: https://cdn.rawgit.com/pymc-devs/pymc/v3/docs/logos/svg/PyMC3_banner.svg
22
:height: 100px
33
:alt: PyMC3 logo
44
:align: center

docs/source/semantic_sphinx/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<div class="ui container">
5555
<div class="ui large secondary pointing menu">
5656
<a class="item" href="/">
57-
<img class="ui bottom aligned tiny image" src="https://cdn.rawgit.com/pymc-devs/pymc3/master/docs/logos/svg/PyMC3_banner.svg" />
57+
<img class="ui bottom aligned tiny image" src="https://cdn.rawgit.com/pymc-devs/pymc/v3/docs/logos/svg/PyMC3_banner.svg" />
5858
</a>
5959
{% if
6060
theme_navbar_links %} {%- for link in theme_navbar_links %} <a href="{{ pathto(*link[1:]) }}" class="item">{{
@@ -74,7 +74,7 @@
7474
</div>
7575
{% if pagename == 'index' %}
7676
<div class="ui center aligned text container">
77-
<img src="https://cdn.rawgit.com/pymc-devs/pymc3/master/docs/logos/svg/PyMC3_banner.svg" />
77+
<img src="https://cdn.rawgit.com/pymc-devs/pymc/v3/docs/logos/svg/PyMC3_banner.svg" />
7878
<h2>Probabilistic Programming in Python</h2>
7979
<a href="pymc-examples/examples/pymc3_howto/api_quickstart.html">
8080
<div class="ui huge primary button">Quickstart <i class="right arrow icon"></i></div>

0 commit comments

Comments
 (0)