Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec and PDF link broken #3196

Closed
danivideda opened this issue Dec 6, 2022 · 4 comments
Closed

Spec and PDF link broken #3196

danivideda opened this issue Dec 6, 2022 · 4 comments

Comments

@danivideda
Copy link

danivideda commented Dec 6, 2022

There seems to be a problem with the link in the README file. I can't access the PDF and Spec link like I used to. It just gives me a blank page, and with different browser (Brave), it shows Error 418
image

@lehins
Copy link
Collaborator

lehins commented Dec 6, 2022

Our CI has very recently migrated to a new service. We need to update all the links in the repo.
Thank you for reporting this.

@JaredCorduan
Copy link
Contributor

See input-output-hk/cicero#67

@eyeinsky
Copy link
Contributor

For those ending up here, it's possible to build the pdfs locally by cloning the repo, then:

# install texlive with your package manager

# make pdfs
find . -path '*/formal-spec' -type d | while read dir; do (cd $dir && make all); done

# list results
find . -path '*/formal-spec/*.pdf' -type f | grep -v rules.pdf # remove rules.pdf as that is a commited file

@JaredCorduan
Copy link
Contributor

Resolved by the ever-awesome @teodanciu in #3245 and #3260 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants