diff --git a/akka-docs/src/main/paradox/stream/stream-customize.md b/akka-docs/src/main/paradox/stream/stream-customize.md index 22f03a109e..59655d8f71 100644 --- a/akka-docs/src/main/paradox/stream/stream-customize.md +++ b/akka-docs/src/main/paradox/stream/stream-customize.md @@ -301,8 +301,8 @@ In that sense, it serves a very similar purpose as `ActorLogging` does for Actor @@@ div { .group-java } -You can extend the `akka.stream.stage.GraphStageWithLogging` or `akka.strea.stage.TimerGraphStageWithLogging` classes -instead of the usual `GraphStage` to enable you to obtain a `LoggingAdapter` inside your stage as long as +You can extend the @unidoc[GraphStageLogicWithLogging] or @unidoc[TimerGraphStageLogicWithLogging] classes +instead of the usual `GraphStageLogic` to enable you to obtain a `LoggingAdapter` inside your stage as long as the `Materializer` you're using is able to provide you with a logger. @@@