Skip to content

Commit

Permalink
Hash-rename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Oct 17, 2023
1 parent 70c7ff4 commit 231a766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .htmltest.yml
Expand Up @@ -11,10 +11,6 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^/community/end-user/feedback-survey/$
- ^(/docs/migration/)?opencensus/$

# TODO(@chalin) remove once the website pages have caught up with latest semconv changes:
- ^/docs/specs/otel/\w+/semantic_conventions
- \#instrument-advice

- ^https://deploy-preview-\d+--opentelemetry.netlify.app/
- ^https://www\.googletagmanager\.com

Expand Down
4 changes: 2 additions & 2 deletions scripts/content-modules/adjust-pages.pl
Expand Up @@ -102,8 +102,8 @@ ()
s|(\]\()/docs/|$1$specBasePath/semconv/|g;
s|(\]:\s*)/docs/|$1$specBasePath/semconv/|;

# TODO: drop once semconv pages are fixed:
s|(/resource/faas\.md)#function-as-a-service|$1|;
# TODO: drop after fix of https://github.com/open-telemetry/semantic-conventions/issues/419
s|#instrument-advice\b|#instrument-advisory-parameters|g;
}

# SPECIFICATION custom processing
Expand Down

0 comments on commit 231a766

Please sign in to comment.