Skip to content

Commit

Permalink
docs: fix links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed Dec 21, 2020
1 parent 3135451 commit d76a5db
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion plugins/web/opentelemetry-plugin-document-load/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Because the browser does not send a trace context header for the initial page na
</body>
```

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

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

0 comments on commit d76a5db

Please sign in to comment.