diff options
author | Paul Frazee <pfrazee@gmail.com> | 2018-04-18 14:08:10 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2018-04-18 14:08:10 -0500 |
commit | f6207b2a4fc1938c29792baf0078a8850d76cc18 (patch) | |
tree | a7bbfbc3d25dea715f2d444b55005ff9b758d964 | |
parent | 539c2ab73976633a6df1da62786bd2ec35baef89 (diff) | |
download | dat-deps-f6207b2a4fc1938c29792baf0078a8850d76cc18.tar.gz dat-deps-f6207b2a4fc1938c29792baf0078a8850d76cc18.zip |
Fix reltypes
-rw-r--r-- | proposals/0003-http-pinning-service-api.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proposals/0003-http-pinning-service-api.md b/proposals/0003-http-pinning-service-api.md index d3d9328..93ab01a 100644 --- a/proposals/0003-http-pinning-service-api.md +++ b/proposals/0003-http-pinning-service-api.md @@ -60,7 +60,8 @@ Protocol](http://web.archive.org/web/20180418164539/https://github.com/beakerbro The PSA document must provide links to two API resources: the User Accounts API, and the Dat Pinning API. These resources should be indicated by the -`user-accounts-api.com/v1` and `datprotocol.com/deps/0000-http-pinning-service-api` +`https://archive.org/services/purl/purl/datprotocol/spec/pinning-service-account-api` +and `https://archive.org/services/purl/purl/datprotocol/spec/pinning-service-dats-api` rel-types, respectively. (These rel-types will need to be updated with the final URLs for their specifications.) If either API is absent from the PSA document, the service will be rejected. |