Skip to content

Commit e9bc887

Browse files
chore: update reference URL in enums.ts (#900)
Co-authored-by: Mayur Kale <[email protected]>
1 parent 3e1b0af commit e9bc887

File tree

1 file changed

+1
-1
lines changed
  • packages/opentelemetry-plugin-redis/src

1 file changed

+1
-1
lines changed

packages/opentelemetry-plugin-redis/src/enums.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

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

0 commit comments

Comments
 (0)