From 401824632306abf7bceaa87b051dfa960dbc8f07 Mon Sep 17 00:00:00 2001 From: Rebecca Hollis Date: Thu, 19 Nov 2020 07:39:20 -0500 Subject: [PATCH] added hyphens where spaces appeared in filenames --- src/assets/conf/resources-landing-page.json | 8 ++++---- ...et.pdf => 2-Paycor_Direct_Deposit_Worksheet.pdf} | Bin ...Application.docx => Employment-Application.docx} | Bin ...k v8.0.pdf => JDSfaulkner-Emp-Handbook v8.0.pdf} | Bin ...e and Agreement.pdf => Notice-and-Agreement.pdf} | Bin 5 files changed, 4 insertions(+), 4 deletions(-) rename src/assets/resources/human-resources/{2 Paycor_Direct_Deposit_Worksheet.pdf => 2-Paycor_Direct_Deposit_Worksheet.pdf} (100%) rename src/assets/resources/human-resources/{Employment Application.docx => Employment-Application.docx} (100%) rename src/assets/resources/human-resources/{JDSfaulkner Emp Handbook v8.0.pdf => JDSfaulkner-Emp-Handbook v8.0.pdf} (100%) rename src/assets/resources/human-resources/{Notice and Agreement.pdf => Notice-and-Agreement.pdf} (100%) diff --git a/src/assets/conf/resources-landing-page.json b/src/assets/conf/resources-landing-page.json index a45b224..f225889 100644 --- a/src/assets/conf/resources-landing-page.json +++ b/src/assets/conf/resources-landing-page.json @@ -24,14 +24,14 @@ "title": "Employee Handbook", "description": "Read the handbook to learn about the company’s policies related to employment, including pay and benefits.", "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/human-resources/JDSfaulkner Emp Handbook v8.0.pdf", + "urlText": "../resources/human-resources/JDSfaulkner-Emp-Handbook-v8.0.pdf", "altText": "PDF icon" }, { "title": "Direct Deposit", "description": "Would you like have your paychecks deposited into your bank account? Fill out this form and submit it to HR.", "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/human-resources/2 Paycor_Direct_Deposit_Worksheet.pdf", + "urlText": "../resources/human-resources/2-Paycor_Direct_Deposit_Worksheet.pdf", "altText": "PDF icon" }, { @@ -45,7 +45,7 @@ "title": "Employment Application", "description": "Would you or someone you know like to apply for a position? JDSfaulkner is always accepting applications.", "imagePath": "word-icon-100x100.png", - "urlText": "../resources/human-resources/Employment Application.docx", + "urlText": "../resources/human-resources/Employment-Application.docx", "altText": "Document icon" }, { @@ -66,7 +66,7 @@ "title": "Salary Reduction Agreement", "description": "Send HR this form if you would like to establish or change the part of your compensation that goes to an IRA.", "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/human-resources/Notice and Agreement.pdf", + "urlText": "../resources/human-resources/Notice-and-Agreement.pdf", "altText": "PDF icon" } ] diff --git a/src/assets/resources/human-resources/2 Paycor_Direct_Deposit_Worksheet.pdf b/src/assets/resources/human-resources/2-Paycor_Direct_Deposit_Worksheet.pdf similarity index 100% rename from src/assets/resources/human-resources/2 Paycor_Direct_Deposit_Worksheet.pdf rename to src/assets/resources/human-resources/2-Paycor_Direct_Deposit_Worksheet.pdf diff --git a/src/assets/resources/human-resources/Employment Application.docx b/src/assets/resources/human-resources/Employment-Application.docx similarity index 100% rename from src/assets/resources/human-resources/Employment Application.docx rename to src/assets/resources/human-resources/Employment-Application.docx diff --git a/src/assets/resources/human-resources/JDSfaulkner Emp Handbook v8.0.pdf b/src/assets/resources/human-resources/JDSfaulkner-Emp-Handbook v8.0.pdf similarity index 100% rename from src/assets/resources/human-resources/JDSfaulkner Emp Handbook v8.0.pdf rename to src/assets/resources/human-resources/JDSfaulkner-Emp-Handbook v8.0.pdf diff --git a/src/assets/resources/human-resources/Notice and Agreement.pdf b/src/assets/resources/human-resources/Notice-and-Agreement.pdf similarity index 100% rename from src/assets/resources/human-resources/Notice and Agreement.pdf rename to src/assets/resources/human-resources/Notice-and-Agreement.pdf