Skip to content

Commit

Permalink
Merge pull request #21 from EvilOlaf/patch-1
Browse files Browse the repository at this point in the history
fix contact link
  • Loading branch information
igorpecovnik authored Jul 22, 2024
2 parents 2f2a021 + 1fcb621 commit 6dbbdf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
1. Setup HTTP and HTTPS hostname
2. Setup cron to sync every 2-4 hours
3. [Inform us](https://www.armbian.com/#contact)
3. [Inform us](https://www.armbian.com/contact/)
" >> README.md
MIR=$(curl -sq http://redirect.armbian.com/mirrors | jq -Mr '.' | grep http | tr -d \"," " | sort | uniq)
show_mirrors "$MIR" "Images" >> README.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
1. Setup HTTP and HTTPS hostname
2. Setup cron to sync every 2-4 hours
3. [Inform us](https://www.armbian.com/#contact)
3. [Inform us](https://www.armbian.com/contact/)
" >> README.md
MIR=$(curl -sq http://redirect.armbian.com/mirrors | jq -Mr '.' | grep http | tr -d \"," " | sort | uniq)
show_mirrors "$MIR" "Images (dl.armbian.com)" >> README.md
Expand Down

0 comments on commit 6dbbdf2

Please sign in to comment.