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

(#103) Provide absolute URLs to files in README #104

Merged
merged 1 commit into from
May 25, 2023

Conversation

robinmatz
Copy link
Collaborator

Closes #103

@codecov-commenter
Copy link

codecov-commenter commented May 11, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (702dc79) 95.00% compared to head (11907ef) 94.98%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
- Coverage   95.00%   94.98%   -0.03%     
==========================================
  Files           4        4              
  Lines         621      618       -3     
  Branches       96       92       -4     
==========================================
- Hits          590      587       -3     
  Misses         27       27              
  Partials        4        4              
Flag Coverage Δ
acceptance 81.71% <ø> (-0.09%) ⬇️
unit 88.02% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Harm10
Copy link
Contributor

Harm10 commented May 12, 2023

@robinmatz If you make these links absolute they will no longer work on a local clone without internet connection or behind a firewall. I do not see the advantage of making them absolute as their content will be in the clone as well.

@robinmatz
Copy link
Collaborator Author

@Harm10 , the problem is when you try to use these links when on pypi.org.

You can try the link to the contributing guidelines on the page I linked.

You might be right that the links won't work locally without internet. However, as pypi.org might be one place where people find the project for the first time, I think having broken links there is worse to user experience than the problem you mentioned.

@Harm10
Copy link
Contributor

Harm10 commented May 13, 2023

@robinmatz I see the problem on pypi. But isn't that a problem of pypi itself?
BTW the link over there still specifies the typo I corrected: "COUNTRIBUTING.md". So how can that be version 3.2?

@samuelpcabral samuelpcabral merged commit e560bbb into MarketSquare:master May 25, 2023
@robinmatz robinmatz deleted the 103 branch June 14, 2023 03:48
@github-actions github-actions bot mentioned this pull request Jun 16, 2023
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.

Use absolute URLs in README
4 participants