Skip to content

Commit

Permalink
docs: fix links to examples (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Obecny <[email protected]>
  • Loading branch information
aabmass and obecny authored Dec 28, 2020
1 parent 666fbf6 commit 5dddf1d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit 5dddf1d

Please sign in to comment.