Skip to content

Commit 1fe6de7

Browse files
authored
Fix meta programming anti-patterns link (#1743)
The link in the release blog post was broken, fixed with the current right one - whose name is macro not meta :) Thanks for the 1.16 release and happy holidays!
1 parent 6385984 commit 1fe6de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-12-22-elixir-v1-16-0-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ to keep only anti-patterns which are unambiguous and actionable, and divided
143143
them into four categories: [code-related](https://hexdocs.pm/elixir/code-anti-patterns.html),
144144
[design-related](https://hexdocs.pm/elixir/design-anti-patterns.html),
145145
[process-related](https://hexdocs.pm/elixir/process-anti-patterns.html),
146-
and [meta-programming](https://hexdocs.pm/elixir/meta-anti-patterns.html).
146+
and [meta-programming](https://hexdocs.pm/elixir/macro-anti-patterns.html).
147147
Then we collected more community feedback during the release candidate
148148
period, further refining and removing unclear guidance.
149149

0 commit comments

Comments
 (0)