From 0346c574328bdf024a84995ddd439562f3122b4c Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Tue, 6 Dec 2022 10:39:47 -0500 Subject: [PATCH] fix brocken link in RFC #226 --- text/0226-named-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0226-named-blocks.md b/text/0226-named-blocks.md index 81bd0f38a4..e2b6c8997d 100644 --- a/text/0226-named-blocks.md +++ b/text/0226-named-blocks.md @@ -123,7 +123,7 @@ them, and the mental/teaching model behind how it all works. - Angle-bracket syntax does not support passing positional params Implementation-wise, these varying semantics will be defined/implemented via -[Component Managers](https://github.com/emberjs/rfcs/blob/custom-components/text/0000-custom-components.md#componentmanager). +[Component Managers](https://github.com/emberjs/rfcs/blob/master/text/0213-custom-components.md#registering-component-managers). ## Multi-block Syntax