Replace bit.ly links with direct URLs - #62
Open
d-morrison wants to merge 2 commits into
Open
Conversation
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 Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
Member
Author
|
@claude review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The summary tab's intro text (
R/summary_tab_module.R) linked to two citations and the package website throughbit.lyshorteners. This replaces them with their direct destination URLs so the links are transparent and don't depend on the bit.ly service staying alive.http://bit.ly/40W7wQYhttps://www.sciencedirect.com/science/article/pii/S1755436514000371(de Graaf 2014)https://bit.ly/42UnBJvhttps://www.sciencedirect.com/science/article/pii/S1755436516300135(Teunis 2016)https://bit.ly/41aaOBrhttps://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")succeedsbit.lyreferences remain in the codebase🤖 Generated with Claude Code