vector-of-bool / pitchfork

Pitchfork is a Set of C++ Project Conventions
MIT License
1.08k stars 56 forks source link

Project layout conventions link is broken #51

Open nickdowell opened 5 months ago

nickdowell commented 5 months ago

The link to project layout conventions in README.md no longer renders correctly.

https://api.csswg.org/bikeshed/?force=1&url=https://raw.githubusercontent.com/vector-of-bool/pitchfork/develop/data/spec.bs

The web page now shows the error "Must use POST to process URL".

Light7734 commented 2 months ago

Temporary solution: use web archive link: https://web.archive.org/web/20231210061404/https://api.csswg.org/bikeshed/?force=1&url=https://raw.githubusercontent.com/vector-of-bool/pitchfork/develop/data/spec.bs

There's a nice extension (I use it on firefox) called "Web Archives" that help you quickly access archive sites.

schwaerz commented 4 weeks ago

I suppose the correct link would be: https://api.csswg.org/bikeshed/?force=1&url=https://raw.githubusercontent.com/vector-of-bool/pitchfork/data/spec.bs

But that does not seem to work, either...

You can paste the link to the file in that page: https://raw.githubusercontent.com/vector-of-bool/pitchfork/develop/data/spec.bs

That worked for me.