Skip to content

Commit

Permalink
docs: properly link to developer preview section (#55711)
Browse files Browse the repository at this point in the history
Fixes an invalid link to the developer preview section.
PR Close #55711
  • Loading branch information
devversion authored and AndrewKushnir committed May 7, 2024
1 parent b86a811 commit 5e0d2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adev/src/content/guide/components/output-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `output()` function declares an output in a directive or component.
Outputs allow you to emit values to parent components.

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

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

0 comments on commit 5e0d2bc

Please sign in to comment.