Skip to content

Commit

Permalink
Fix links (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest authored May 3, 2024
1 parent 4967419 commit 7ff4ae4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ This project contains examples illustrating usage of OpenTelemetry with New Reli

The [Getting Started Guides](./getting-started-guides/README.md) demonstrate how to get started with OpenTelemetry and New Relic. Each of the languages listed illustrates how to add OpenTelemetry instrumentation to a simple web application, and configure OpenTelemetry to export data to New Relic.

* .NET ([uninstrumented](./getting-started-guides/dotnet/Uninstrumented) / [instrumented](./getting-started-guides/dotnet/Instrumented))
* Go ([uninstrumented](./getting-started-guides/go/uninstrumented) / [instrumented](./getting-started-guides/go/instrumented))
* [.NET](./getting-started-guides/dotnet)
* [Go](./getting-started-guides/go)
* Java ([uninstrumented](./getting-started-guides/java/uninstrumented) / [instrumented](./getting-started-guides/java/instrumented))
* Javascript ([uninstrumented](./getting-started-guides/javascript/uninstrumented) / [instrumented](./getting-started-guides/javascript/instrumented))
* [JavaScript (Node.js)](./getting-started-guides/javascript)
* Python ([uninstrumented](./getting-started-guides/python/Uninstrumented) / [instrumented](./getting-started-guides/python/Instrumented))
* Ruby ([uninstrumented](./getting-started-guides/ruby/uninstrumented) / [instrumented](./getting-started-guides/ruby/instrumented))
* [Ruby](./getting-started-guides/ruby)

## Other Examples

Expand Down Expand Up @@ -82,6 +82,7 @@ If you would like to contribute to this project, review [these guidelines](./CON
To all contributors, we thank you! Without your contribution, this project would not be what it is today.

## License

`newrelic-opentelemetry-examples` is licensed under the [Apache 2.0](http://apache.org/licenses/LICENSE-2.0.txt) License.

`newrelic-opentelemetry-examples` also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document.

0 comments on commit 7ff4ae4

Please sign in to comment.