Skip to content

Commit 9701d38

Browse files
authored
Fix template links (#134)
1 parent 857c16b commit 9701d38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/file-upload-templates/class-list-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ This template shows what information you need to upload when importing class lis
1313
{{ attachment({
1414
text: "Class list upload template",
1515
summary: "Microsoft Excel spreadsheet, 17 KB",
16-
href: "/files/class-list-import-template.xlsx"
16+
href: "/files/class-list-upload-template.xlsx"
1717
}) }}

app/file-upload-templates/cohort-list-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ This template shows what information you need to upload when importing cohorts i
1313
{{ attachment({
1414
text: "Cohort upload template",
1515
summary: "Microsoft Excel spreadsheet, 18 KB",
16-
href: "/files/cohort-import-template.xlsx"
16+
href: "/files/cohort-upload-template.xlsx"
1717
}) }}

app/file-upload-templates/vaccination-records-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ This template shows what information you need to upload when importing historica
1313
{{ attachment({
1414
text: "Vaccination records upload template",
1515
summary: "Microsoft Excel spreadsheet, 18 KB",
16-
href: "/files/historical-vaccination-records-import-template.xlsx"
16+
href: "/files/historical-vaccination-records-upload-template.xlsx"
1717
}) }}

0 commit comments

Comments
 (0)