Skip to content

Commit

Permalink
docs: fix links to output function (#55335)
Browse files Browse the repository at this point in the history
fixes #55334

PR Close #55335
  • Loading branch information
JeanMeche authored and pkozlowski-opensource committed Apr 15, 2024
1 parent 571a61b commit 3af54d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adev/src/content/guide/signals/rxjs-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class MyDir {
}
```

See more details in the [output() API guide](/guide/output-function).
See more details in the [output() API guide](/guide/components/output-fn).

### `outputToObservable`

Expand All @@ -127,4 +127,4 @@ outputToObservable(myComp.instance.onNameChange)
.subscribe(...)
```

See more details in the [output() API guide](/guide/output-function).
See more details in the [output() API guide](/guide/components/output-fn).

0 comments on commit 3af54d5

Please sign in to comment.