From 8eaee204fdd62680c23d8a73459069b2b9fb01c1 Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Tue, 24 Sep 2019 17:55:25 -0700 Subject: [PATCH] Add link to docs to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7fbd3efd7a..097f3e146c8 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,11 @@ with tracer.start_span('foo'): print(Context) ``` -See [opentelemetry-example-app](./opentelemetry-example-app/README.rst) for a complete example. +See the [API +documentation](https://open-telemetry.github.io/opentelemetry-python/) for more +detail, and the +[opentelemetry-example-app](./opentelemetry-example-app/README.rst) for a +complete example. ## Contributing