Skip to content

Commit

Permalink
fix the link
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-okrushko committed May 13, 2019
1 parent ae68f20 commit 43cba13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/effects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The `loadMovies$` effect returns a new observable in case an error occurs while

### using `mapToAction` operator

Alternatively, we recommend to use [`mapToAction`](guide/effects/operators##maptoaction) operator to catch any
Alternatively, we recommend to use [`mapToAction`](guide/effects/operators#maptoaction) operator to catch any
potential errors.

<code-example header="movie.effects.ts">
Expand Down

0 comments on commit 43cba13

Please sign in to comment.