Skip to content

Commit b8117aa

Browse files
committed
Update link to Coursera certificates, and whitelist 403 status codes in htmlproofer
1 parent 6f5bcb8 commit b8117aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# # Checking for docs.scala-lang/blob/main leads to a chicken and egg problem because of the edit links of new pages.
2626
bundle exec htmlproofer ./_site/\
2727
--only-4xx\
28-
--http-status-ignore "400,401,429"\
28+
--http-status-ignore "400,401,403,429"\
2929
--empty-alt-ignore\
3030
--allow-hash-href\
3131
--url-ignore '/https://github.com/scala/docs.scala-lang/blob/main/.*/,/www.oracle.com/'

learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ four courses and a capstone project.
1919
All the courses are available for free. Optionally, a subscription gives
2020
you access to a certificate of completion that attests your accomplishments.
2121
Learn more about
22-
[Coursera certificates](https://learner.coursera.help/hc/en-us/articles/209819053-Get-a-Course-Certificate) or
22+
[Coursera certificates](https://learners.coursera.help/hc/en-us/articles/209819053-Get-a-Course-Certificate) or
2323
[edX certificates](https://support.edx.org/hc/en-us/categories/115002269627-Certificates).
2424

2525
### Effective Programming in Scala

0 commit comments

Comments
 (0)