From c3dc659f0f3be1b054edd7ad71efa6b72e821daa Mon Sep 17 00:00:00 2001 From: Manon Marchand Date: Mon, 23 Sep 2024 11:32:36 +0200 Subject: [PATCH] docs: replace url by id [skip ci] this should prevent issues for people using https instead of http --- examples/01_Getting_Started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/01_Getting_Started.ipynb b/examples/01_Getting_Started.ipynb index c1d42092..a698e51a 100644 --- a/examples/01_Getting_Started.ipynb +++ b/examples/01_Getting_Started.ipynb @@ -42,7 +42,7 @@ ], "source": [ "aladin = Aladin(\n", - " survey=\"http://alasky.cds.unistra.fr/DECaPS/DR1/color/\",\n", + " survey=\"CDS/P/DECaPS/DR1/color\",\n", " show_coo_grid=True,\n", " target=\"galactic center\",\n", " coo_frame=\"galactic\",\n",