Skip to content

Commit 232ec65

Browse files
devversionAndrewKushnir
authored andcommitted
docs: properly link to developer preview section (angular#55711)
Fixes an invalid link to the developer preview section. PR Close angular#55711
1 parent fdf4941 commit 232ec65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/components/output-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `output()` function declares an output in a directive or component.
44
Outputs allow you to emit values to parent components.
55

6-
HELPFUL: The `output()` function is currently in [developer preview](/guide/releases#developer-preview).
6+
HELPFUL: The `output()` function is currently in [developer preview](/reference/releases#developer-preview).
77

88
<docs-code language="ts" highlight="[[5], [8]]">
99
import {Component, output} from '@angular/core';

0 commit comments

Comments
 (0)