open-contracting-extensions / public-private-partnerships

OCDS for Public Private Partnerships (PPPs)
http://standard.open-contracting.org/profiles/ppp/latest/en/
Other
5 stars 3 forks source link

update spreadsheet template and worked example links #259

Closed duncandewhurst closed 3 years ago

duncandewhurst commented 3 years ago

Closes #254

@jpmckinney - I've updated the spreadsheet links in docs/spreadsheet.md but I'm unsure how to update links to the worked example in OCDS Show in docs/example.md, e.g.

:target: https://open-contracting.github.io/ocds-show-ppp/?load=https://raw.githubusercontent.com/open-contracting/ocds-show-ppp/master/example/full.json

It looks like these are broken in 1.0-dev since the examples were removed from https://github.com/open-contracting/ocds-show-ppp.

jpmckinney commented 3 years ago

You can replace https://raw.githubusercontent.com/open-contracting/ocds-show-ppp/master/example/ with https://raw.githubusercontent.com/open-contracting-extensions/public-private-partnerships/1.0-dev/docs/examples/

duncandewhurst commented 3 years ago

Hmm, https://open-contracting.github.io/ocds-show-ppp/?load=https://raw.githubusercontent.com/open-contracting-extensions/public-private-partnerships/1.0-dev/docs/examples/ doesn't load any data though.

I think it might be something to do with Github Pages not allowing data from outside the repo to be loaded via a URL parameter?

jpmckinney commented 3 years ago

You're missing the full.json or full_record_package.json at the end of the URL :)

duncandewhurst commented 3 years ago

Oh my :man_facepalming:. Fixed now