Updates links

Torey Heinz committed Apr 18, 2020
commit 5ce0232865922f22aeec72ab1c1ca624b8eced05
Showing 3 changed files with 4 additions and 4 deletions
content/site.config.json +2 -2
@@ @@ -8,12 +8,12 @@
},
{
"text": "COVID-19",
- "link": "/COVID-19",
+ "link": "/covid-19/",
"external": false
},
{
"text": "Contact",
- "link": "/contact",
+ "link": "/contact/",
"external": false
}
]
src/components/ContactForm.vue +1 -1
@@ @@ -1,5 +1,5 @@
<template lang="pug">
- form(name="ARF Contact" method="POST" data-netlify-recaptcha="true" data-netlify="true" action="/confirmations/contact")
+ form(name="ARF Contact" method="POST" data-netlify-recaptcha="true" data-netlify="true" action="/confirmations/contact/")
div.field
label.label Name
div.control
src/components/VolunteerForm.vue +1 -1
@@ @@ -1,7 +1,7 @@
<template lang="pug">
div.section.has-shadow.mb-2
h3.title.mb-2 Volunteer Form
- form(name="ARF Volunteer Form" method="POST" data-netlify-recaptcha="true" data-netlify="true" action="/confirmations/volunteer")
+ form(name="ARF Volunteer Form" method="POST" data-netlify-recaptcha="true" data-netlify="true" action="/confirmations/volunteer/")
div.field
label.label Name
div.control