From 08eef1da50853b974c085000a075733d4ce9f3a7 Mon Sep 17 00:00:00 2001 From: Song Gao Date: Thu, 4 Oct 2012 14:34:24 -0500 Subject: [PATCH] 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. --- content/docs/server-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/server-protocol.md b/content/docs/server-protocol.md index a845f2e..bb1f5d9 100644 --- a/content/docs/server-protocol.md +++ b/content/docs/server-protocol.md @@ -31,7 +31,7 @@ or ```text Link: ; rel="https://tent.io/rels/profile", - ; rel="https://tent.io/rels/profile", + ; rel="https://tent.io/rels/profile", ; rel="https://tent.io/rels/profile" ```