Skip to content

Commit 0d3bc4f

Browse files
authoredMar 16, 2025··
Fix failing link checks (#1558)
* Fix failing link checks * Also ignore code ranch
1 parent 5cbecf3 commit 0d3bc4f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
 

‎.lycheeignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ regexr.com
77
papyr.com
88
reddit.com
99
vimeo.com/53221562
10+
udacity.com
11+
coderanch.com

‎concepts/default-arguments/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ guess()
2222
```
2323

2424
[default-arguments]: https://hexdocs.pm/elixir/modules-and-functions.html#default-arguments
25-
[function-header]: https://inquisitivedeveloper.com/lwm-elixir-25/
25+
[function-header]: https://webcf.waybackmachine.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/

‎concepts/multiple-clause-functions/links.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Getting Started guide - Named Functions"
55
},
66
{
7-
"url": "https://inquisitivedeveloper.com/lwm-elixir-25/",
7+
"url": "https://webcf.waybackmachine.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/",
88
"description": "Default Values and Multiple Function Clauses"
99
},
1010
{

‎docs/RESOURCES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- [Thinking Elixir](https://podcast.thinkingelixir.com/)
1919
- [Elixir Wizards](https://smartlogic.io/podcast/elixir-wizards/)
20-
- [Elixir Mix](https://devchat.tv/elixir-mix/)
20+
- [Elixir Mix](https://topenddevs.com/podcasts/elixir-mix)
2121
- [Elixir Outlaws](https://elixiroutlaws.com/)
2222
- [BEAM Radio](https://www.beamrad.io/)
2323

0 commit comments

Comments
 (0)
Please sign in to comment.