Skip to content

Commit

Permalink
docs: replace url by id [skip ci]
Browse files Browse the repository at this point in the history
this should prevent issues for people using https instead of http
  • Loading branch information
ManonMarchand authored Sep 23, 2024
1 parent a8aefb6 commit c3dc659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/01_Getting_Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c3dc659

Please sign in to comment.