Skip to content

Commit 35adba6

Browse files
committed
chore(*): fixes/exemptions for broken links
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 2ee043a commit 35adba6

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.build/check-broken-links.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,17 @@ blc --recursive http://127.0.0.1:3000
7878
--exclude 'https://docs.github.com/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/remembering-your-github-username-or-email' \
7979
--exclude 'https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification' \
8080
--exclude 'https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template' \
81+
--exclude 'https://x.com/fermyontech' \
8182
--exclude 'https://twitter.com/fermyontech' \
8283
--exclude 'https://twitter.com/fermyontech/status/1641537393818738710' \
8384
--exclude 'https://www.godaddy.com' \
8485
--exclude 'https://linux.die.net/man/1/which' \
8586
\
8687
`## false positives` \
8788
--exclude 'https://www.gnu.org/software/coreutils/' \
89+
--exclude 'https://techdocs.akamai.com/home' \
90+
--exclude 'https://techdocs.akamai.com/property-mgr/docs/welcome-prop-manager' \
91+
--exclude 'https://bsky.app/profile/fermyon.com' \
8892
--exclude 'https://events.hashicorp.com/hashitalksdeploy' \
8993
--exclude 'https://dotnet.microsoft.com/en-us/download/dotnet/8.0' \
9094
--exclude 'https://www.developerweek.com/' \

content/wasm-functions/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,5 +553,5 @@ Congratulations, you've now deployed your first Spin application to _Fermyon Was
553553
## Next Steps
554554

555555
- Learn how to [list and inspect](./list-and-inspect) your Spin applications deployed to _Fermyon Wasm Functions_
556-
- Go and check out the [Key Value Store](./using-key-value-store) and [PostgreSQL](./querying-relational-database) tutorials
556+
- Go and check out the [Key Value Store](./using-key-value-store) and [PostgreSQL](./querying-postgresql) tutorials
557557
- Learn how to [delete your Spin application](delete)
1.17 MB
Loading
345 KB
Loading

0 commit comments

Comments
 (0)