diff --git a/templates/host-meta.jrd b/templates/host-meta.jrd index 47cc7a3..a56fa09 100644 --- a/templates/host-meta.jrd +++ b/templates/host-meta.jrd @@ -2,7 +2,7 @@ { "rel": "lrdd", "type": "application/json", - "template": "{{ host_uri }}/.well-known/webfinger?resource={uri}" + "template": "{{ host_uri }}.well-known/webfinger?resource={uri}" } ] } diff --git a/templates/host-meta.xrd b/templates/host-meta.xrd index ae80af5..618427e 100644 --- a/templates/host-meta.xrd +++ b/templates/host-meta.xrd @@ -1,5 +1,5 @@ + template='{{ host_uri }}.well-known/webfinger?resource={uri}' /> diff --git a/templates/host-meta.xrds b/templates/host-meta.xrds index 8f12152..f6f380c 100644 --- a/templates/host-meta.xrds +++ b/templates/host-meta.xrds @@ -4,7 +4,7 @@ xri://$xrds*simple lrdd - {{ host_uri }}/.well-known/webfinger?resource={uri} + {{ host_uri }}.well-known/webfinger?resource={uri}