Skip to content

Commit

Permalink
fix(frontend): fix otel semantic conventions repository url (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed May 29, 2023
1 parent 96aa3c8 commit e01ac23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/redux/apis/OtelRepo.api.ts
Expand Up @@ -3,7 +3,7 @@ import * as jsyaml from 'js-yaml';
import {OtelReference} from '../../components/TestSpecForm/hooks/useGetOTELSemanticConventionAttributesInfo';
import {CompleteAttribute, OTELYaml} from './OTELYaml';

const PATH = `https://raw.githubusercontent.com/open-telemetry/opentelemetry-specification/main/`;
const PATH = 'https://raw.githubusercontent.com/open-telemetry/semantic-conventions/main/';

enum Tags {
TAGS = 'tags',
Expand Down

0 comments on commit e01ac23

Please sign in to comment.