From 423db71b84d8c0969af467f1d0cb542d0e97394f Mon Sep 17 00:00:00 2001 From: Yanko Ivanov Date: Thu, 29 Aug 2024 06:16:22 +0300 Subject: [PATCH 1/4] Upgrade @lycheeverse/lychee-action from 1.2.0 to 1.10.0 --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index b1f3e1b..b009c24 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/checkout@v2 - name: Link Checker - uses: lycheeverse/lychee-action@v1.2.0 + uses: lycheeverse/lychee-action@v1.10.0 with: fail: true From e530bcca2f3bdd48dfd93c205f28382fac86e2d7 Mon Sep 17 00:00:00 2001 From: Yanko Ivanov Date: Thu, 29 Aug 2024 06:08:04 +0300 Subject: [PATCH 2/4] Skip link checks for certain sites Some sites use security checks to verify a visitor is not a bot. As a result, the link check fails. This PR tells the link checker to ignore such sites. An unfortunate side effect is that links to these sites may be broken without us knowing. --- .lycheeignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .lycheeignore diff --git a/.lycheeignore b/.lycheeignore new file mode 100644 index 0000000..ca43d2e --- /dev/null +++ b/.lycheeignore @@ -0,0 +1,2 @@ +astrobin.com/* +cloudynights.com/* From 88baf36a2dfea46cf6e3d05f2fe0977810db2721 Mon Sep 17 00:00:00 2001 From: Yanko Ivanov Date: Thu, 29 Aug 2024 06:23:36 +0300 Subject: [PATCH 3/4] Fix broken link to Ekos The indilib website is currently broken. The link to Ekos on the main site points to a server error (HTTP status 500). Until this is fixed, we link to the main site. From there, visitors can navigate to the Ekos section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9341e06..4088e1d 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Contributions are welcome. Please read the [contributing guideline](CONTRIBUTING ### Acquisition - [APT](https://www.astrophotography.app) - The Swiss army knife for your astro imaging sessions. -- [Ekos](https://indilib.org/about/ekos.html) - An advanced cross-platform (Windows, macOS, Linux) observatory control and automation tool. +- [Ekos](https://indilib.org) - An advanced cross-platform (Windows, macOS, Linux) observatory control and automation tool. - [NINA](https://nighttime-imaging.eu) - Free and very powerful astrophotography imaging suite. - [Nebulosity](https://github.com/celstark/OpenNebulosity) - Open source, powerful, and easy to use astrophotography software. - [Sequence Generator Pro](https://www.sequencegeneratorpro.com) - The classic fully automated night sky imaging. From 1e901720dd47b3aa799a7d8166e3e93b3901510a Mon Sep 17 00:00:00 2001 From: Yanko Ivanov Date: Thu, 29 Aug 2024 06:44:18 +0300 Subject: [PATCH 4/4] Skip link checks for Adobe.com The link to Adobe Photoshop timeouts regularly. This PR tells the link checker to ignore Adobe.com. As a side effect links on the site may be broken without us knowing. --- .lycheeignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.lycheeignore b/.lycheeignore index ca43d2e..65650b9 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,2 +1,3 @@ astrobin.com/* cloudynights.com/* +adobe.com/*