Skip to content

Commit

Permalink
Merge pull request #95 from pllim/fix-urls
Browse files Browse the repository at this point in the history
Fix data URLs
  • Loading branch information
mwcraig committed Sep 12, 2019
2 parents 8dfe3e8 + fdc00ec commit 411c8d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_notebooks/ginga_widget.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"metadata": {},
"outputs": [],
"source": [
"filename = 'https://astropy.stsci.edu/data/photometry/spitzer_example_image.fits'\n",
"filename = 'http://data.astropy.org/photometry/spitzer_example_image.fits'\n",
"numhdu = 0\n",
"\n",
"# Loads NDData\n",
Expand Down
2 changes: 1 addition & 1 deletion example_notebooks/gui_interactions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"metadata": {},
"outputs": [],
"source": [
"filename = 'https://astropy.stsci.edu/data/photometry/spitzer_example_image.fits'\n",
"filename = 'http://data.astropy.org/photometry/spitzer_example_image.fits'\n",
"numhdu = 0\n",
"\n",
"# Loads NDData\n",
Expand Down
2 changes: 1 addition & 1 deletion example_notebooks/named_markers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"metadata": {},
"outputs": [],
"source": [
"filename = 'https://astropy.stsci.edu/data/photometry/spitzer_example_image.fits'\n",
"filename = 'http://data.astropy.org/photometry/spitzer_example_image.fits'\n",
"numhdu = 0\n",
"\n",
"# Loads NDData\n",
Expand Down

0 comments on commit 411c8d5

Please sign in to comment.