From 49d0cfb75509124c2d94f78293821e04fd11cbd8 Mon Sep 17 00:00:00 2001 From: yfortier Date: Wed, 26 Jun 2019 14:12:10 -0400 Subject: [PATCH] Reroute urls to fix 404 on sample links --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63bb8cfc441..bdf4fc21b85 100644 --- a/README.md +++ b/README.md @@ -323,8 +323,9 @@ deprecate it for 18 months before removing it, if possible. [GKE]: https://codelabs.developers.google.com/codelabs/cloud-kubernetes-aspnetcore/index.html?index=..%2F..index#0 [gcp-auth]: https://cloud.google.com/docs/authentication/getting-started [semver]: http://semver.org/ -[ai-sample]: https://github.com/open-telemetry/OpenTelemetry-dotnet/blob/master/src/Samples/TestApplicationInsights.cs -[stackdriver-sample]: https://github.com/open-telemetry/OpenTelemetry-dotnet/blob/master/src/Samples/TestStackdriver.cs -[zipkin-sample]: https://github.com/open-telemetry/OpenTelemetry-dotnet/blob/master/src/Samples/TestZipkin.cs +[ai-sample]: https://github.com/open-telemetry/opentelemetry-dotnet/blob/master/samples/Exporters/TestApplicationInsights.cs +[stackdriver-sample]: https://github.com/open-telemetry/opentelemetry-dotnet/blob/master/samples/Exporters/TestStackdriver.cs +[zipkin-sample]: https://github.com/open-telemetry/opentelemetry-dotnet/blob/master/samples/Exporters/TestZipkin.cs [prometheus-get-started]: https://prometheus.io/docs/introduction/first_steps/ -[prometheus-sample]: https://github.com/open-telemetry/OpenTelemetry-dotnet/blob/master/src/Samples/TestPrometheus.cs +[prometheus-sample]: https://github.com/open-telemetry/opentelemetry-dotnet/blob/master/samples/Exporters/TestPrometheus.cs +