Skip to content

Commit 14b162b

Browse files
authored
Fix broken photutils links (#3700)
1 parent b1bba41 commit 14b162b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jdaviz/configs/cubeviz/plugins/spectral_extraction/spectral_extraction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
/>
224224
<v-row>
225225
<j-docs-link>
226-
See the <j-external-link link='https://photutils.readthedocs.io/en/stable/aperture.html#aperture-and-pixel-overlap'
226+
See the <j-external-link link='https://photutils.readthedocs.io/en/stable/user_guide/aperture.html#aperture-and-pixel-overlap'
227227
linktext='photutils docs'></j-external-link> for more details on aperture masking methods.
228228
</j-docs-link>
229229
</v-row>

notebooks/concepts/mosviz_generate_photometry.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"source": [
149149
"### Generate analytical galaxy cutouts\n",
150150
"\n",
151-
"Whether or not the image comes with a catalog, we can use the methods imported from `photutils` to make our own `SourceCatalog`. We follow a workflow modified from `photuils`' [documentation on segmentation](https://photutils.readthedocs.io/en/stable/segmentation.html)."
151+
"Whether or not the image comes with a catalog, we can use the methods imported from `photutils` to make our own `SourceCatalog`. We follow a workflow modified from `photuils`' [documentation on segmentation](https://photutils.readthedocs.io/en/stable/user_guide/segmentation.html)."
152152
]
153153
},
154154
{

0 commit comments

Comments
 (0)