Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automation-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress '**/*.html' '**/*.md'
args: --verbose --no-progress --config .lychee.toml '**/*.html' '**/*.md'
fail: false

- name: Create issue if broken links found
Expand Down
12 changes: 12 additions & 0 deletions .lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Lychee link checker configuration
# See: https://lychee.cli.rs/usage/config/

# Exclude patterns that are known to produce false positives or are not real links
# - mailto: links are not real HTTP URLs
# - soundcloud.com: blocks automated link checkers with 403 (anti-bot protection)
# - formspree.io: form POST endpoints return 405 for GET requests (expected behavior)
exclude = [
"^mailto:",
"soundcloud\\.com",
"formspree\\.io"
]
4 changes: 2 additions & 2 deletions assets/player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Audio Player](https://s3.amazonaws.com/howler.js/screenshot-player.jpg "Player Screenshot")

## Description
This example displays how to construct a basic audio player using howler.js as the engine powering it. The only outside framework being used is [SiriWave.js](https://github.com/CaffeinaLab/SiriWaveJS) to provide some visual sugar.
This example displays how to construct a basic audio player using howler.js as the engine powering it. The only outside framework being used is [SiriWave.js](https://github.com/kopiro/siriwave) to provide some visual sugar.

* Controls: play, pause, next, previous, volume.
* Implements playlist support.
Expand All @@ -17,4 +17,4 @@ This example displays how to construct a basic audio player using howler.js as t
2. Open `index.html` in your favorite browser.

## Credits
Sample audio tracks by [FoolBoyMedia](http://www.foolboymedia.co.uk/), licensed under [Creative Commons](http://creativecommons.org/licenses/by-nc/3.0/).
Sample audio tracks by FoolBoyMedia, licensed under [Creative Commons](https://creativecommons.org/licenses/by-nc/3.0/).
Binary file added images/qr-tshirt-boutique.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tshirt-davidkrk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading