mbutterick / brag

Racket DSL for generating parsers from BNF grammars [moved to https://git.matthewbutterick.com/mbutterick/brag]
https://git.matthewbutterick.com/mbutterick/brag
MIT License
61 stars 12 forks source link

Docs URL returns 404 #20

Closed thelonious closed 5 years ago

thelonious commented 5 years ago

You mentioned that you're in the process of re-arranging things, so this is probably a temporary error, but just wanted to let you know that the README's link to the docs returns a 404:

http://docs.racket-lang.org/brag/

The Racket Package Index shows the same along with a build failure:

image

mbutterick commented 5 years ago

Thanks, I should be able to fix that in tonight’s build. Of course, the docs are also built locally on your machine.

thelonious commented 5 years ago

I may have been looking in the wrong place, but I didn't see a doc folder in my brag package install. I ended up learning how to build them myself, so it was a good exercise regardless :)

mbutterick commented 5 years ago

Hmm, well maybe I messed them both up … 🙄

I pushed a fix earlier. You can try raco pkg update brag and then raco docs brag to see if it worked (I just tried it locally, and it was fine)

thelonious commented 5 years ago

Running raco pkg update brag did the trick. I now have docs in the package folder.