From 61df019aa7f78d927e10c3a41283318acea7bf31 Mon Sep 17 00:00:00 2001 From: Adi Pandit <39402771+adiosspandit@users.noreply.github.com> Date: Sun, 16 Jan 2022 10:32:30 -0500 Subject: [PATCH] doc: Fixed README to point to the correct doc link Existing link to official docs is out of date. Updating it to https://docs.newrelic.com/docs/apm/agents/c-sdk/get-started/introduction-c-sdk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32db1c8..aa3b062 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If the issue has been confirmed as a bug or is a feature request, file a GitHub **Support Channels** -* [New Relic Documentation](https://docs.newrelic.com/docs/c-sdk-table-contents): Comprehensive guidance for using our platform +* [New Relic Documentation](https://docs.newrelic.com/docs/apm/agents/c-sdk/get-started/introduction-c-sdk): Comprehensive guidance for using our platform * [New Relic C SDK documentation on GitHub](https://newrelic.github.io/c-sdk/index.html) * [New Relic C SDK Guide](https://github.com/newrelic/c-sdk/blob/master/GUIDE.md) * [New Relic C SDK distributed tracing example](https://github.com/newrelic/c-dt-example)