From f9e8f37381722ed12003e1ec3f0698914245d613 Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Sat, 11 Jan 2020 19:08:28 +0000 Subject: [PATCH] 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. --- source/_integrations/html5.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/html5.markdown b/source/_integrations/html5.markdown index e628ba8932d..3fe4da08a95 100644 --- a/source/_integrations/html5.markdown +++ b/source/_integrations/html5.markdown @@ -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: