Skip to content

Commit

Permalink
fix filepath => labpath
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jun 22, 2023
1 parent 1e5d409 commit 0e17b6e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ be stored, searched, explored, and taxonomically annotated.
You can take a look at sourmash analyses on real data
[in a saved Jupyter notebook](https://github.com/sourmash-bio/sourmash/blob/latest/doc/sourmash-examples.ipynb),
and experiment with it yourself
[interactively in a Jupyter Notebook](https://mybinder.org/v2/gh/sourmash-bio/sourmash/latest?filepath=doc%2Fsourmash-examples.ipynb)
[interactively in a Jupyter Notebook](https://mybinder.org/v2/gh/sourmash-bio/sourmash/latest?labpath=doc%2Fsourmash-examples.ipynb)
at [mybinder.org](http://mybinder.org).

## Installing sourmash
Expand Down
2 changes: 1 addition & 1 deletion doc/kmers-and-minhash.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"### Running this notebook.\n",
"\n",
"You can run this notebook interactively via mybinder; click on this button:\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?filepath=doc%2Fkmers-and-minhash.ipynb)\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?labpath=doc%2Fkmers-and-minhash.ipynb)\n",
"\n",
"A rendered version of this notebook is available at [sourmash.readthedocs.io](https://sourmash.readthedocs.io) under \"Tutorials and notebooks\".\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/plotting-compare.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"### Running this notebook.\n",
"\n",
"You can run this notebook interactively via mybinder; click on this button:\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?filepath=doc%2Fplotting-compare.ipynb)\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?labpath=doc%2Fplotting-compare.ipynb)\n",
"\n",
"A rendered version of this notebook is available at [sourmash.readthedocs.io](https://sourmash.readthedocs.io) under \"Tutorials and notebooks\".\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/sourmash-collections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"### Running this notebook.\n",
"\n",
"You can run this notebook interactively via mybinder; click on this button:\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?filepath=doc%2Fsourmash-collections.ipynb)\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?labpath=doc%2Fsourmash-collections.ipynb)\n",
"\n",
"A rendered version of this notebook is available at [sourmash.readthedocs.io](https://sourmash.readthedocs.io) under \"Tutorials and notebooks\".\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/sourmash-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"### Running this notebook.\n",
"\n",
"You can run this notebook interactively via mybinder; click on this button:\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?filepath=doc%2Fsourmash-examples.ipynb)\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?labpath=doc%2Fsourmash-examples.ipynb)\n",
"\n",
"A rendered version of this notebook is available at [sourmash.readthedocs.io](https://sourmash.readthedocs.io) under \"Tutorials and notebooks\".\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/using-LCA-database-API.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"### Running this notebook.\n",
"\n",
"You can run this notebook interactively via mybinder; click on this button:\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?filepath=doc%2Fusing-LCA-database-API.ipynb)\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dib-lab/sourmash/latest?labpath=doc%2Fusing-LCA-database-API.ipynb)\n",
"\n",
"A rendered version of this notebook is available at [sourmash.readthedocs.io](https://sourmash.readthedocs.io) under \"Tutorials and notebooks\".\n",
"\n",
Expand Down

0 comments on commit 0e17b6e

Please sign in to comment.