From d79d10fecea0a5876eb89a774f079dfe2aea7ae4 Mon Sep 17 00:00:00 2001 From: Ned Gulley Date: Wed, 11 Sep 2024 14:52:08 -0400 Subject: [PATCH 1/2] Update http to https in index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 65b9b38..a48099e 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,8 @@ Sunset Times - - + + @@ -19,4 +19,4 @@ - \ No newline at end of file + From 7267cd30a3d57be2c993ba109a60093ef8294d9d Mon Sep 17 00:00:00 2001 From: Ned Gulley Date: Wed, 11 Sep 2024 15:04:43 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7738a85..ef567e4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ JavaScript Sun Calculations A working version of this page is deployed here: -http://gulley.github.io/ +[Sunset](https://gulley.github.io/Sunset-Visualization/) This is a file for determining what the time of sunset will be doing for the next several days. -* Sunset algorithm is courtesy of http://prestonhunt.com/story/124 -* Hunt did a Javascript implementation of the algorithm found at http://williams.best.vwh.net/sunrise_sunset_algorithm.htm +* Sunset algorithm is courtesy of https://prestonhunt.com/story/124 +* Hunt did a Javascript implementation of the algorithm found at https://williams.best.vwh.net/sunrise_sunset_algorithm.htm