aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2018-04-04 13:19:34 -0500
committerPaul Frazee <pfrazee@gmail.com>2018-04-04 13:19:34 -0500
commitf41a7b063363c0e3c6f76cc5c992ca134fc7e2f7 (patch)
treed98c00b9ff185c3b26047ad71595e2b1c7e2c312
parent5a3df8c3b4beede5bab94d2fb332bc5abbdcad30 (diff)
downloaddat-deps-f41a7b063363c0e3c6f76cc5c992ca134fc7e2f7.tar.gz
dat-deps-f41a7b063363c0e3c6f76cc5c992ca134fc7e2f7.zip
Update reltypes to use PURLs
-rw-r--r--proposals/0000-http-pinning-service-api.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/proposals/0000-http-pinning-service-api.md b/proposals/0000-http-pinning-service-api.md
index 75dff6c..87b026c 100644
--- a/proposals/0000-http-pinning-service-api.md
+++ b/proposals/0000-http-pinning-service-api.md
@@ -44,11 +44,11 @@ It may be fetched using a GET request. This document will fit the following sche
"title": "My Pinning Service",
"description": "Keep your Dats online!",
"links": [{
- "rel": "user-accounts-api.com/v1",
+ "rel": "https://archive.org/services/purl/purl/datprotocol/spec/pinning-service-account-api",
"title": "User accounts API",
"href": "/v1/accounts"
}, {
- "rel": "datprotocol.com/deps/0000-http-pinning-service-api",
+ "rel": "https://archive.org/services/purl/purl/datprotocol/spec/pinning-service-dats-api",
"title": "Dat pinning API",
"href": "/v1/dats"
}]
@@ -77,8 +77,6 @@ POST /logout End a session.
GET /account Get information about the account attached to the current session.
```
-Full documentation for this API should be made available at https://user-accounts-api.com.
-
## POST /login
[user-accounts-api-post-login]: #user-accounts-api-post-login