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 on symlinked README.md #114

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

sebosp
Copy link
Contributor

@sebosp sebosp commented Sep 5, 2023

The README.md file in the directory arrow2_convert_derive is a symlink to this README.md file, however the link is broken if I click from that directory. The link once results in: https://github.com/DataEngineeringLabs/arrow2-convert/blob/main/arrow2_convert_derive/arrow2_convert/tests/complex_example.rs which is a 404.

I think the same happened to me when I clicked on the docs.rs

Making the link absolute to try to fix the current 404 I get when I try to follow the link.

The README.md file in the directory arrow2_convert_derive is a symlink to this README.md file, however the link is broken if I click from that directory. The link once results in: `https://github.com/DataEngineeringLabs/arrow2-convert/blob/main/arrow2_convert_derive/arrow2_convert/tests/complex_example.rs` which is a 404.

I think the same happened to me when I clicked on the docs.rs

Making the link absolute to try to fix the current 404 I get when I try to follow the link.
@codecov-commenter
Copy link

Codecov Report

Merging #114 (ea6155b) into main (81339f1) will increase coverage by 0.25%.
The diff coverage is n/a.

❗ 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.

@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
+ Coverage   94.58%   94.83%   +0.25%     
==========================================
  Files           8        8              
  Lines        1589     1589              
==========================================
+ Hits         1503     1507       +4     
+ Misses         86       82       -4     

see 1 file with indirect coverage changes

@ncpenke ncpenke merged commit 420434a into DataEngineeringLabs:main Sep 6, 2023
5 checks passed
@ncpenke
Copy link
Collaborator

ncpenke commented Sep 6, 2023

Thank you @sebosp for your PR!

@sebosp
Copy link
Contributor Author

sebosp commented Sep 6, 2023

Thank you for an awesome tool!

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.

3 participants