Skip to content

Commit a70193e

Browse files
authored
Ignore 403 warnings and fix redirect (#97)
1 parent 0d49e53 commit a70193e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
--base-url https://wearewaylandnow.com
3838
--exclude-path public/categories --exclude-path public/tags
3939
--include-verbatim --include-wikilinks --include-fragments
40+
--accept '100..=103,200..=299,403'
4041
'./**/*.toml' 'public/**/*.html' './**/*.json'
4142
4243
# --root-dir ${{ github.workspace }}/public
4344
# --exclude-path _old
44-
# --accept '100..=103,200..=299'
4545
# --suggest # Suggest link replacements for broken links, using a web archive
4646

4747
- name: Create Issue From File

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ <h2 class="title--answer">Yes, we are <a href="https://wayland.freedesktop.org/"
371371
<a href="https://github.com/YaLTeR/niri">niri</a>,
372372
<a href="https://github.com/pinnacle-comp/pinnacle">Pinnacle</a>,
373373
<a href="https://qtile.org">Qtile</a>,
374-
<a href="https://github.com/ifreund/river">river</a>,
374+
<a href="https://github.com/riverwm/river">river</a>,
375375
<a href="https://github.com/dawsers/scroll">scroll</a>,
376376
<a href="https://github.com/swaywm/sway">Sway</a>,
377377
<a href="https://github.com/WillPower3309/swayfx">SwayFx</a>,

0 commit comments

Comments
 (0)