diff --git a/README.md b/README.md index 1600f6a..3667050 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ A set of SDKS for integration with the [Traceo Platform](https://github.com/trac # Platforms This repository contains all the SDKs needed for integration in Javascript/Typescript projects. Detailed instructions for the SDK implementation process can be found in the individual README for each SDK. -- [`@traceo-sdk/node`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/node) - NodeJS. -- [`@traceo-sdk/opentelemetry-node`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/opentelemetry-node) - Open Telemetry for Node. -- [`@traceo-sdk/react`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/react) - React. -- [`@traceo-sdk/vue`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/vue) - Vue. +- [`@traceo-sdk/node`](./packages/traceo-sdk-node) - NodeJS. +- [`@traceo-sdk/opentelemetry-node`](./packages/traceo-sdk-opentelemetry) - Open Telemetry for Node. +- [`@traceo-sdk/react`](./packages/traceo-sdk-react) - React. +- [`@traceo-sdk/vue`](./packages/traceo-sdk-vue) - Vue. # Other -- [`@traceo-sdk/browser`](https://github.com/traceo/traceo-sdk/tree/develop/packages/browser): A package that contains common logic used by all SDKs running in the browser. -- [`@traceo-sdk/node-core`](https://github.com/traceo/traceo-sdk/tree/develop/packages/node-core): A package that contains common logic used by all SDKs used NodeJS. +- [`@traceo-sdk/browser`](./packages/traceo-sdk-browser): A package that contains common logic used by all SDKs running in the browser. +- [`@traceo-sdk/node-core`](./packages/traceo-sdk-node-core): A package that contains common logic used by all SDKs used NodeJS. ## Support Feel free to create Issues, Pull Request and Discussion. If you want to contact with the developer working on this package click [here](mailto:piotr.szewczyk.software@gmail.com).