Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix links to examples #290

Merged
merged 2 commits into from
Dec 28, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const { NodeTracerProvider } = require('@opentelemetry/node');
const provider = new NodeTracerProvider();
```

See [examples/express](https://github.com/open-telemetry/opentelemetry-js/tree/master/examples/express) for a short example.
See [examples/express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/master/examples/express) for a short example.

### Caveats

Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const { NodeTracerProvider } = require('@opentelemetry/node');
const provider = new NodeTracerProvider();
```

See [examples/mongodb](https://github.com/open-telemetry/opentelemetry-js/tree/master/examples/mongodb) for a short example.
See [examples/mongodb](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/master/examples/mongodb) for a short example.

### Mongo Plugin Options

Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { NodeTracerProvider } = require('@opentelemetry/node');
const provider = new NodeTracerProvider();
```

See [examples/mysql](https://github.com/open-telemetry/opentelemetry-js/tree/master/examples/mysql) for a short example.
See [examples/mysql](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/master/examples/mysql) for a short example.

## Useful links
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-pg-pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const provider = new NodeTracerProvider({
});
```

See [examples/postgres](https://github.com/open-telemetry/opentelemetry-js/tree/master/examples/postgres) for a short example.
See [examples/postgres](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/master/examples/postgres) for a short example.

## Supported Versions

Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-pg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const provider = new NodeTracerProvider({
});
```

See [examples/postgres](https://github.com/open-telemetry/opentelemetry-js/tree/master/examples/postgres) for a short example.
See [examples/postgres](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/master/examples/postgres) for a short example.

### PostgreSQL Plugin Options

Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { NodeTracerProvider } = require('@opentelemetry/node');
const provider = new NodeTracerProvider();
```

See [examples/redis](https://github.com/open-telemetry/opentelemetry-js/tree/master/examples/redis) for a short example.
See [examples/redis](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/master/examples/redis) for a short example.

## Useful links
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
Expand Down