graphql-rust/graphql-rust.github.io

http://juniper.graphql.rs/tutorial.html - 404

rofrol opened this issue · 11 comments

Url is referenced in source/docs/quickstart.md.

qguv commented

Yes, looks dead to me too. Hard to develop for juniper when the site is down! :( In the meantime, you can checkout the master branch and serve it. There's a webserver built into Python if you need it:

python3 -m http.server <someport>

GitHub had for some reason lost the custom domain name for this repository. This should be fixed now. As for the original issue with tutorial.html, I'll look into what happened there.

qguv commented

Unfortunately the book is still 404ing for me.

http://juniper.graphql.rs/juniper-book does not exist. Has it been linked to from anywhere?

qguv commented

@mhallin It's indirectly linked by the description on this repository: https://github.com/graphql-rust/graphql-rust.github.io

I see, that's a problem that's fixed now - it must have predated the move to the new domain. Thank you for reporting these issues.

qguv commented

Thanks @mhallin for fixing so quickly!

Yes, I realized that. Sorry for accidentally closing it.

Any updates on this? Its still 404`ing