Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Feb 8, 2024
1 parent f6f4644 commit ff2cecb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
if: always() && steps.lychee.outcome == 'success' && ! endsWith(github.ref, '/master')
# "429 Too Many Requests" on GitHub despite token
# Exclude URLs for newly added Markdown files as well as raw view and edit GitHub URLs for all existing Markdown files
# parallels.com: Cloudflare lets client enter redirect loop, if it does not send a cookie, set in response.
run: |
git fetch --depth=1 origin master
while read -r line; do exclude="$exclude|dietpi.com/${line%.md}/"; done << _EOF_
Expand All @@ -75,4 +76,4 @@ jobs:
while read -r line; do exclude="$exclude|github.com/MichaIng/DietPi-Docs/(raw|edit)/dev/$line"; done << _EOF_
$(find docs -type f -name '*.md')
_EOF_
./lychee -En --require-https --cache --exclude '^(http://wiringpi.com/$|https://(twitter.com/DietPi_$|www.linux-kvm.org/$|pydio.com/|www.spigotmc.org/|help.realvnc.com/|help.roonlabs.com/|blynk.io/|play.google.com/store/apps/details|www.kickstarter.com|theunarchiver.com/$'"$exclude"'))' -a 429 --github-token '${{ secrets.GITHUB_TOKEN }}' -b build README.md 'build/**/*.html'
./lychee -En --require-https --cache --exclude '^(http://wiringpi.com/$|https://(twitter.com/DietPi_$|www.linux-kvm.org/$|pydio.com/|www.spigotmc.org/|help.realvnc.com/|help.roonlabs.com/|blynk.io/|play.google.com/store/apps/details|www.kickstarter.com|theunarchiver.com/|parallels.com/$'"$exclude"'))' -a 429 --github-token '${{ secrets.GITHUB_TOKEN }}' -b build README.md 'build/**/*.html'
2 changes: 1 addition & 1 deletion docs/releases/v8_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **July 2nd, 2022** release of **DietPi v8.6** comes with a new image for **Q

### SBC/hardware support

- [**Quartz64 / SOQuartz**](../hardware.md#pine64) :octicons-arrow-right-16: Support and images for the PINE64 Quartz64 series ([Quartz64 Model A](https://www.pine64.org/quartz64a/), [Quartz64 Model B](https://www.pine64.org/quartz64b/) and the [SOQuartz compute module](https://wiki.pine64.org/wiki/SOQuartz)) have been added to DietPi, modern feature-rich SBCs based on the new Rockchip RK3566 SoC (4 x ARM Cortex A55 cores @ 1.8 GHz).
- [**Quartz64 / SOQuartz**](../hardware.md#pine64) :octicons-arrow-right-16: Support and images for the PINE64 Quartz64 series ([Quartz64 Model A](https://pine64.org/devices/quartz64_model_a/), [Quartz64 Model B](https://pine64.org/devices/quartz64_model_b/) and the [SOQuartz compute module](https://wiki.pine64.org/wiki/SOQuartz)) have been added to DietPi, modern feature-rich SBCs based on the new Rockchip RK3566 SoC (4 x ARM Cortex A55 cores @ 1.8 GHz).

### New software

Expand Down
4 changes: 2 additions & 2 deletions docs/software/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ Source code: <https://github.com/badaix/snapcast>
## Navidrome

An open source web-based music collection server and streamer, written in Go.
It is compatible with the [Subsonic media player](http://www.subsonic.org/pages/index.jsp).
It is compatible with the [Subsonic media player](https://www.subsonic.org/pages/index.jsp).

![Navidrome web interface screenshot](../assets/images/dietpi-software-media-navidrome.png){: width="400" height="202" loading="lazy"}

Expand Down Expand Up @@ -1854,7 +1854,7 @@ It is compatible with the [Subsonic media player](http://www.subsonic.org/pages/
Navidrome has a Subsonic-compatible server built in, so there should be plenty of clients for different platforms available. See:

- <https://www.navidrome.org/docs/overview/#apps>
- <http://www.subsonic.org/pages/apps.jsp>
- <https://www.subsonic.org/pages/apps.jsp>

***

Expand Down
2 changes: 1 addition & 1 deletion docs/software/remote_desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ RealVNC consists of the *VNC Server* and the *VNC Viewer* application to share t

=== "Setup the VNC Viewer"

Simply select a VNC viewer for your system and download: <https://www.realvnc.com/connect/download/viewer/>
Simply select a VNC viewer for your system and download: <https://www.realvnc.com/en/connect/download/viewer/>

#### Connection details

Expand Down

0 comments on commit ff2cecb

Please sign in to comment.