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:
tigattack 2020-01-11 19:08:28 +00:00 committed by Klaas Schoute
parent 59cc1f0d18
commit f9e8f37381

View File

@ -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: