Skip to content

Commit 8d25d00

Browse files
committed
Fix wrong notebook urls
1 parent 206a4b1 commit 8d25d00

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Usage
6666
Mor examples are available in this
6767
`Jupyter Notebook`_.
6868

69-
.. _`Jupyter Notebook`: https://nbviewer.jupyter.org/github/seignovert/python-opus-seti/blob/master/[examples](https://nbviewer.jupyter.org/github/seignovert/python-opus-seti/blob/master/jupyter_notbooks/examples.ipynb
69+
.. _`Jupyter Notebook`: https://nbviewer.jupyter.org/github/seignovert/python-opus-seti/blob/master/jupyter_notebooks/examples.ipynb
7070

7171
Note
7272
----

jupyter_notebooks/cli.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Python package for OPUS-Seti API (NASA-PDS Rings Node) - CLI\n",
88
"\n",
9-
"The `opus-seti` python package can be use directly in `python` (see [examples](https://nbviewer.jupyter.org/github/seignovert/python-opus-seti/blob/master/jupyter_notbooks/examples.ipynb)) but some the API can be called directly from the command line.\n",
9+
"The `opus-seti` python package can be use directly in `python` (see [examples](https://nbviewer.jupyter.org/github/seignovert/python-opus-seti/blob/master/jupyter_notebooks/examples.ipynb)) but some the API can be called directly from the command line.\n",
1010
"\n",
1111
"Here is an examples of the few command line availables:\n",
1212
"- `opus`: Get data (global search)\n",

jupyter_notebooks/examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"This guide describes the `opus-seti` python package to use the API that drives [OPUS, an outer planets data search tool](http://pds-rings-tools.seti.org/opus) produced by the [NASA PDS Rings Node](http://pds-rings.seti.org/). Any search that can be performed in OPUS can also be requested as an API call. Below are several examples.\n",
1010
"\n",
11-
"A `command line intergration` (CLI) is also available, and examples can be found [here](https://nbviewer.jupyter.org/github/seignovert/python-opus-seti/blob/master/jupyter_notbooks/cli.ipynb).\n",
11+
"A `command line intergration` (CLI) is also available, and examples can be found [here](https://nbviewer.jupyter.org/github/seignovert/python-opus-seti/blob/master/jupyter_notebooks/cli.ipynb).\n",
1212
"\n",
1313
"_(The source code of this python package can be found on [github](https://github.com/seignovert/python-opus-seti). Contributions and feedbacks are welcome.)_\n",
1414
"\n",

0 commit comments

Comments
 (0)