JuliaWeb / LibCURL.jl

Julia wrapper for libcurl
Other
33 stars 29 forks source link

Hardcode doc edit backlink #113

Open LilithHafner opened 1 year ago

LilithHafner commented 1 year ago

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

codecov-commenter commented 1 year ago

Codecov Report

Merging #113 (8256539) into master (a65b64f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   11.51%   11.51%           
=======================================
  Files           2        2           
  Lines         139      139           
=======================================
  Hits           16       16           
  Misses        123      123           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

LilithHafner commented 1 year ago

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

LilithHafner commented 10 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.