Skip to content

Commit 26dd022

Browse files
authored
exempt ScalaFiddle from link checking (#1296)
1 parent aabc86a commit 26dd022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Proofing (Cron)
3030
if: ${{ github.event_name == 'schedule' }}
3131
run: |
32-
bundle exec htmlproofer ./_site/ --external_only --only-4xx --http-status-ignore "400,401,429" --empty-alt-ignore --allow-hash-href --url-ignore "/trends.google.com/,/pgp.mit.edu/,/www.oracle.com/"
32+
bundle exec htmlproofer ./_site/ --external_only --only-4xx --http-status-ignore "400,401,429" --empty-alt-ignore --allow-hash-href --url-ignore "/trends.google.com/,/pgp.mit.edu/,/www.oracle.com/,/scalafiddle.io/"

_posts/2015-02-05-scala-js-no-longer-experimental.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ There are three main ways to get started with Scala.js:
153153

154154
* [The tutorial](https://www.scala-js.org/doc/tutorial.html)
155155
* The free e-book [Hands-on Scala.js](https://lihaoyi.github.io/hands-on-scala-js/)
156-
* The online sandbox [Scala.jsFiddle](http://www.scala-js-fiddle.com/)
156+
* The online sandbox [ScalaFiddle](https://scalafiddle.io)
157157

158158
So go ahead!
159159
Use it, love it, and build the web applications of the future!

0 commit comments

Comments
 (0)