Skip to content

Commit b29927d

Browse files
authored
[Docs] Fix href to Tail Workers in two places (#16758)
1 parent 93dad6d commit b29927d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/observability/logging/real-time-logs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Logs can be persisted in two ways:
145145

146146
Refer to the [Workers Logpush documentation](/workers/observability/logging/logpush/) to learn how to create and configure Logpush jobs.
147147

148-
[Tail Workers](/workers/observability/logging/logpush/) allow you to automatically invoke Tail Workers after the invocation of a producer Worker (the Worker the Tail Worker will track) that contains the application logic. It captures events after the producer has finished executing. You can filter, change the format of the data and send events to any HTTP endpoint.
148+
[Tail Workers](/workers/observability/logging/tail-workers/) allow you to automatically invoke Tail Workers after the invocation of a producer Worker (the Worker the Tail Worker will track) that contains the application logic. It captures events after the producer has finished executing. You can filter, change the format of the data and send events to any HTTP endpoint.
149149

150150
Refer to the [Tail Workers documentation](/workers/observability/logging/tail-workers/) to learn how to create and configure Tail Workers.
151151

@@ -154,5 +154,5 @@ Refer to the [Tail Workers documentation](/workers/observability/logging/tail-wo
154154
- [Errors and exceptions](/workers/observability/errors/) - Review common Workers errors.
155155
- [Local development and testing](/workers/testing/local-development/) - Develop and test you Workers locally.
156156
- [Logpush](/workers/observability/logging/logpush/) - Learn how to push Workers Trace Event Logs to supported destinations.
157-
- [Tail Workers](/workers/observability/logging/logpush/) - Learn how to attach Tail Workers to transform your logs and send them to HTTP endpoints.
157+
- [Tail Workers](/workers/observability/logging/tail-workers/) - Learn how to attach Tail Workers to transform your logs and send them to HTTP endpoints.
158158
- [Source maps and stack traces](/workers/observability/source-maps) - Learn how to enable source maps and generate stack traces for Workers.

0 commit comments

Comments
 (0)