-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix broken plugin links #4156
fix broken plugin links #4156
Conversation
Overall package sizeSelf size: 6.22 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4156 +/- ##
==========================================
+ Coverage 85.00% 85.05% +0.05%
==========================================
Files 247 247
Lines 10914 10939 +25
Branches 33 33
==========================================
+ Hits 9277 9304 +27
+ Misses 1637 1635 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't this make any existing links continue to break?
existing links are already broken: current broken link: https://datadoghq.dev/dd-trace-js/interfaces/plugins.amqp10.html proposed change: https://datadoghq.dev/dd-trace-js/interfaces/export_.plugins.amqp10.html |
Are you referring to links on third party sites like github issues? |
02cb7ce
to
95182cc
Compare
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* fix broken plugin links * redirect old URLs --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
What does this PR do?
fixes broken plugin links on api.md doc
Motivation
broken api docs