Skip to content

Commit

Permalink
Fix issue with VAPID Public Key linking in Instance.md (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm committed Dec 19, 2023
1 parent 63edbba commit 101f48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/entities/Instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ aliases: [
**Version history:**\
4.0.0 - added

### `configuration[vapid][public_key]` (#vapid_public_key)
### `configuration[vapid][public_key]` {#vapid_public_key}
**Description:** The instances VAPID public key, used for push notifications, the same as [WebPushSubscription#server_key]({{< relref "entities/WebPushSubscription#server_key" >}}).\
**Type:** String\
**Version history:**\
Expand Down Expand Up @@ -499,4 +499,4 @@ aliases: [

{{< page-relref ref="methods/instance#v2" caption="GET /api/v2/instance" >}}

{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/serializers/rest/instance_serializer.rb" caption="app/serializers/rest/instance_serializer.rb" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/serializers/rest/instance_serializer.rb" caption="app/serializers/rest/instance_serializer.rb" >}}

1 comment on commit 101f48d

@vercel
Copy link

@vercel vercel bot commented on 101f48d Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.