Skip to content

Commit

Permalink
Fix binder links on website (#2590)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Jul 29, 2021
1 parent fd3ea83 commit 90b1e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% endfor %}
{% endif %}
{% if ('gallery' in pagename or 'reference' in pagename or 'user_guide' in pagename) and not pagename.endswith('index') %}
<a href="https://mybinder.org/v2/gh/holoviz/panel/master?urlpath=lab/tree/examples/{{ pagename }}">Open this example in Binder</a>
<a href="https://mybinder.org/v2/gh/holoviz/panel/master?urlpath=lab/tree/examples/{{ pagename }}.ipynb">Open this example in Binder</a>
{% endif %}
</div>
{% endblock %}
Expand Down

0 comments on commit 90b1e98

Please sign in to comment.