diff --git a/routers/api/v1/activitypub/person.go b/routers/api/v1/activitypub/person.go index 4be076a9ce..9df834dd4d 100644 --- a/routers/api/v1/activitypub/person.go +++ b/routers/api/v1/activitypub/person.go @@ -67,7 +67,7 @@ func Person(ctx *context.APIContext) { publicKeyType := streams.NewW3IDSecurityV1PublicKey() pubKeyIDProp := streams.NewJSONLDIdProperty() - pubKeyIRI, _ := url.Parse(link + "/#main-key") + pubKeyIRI, _ := url.Parse(link + "#main-key") pubKeyIDProp.SetIRI(pubKeyIRI) publicKeyType.SetJSONLDId(pubKeyIDProp)