fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
5k stars 296 forks source link

URL links in htmlview.glitch.me broken #1530

Closed mossr closed 3 years ago

mossr commented 3 years ago

Hey Fons et al. 👋

Clicking a hyperlink from a static HTML notebook (through htmlview.glitch.me) does not redirect to said link.

Here's an example notebook, click on the QuickPOMDPs link at the top: https://htmlview.glitch.me/?https://github.com/JuliaAcademy/Decision-Making-Under-Uncertainty/blob/master/html/2-POMDPs.jl.html

The dev console (on Chrome) looks like this (note, the issue is also on Firefox): image

fonsp commented 3 years ago

Thanks again! It's fixed, try the link again

fonsp commented 3 years ago

(That's a very cool notebook!!)

mossr commented 3 years ago

@fonsp Works like a charm! Thanks for fixing that so quickly :)

If you liked that one, you should check out all the notebooks I made for my recent Julia Academy course: https://github.com/JuliaAcademy/Decision-Making-Under-Uncertainty