JuliaLang / Downloads.jl

MIT License
89 stars 34 forks source link

Hardcode doc edit backlink #232

Closed LilithHafner closed 5 months ago

LilithHafner commented 9 months ago

Currently, the "Edit on Github" link at https://docs.julialang.org/en/v1/stdlib/Downloads/ is broken (JuliaLang/julia#50035). This PR fixes that link. See also: JuliaLang/julia#51375

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a9d274f) 89.70% compared to head (9c0eab4) 89.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #232 +/- ## ======================================= Coverage 89.70% 89.70% ======================================= Files 5 5 Lines 583 583 ======================================= Hits 523 523 Misses 60 60 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

LilithHafner commented 9 months ago

Closing because @mortenpi is in the process of fixing this upstream. Sorry for the noise.

LilithHafner commented 5 months ago

This will eventually be fixed upstream, but I don't have a timeline for when. I think it is appropriate to merge this now and revert it once the upstream fix is confirmed.