Skip to content

Commit

Permalink
Updating the old links (#912)
Browse files Browse the repository at this point in the history
* updating the old links

* Add extra spaces
  • Loading branch information
shivkanya9146 authored Mar 29, 2020
1 parent f695e40 commit 01b10f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-ioredis/src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

export enum AttributeNames {
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#databases-client-calls
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
COMPONENT = 'component',
DB_TYPE = 'db.type',
DB_INSTANCE = 'db.instance',
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-mysql/src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

export enum AttributeNames {
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#databases-client-calls
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
COMPONENT = 'component',
DB_TYPE = 'db.type',
DB_INSTANCE = 'db.instance',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

export enum AttributeNames {
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#databases-client-calls
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
COMPONENT = 'component',
DB_TYPE = 'db.type',
DB_INSTANCE = 'db.instance',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

export enum AttributeNames {
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#databases-client-calls
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
COMPONENT = 'component',
DB_TYPE = 'db.type',
DB_INSTANCE = 'db.instance',
Expand Down

0 comments on commit 01b10f8

Please sign in to comment.