aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorReiley Yang <reyang@microsoft.com>2018-06-21 14:57:50 -0700
committerYang Song <songy23@users.noreply.github.com>2018-06-21 14:57:50 -0700
commit9437d455d8a6982abfaec9c7ca162693b0f23c4f (patch)
tree45ae95491591fd1cb429e09e1c079f9134821182 /README.md
parentce0fe92287a0100e2757dc8ff8e2ac1a61998697 (diff)
downloadplatform_external_opencensus-java-9437d455d8a6982abfaec9c7ca162693b0f23c4f.tar.gz
platform_external_opencensus-java-9437d455d8a6982abfaec9c7ca162693b0f23c4f.tar.bz2
platform_external_opencensus-java-9437d455d8a6982abfaec9c7ca162693b0f23c4f.zip
Fix broken link in README.md (#1278)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2b94d9e3..f8859bd3 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ project.
Integrating OpenCensus with a new library means recording stats or traces and propagating context.
-The full quick start example can also be found on the [OpenCensus website](https://opencensus.io/java.html).
+The full quick start example can also be found on the [OpenCensus website](https://opencensus.io/java/index.html).
### Add the dependencies to your project