Skip to content

Commit

Permalink
Merge pull request #109 from lpda/issue108
Browse files Browse the repository at this point in the history
Issue108: URL broken in the example use case
  • Loading branch information
astrofrog authored Nov 16, 2023
2 parents fe3f1ca + 207e3fe commit 0f61293
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ a series of points and returns a PV array. It is based on scipy’s
``map_coordinates`` but also has .

For an example use case, see [this notebook]
(http://nbviewer.ipython.org/urls/raw.github.com/keflavich/pvextractor/master/examples/IRAS05358Slicing.ipynb)
(http://nbviewer.ipython.org/urls/raw.github.com/radio-astro-tools/pvextractor/master/examples/IRAS05358Slicing.ipynb)
(for a permanent, compiled version, look
`here <examples/IRAS05358Slicing.html>`__)

Expand Down
2 changes: 1 addition & 1 deletion examples/IRAS05358Slicing.html
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@
</div>
<div class="inner_cell">
<div class="input_area">
<div class="highlight"><pre><span class="n">url</span> <span class="o">=</span> <span class="s">&#39;http://files.figshare.com/1213488/iras05358_12co21.fits&#39;</span>
<div class="highlight"><pre><span class="n">url</span> <span class="o">=</span> <span class="s">&#39;https://figshare.com/ndownloader/files/3104171/iras05358_12co21.fits&#39;</span>
</pre></div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions examples/IRAS05358Slicing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
"url = 'http://files.figshare.com/1213488/iras05358_12co21.fits'"
"url = 'https://figshare.com/ndownloader/files/3104171/iras05358_12co21.fits'"
],
"language": "python",
"metadata": {},
Expand Down Expand Up @@ -378,4 +378,4 @@
"metadata": {}
}
]
}
}

0 comments on commit 0f61293

Please sign in to comment.