fredrikekre / Literate.jl

Simple package for literate programming in Julia
https://fredrikekre.github.io/Literate.jl
Other
547 stars 64 forks source link

Binder link when "Fixing broken release deployments" #162

Closed JakobAsslaender closed 3 years ago

JakobAsslaender commented 3 years ago

Hi,

I think I found bug that I would like to report for your consideration. I followed the Documenter.jl documentation to fix my docs w/o creating a new release. As suggested, I created the tag v0.2.5+doc1, which updated the documentation for v0.2.5 correctly. However, the links created with @__BINDER_ROOT_URL__ do now point to the folder v0.2.5+docs1, which does not exist, instead of pointing to v0.2.5.

An example can be found here: https://jakobasslaender.github.io/MRIgeneralizedBloch.jl/v0.2.5/build_literate/Analyze_NMR_Data/

Thanks for creating and maintaining this awesome package - I hope this bug report helps improving it! -ja

JakobAsslaender commented 3 years ago

Wow, speedy fix! Thanks!