diff --git a/docs/recipes/distributed_tracing.md b/docs/recipes/distributed_tracing.md index 53f65e38..8e612fb8 100644 --- a/docs/recipes/distributed_tracing.md +++ b/docs/recipes/distributed_tracing.md @@ -97,7 +97,7 @@ To use zipkin for distributed tracing in a deployed application, we first need t Run the following to deploy a minimal zipkin configuration: ```sh -kubectl apply -f https://github.com/dotnet/tye/blob/master/docs/recipes/zipkin.yaml +kubectl apply -f https://raw.githubusercontent.com/dotnet/tye/master/docs/recipes/zipkin.yaml ``` > :warning: This is the most basic possible deployment of zipkin. There's no data persistence here! @@ -196,4 +196,4 @@ info: Microsoft.Tye.DiagnosticsMonitor[0] Selected process 7. info: Microsoft.Tye.DiagnosticsMonitor[0] Listening for event pipe events for frontend-7c94f75f98-zdqzf on process id 7 -``` \ No newline at end of file +```