Browse Source

Fixed typo in binder url

refactoring
Matthias Volk 4 years ago
parent
commit
01b6ee3f18
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 2
      doc/source/conf.py

2
doc/source/conf.py

@ -249,7 +249,7 @@ nbsphinx_prolog = """
<div class="admonition note">
Interactive version:
<span style="white-space: nowrap;"><a href="https://mybinder.org/v2/gh/movesrwth/stormpy/master?filepath=notebooks/{{ docname }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.</span>
<span style="white-space: nowrap;"><a href="https://mybinder.org/v2/gh/moves-rwth/stormpy/master?filepath=notebooks/{{ docname }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.</span>
</div>
<style>
.nbinput .prompt,

Loading…
Cancel
Save