diff --git a/StarryNights/did.js b/StarryNights/did.js index c6b76d2..6cd62a4 100644 --- a/StarryNights/did.js +++ b/StarryNights/did.js @@ -2,8 +2,7 @@ // Saturn and Moons // In this image, four moons of Saturn are passing in front of the giant planet. // The large, orange moon Titan casts a large shadow on the northern pole. Smaller moons Mimas, Dione and Enceladus appear as white dots. - -s0.initImage("file:///home/pln/Work/Hydra/StarryNights/img/february-24-2019-saturn-and-moons.jpg") +s0.initImage("https://git.plnech.fr/pln/Hydra/raw/master/StarryNights/img/february-24-2019-saturn-and-moons.jpg") // Source celeste: Saturne src(s0) .scale(() => 1 + 0.025 * Math.sin(time / 13.12)) diff --git a/StarryNights/sylvie.js b/StarryNights/sylvie.js index 9ec3e76..e543d19 100644 --- a/StarryNights/sylvie.js +++ b/StarryNights/sylvie.js @@ -2,8 +2,7 @@ // Herbig-Haro 24 // A partially obscured, newborn star near the center of this image is shooting twin jets into the surrounding gas and dust. // The shocks from the collision light up patches of nebulosity collectively called Herbig-Haro 24. - -s0.initImage("file:///home/pln/Work/Hydra/StarryNights/img/february-18.jpg") +s0.initImage("https://git.plnech.fr/pln/Hydra/raw/master/StarryNights/img/february-18.jpg") // Source celeste: Saturne src(s0) // .scale(() => 1 + 0.025 * Math.sin(time / 13.12))