Skip to content

Replace bit.ly links with direct URLs - #62

Open
d-morrison wants to merge 2 commits into
mainfrom
replace-bitly-links
Open

Replace bit.ly links with direct URLs#62
d-morrison wants to merge 2 commits into
mainfrom
replace-bitly-links

Conversation

@d-morrison

Copy link
Copy Markdown
Member

Summary

The summary tab's intro text (R/summary_tab_module.R) linked to two citations and the package website through bit.ly shorteners. This replaces them with their direct destination URLs so the links are transparent and don't depend on the bit.ly service staying alive.

Old (bit.ly) New (direct)
http://bit.ly/40W7wQY https://www.sciencedirect.com/science/article/pii/S1755436514000371 (de Graaf 2014)
https://bit.ly/42UnBJv https://www.sciencedirect.com/science/article/pii/S1755436516300135 (Teunis 2016)
https://bit.ly/41aaOBr https://ucd-serg.github.io/serocalculator/articles/serocalculator.html (package website)

Destinations were obtained by following each shortener's redirect; the tracking query suffix (?via=ihub) was dropped from the ScienceDirect URLs.

Test plan

  • parse("R/summary_tab_module.R") succeeds
  • No bit.ly references remain in the codebase

🤖 Generated with Claude Code

The summary tab's intro text linked to two citations and the package
website through bit.ly shorteners. Replace them with the direct
destination URLs so the links are transparent and not dependent on the
bit.ly service:

- de Graaf (2014)  -> sciencedirect.com/.../S1755436514000371
- Teunis (2016)    -> sciencedirect.com/.../S1755436516300135
- package website  -> ucd-serg.github.io/serocalculator/articles/serocalculator.html

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov

codecov Bot commented May 27, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
R/summary_tab_module.R 0.00% 3 Missing ⚠️
Files with missing lines Coverage Δ
R/summary_tab_module.R 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@d-morrison

Copy link
Copy Markdown
Member Author

@claude review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant