Browse Source

Update documentation to fix kubectl apply command (#552)

Fixing pointing to the public github url instead of raw content.
pull/553/head
Jesus Angulo 6 years ago
committed by GitHub
parent
commit
91d9b3bc23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/recipes/distributed_tracing.md

4
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
```
```

Loading…
Cancel
Save