jrvidal / explaine.rs

An interactive Rust syntax playground

Home Page:https://jrvidal.github.io/explaine.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated links don't work

tguser402 opened this issue · comments

Generated links don't work. Here is a link I've just generated:
https://jrvidal.github.io/?code=fn%20main()%7B%7D
I get error 404 when I try to access it.

It looks like the correct link should be
https://jrvidal.github.io/explaine.rs/?code=fn%20main()%7B%7D

Thanks for the report 🙌 I just deployed a fix.