mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fixed links to "Configuring the platform" section (#11711)
Three links to "Configuring the platform" header were using underscores to separate the words instead of hyphens. This broke the link as it was invalid.
This commit is contained in:
parent
59cc1f0d18
commit
f9e8f37381
@ -56,15 +56,15 @@ name:
|
||||
type: string
|
||||
default: notify
|
||||
vapid_pub_key:
|
||||
description: The VAPID public key generated by Google (this is the key that is immediately visible under "webpush certificates"), [see configuring the platform](#configuring_the_platform).
|
||||
description: The VAPID public key generated by Google (this is the key that is immediately visible under "webpush certificates"), [see configuring the platform](#configuring-the-platform).
|
||||
required: true
|
||||
type: string
|
||||
vapid_prv_key:
|
||||
description: The VAPID private key generated by Google, [see configuring the platform](#configuring_the_platform).
|
||||
description: The VAPID private key generated by Google, [see configuring the platform](#configuring-the-platform).
|
||||
required: true
|
||||
type: string
|
||||
vapid_email:
|
||||
description: The e-mail account associated with your Firebase project, [see configuring the platform](#configuring_the_platform).
|
||||
description: The e-mail account associated with your Firebase project, [see configuring the platform](#configuring-the-platform).
|
||||
required: true
|
||||
type: string
|
||||
gcm_api_key:
|
||||
|
Loading…
x
Reference in New Issue
Block a user