Skip to content
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 link to feature guide #11917

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

DaGeRe
Copy link
Contributor

@DaGeRe DaGeRe commented Jan 7, 2025

As indicated in #11911, the links to the feature guides are outdated. This is fixed by this PR, done using:

for file in $(fgrep -Rl "https://github.com/naver/pinpoint/blob/master/doc/per-request_feature_guide.md" *)
do     
   sed -i 's|https://github.com/naver/pinpoint/blob/master/doc/per-request_feature_guide.md|https://github.com/pinpoint-apm/pinpoint-apm.github.io/blob/main/documents/per-request_feature_guide.md|g' "$file"
done

Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.27%. Comparing base (b81be79) to head (31d8799).
Report is 6 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #11917      +/-   ##
============================================
- Coverage     37.27%   37.27%   -0.01%     
+ Complexity    12628    12627       -1     
============================================
  Files          4152     4152              
  Lines        100782   100782              
  Branches      10477    10477              
============================================
- Hits          37569    37566       -3     
- Misses        60181    60182       +1     
- Partials       3032     3034       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@emeroad emeroad added this to the 3.1.0 milestone Jan 8, 2025
@emeroad
Copy link
Member

emeroad commented Jan 8, 2025

Thank you for your contribution.

@emeroad emeroad merged commit af73957 into pinpoint-apm:master Jan 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants