OpenChain-Project / Online-Self-Certification-Web-App

This is the source code for the OpenChain Project Conformance Online Self-Certification Web App
https://certification.openchainproject.org/
Apache License 2.0
12 stars 5 forks source link

Link to PDF checklist returns 404 #81

Closed goneall closed 5 years ago

goneall commented 5 years ago

The PDF checklist link is returning a document not found error.

The PDF documents can be found at https://openchain-project.github.io/conformance-questionnaire/questionnaire.pdf

The localized versions will be of the form questionnaire-LL.pdf where LL is the localized language.

Note: the localized version may not be available. In that case, we need to download just the questionnaire.pdf version.

This will require some JavaScript code. I found this tutorial on checking if the file exists: https://www.kirupa.com/html5/checking_if_a_file_exists.htm Note - I didn't see a license for the code, so we should not copy/paste but just use this as an example for our own JavaScript.

goneall commented 5 years ago

Fixed in Pull Request #83