updated server-protocol.md server discovery link

Change is made because: It seems that /profile API for tent.is is /tent/profile. According to the protocol, the Link tag in html header for server discover should be point to /profile API.
This commit is contained in:
Song Gao 2012-10-04 14:34:24 -05:00
parent eb67c9f230
commit 08eef1da50

View file

@ -31,7 +31,7 @@ or
```text ```text
Link: <https://tent.titanous.com/profile>; rel="https://tent.io/rels/profile", Link: <https://tent.titanous.com/profile>; rel="https://tent.io/rels/profile",
<https://titanous.tent.is/profile>; rel="https://tent.io/rels/profile", <https://titanous.tent.is/tent/profile>; rel="https://tent.io/rels/profile",
<https://tent.jonathan.cloudmir.com/profile>; rel="https://tent.io/rels/profile" <https://tent.jonathan.cloudmir.com/profile>; rel="https://tent.io/rels/profile"
``` ```