Skip to content

Commit fbca795

Browse files
committed
rename filanem from template.csv to reference.csv
1 parent 05b5478 commit fbca795

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/model/DataDSP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ The table below includes sample values to demonstrate proper attribute usage.
3737

3838
Below is the full field reference table with attributes and their descriptions.
3939

40-
{{ read_csv('sharingPlans/template.csv') }}
40+
{{ read_csv('sharingPlans/reference.csv') }}

docs/model/dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ The table below includes sample values to demonstrate proper attribute usage.
4343

4444
Below is the full field reference table with attributes and their descriptions.
4545

46-
{{ read_csv('dataset/template.csv') }}
46+
{{ read_csv('dataset/reference.csv') }}

docs/model/education.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ The table below includes sample values to demonstrate proper attribute usage.
4141

4242
Below is the full field reference table with attributes and their descriptions.
4343

44-
{{ read_csv('education/template.csv') }}
44+
{{ read_csv('education/reference.csv') }}

docs/model/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ The table below includes sample values to demonstrate proper attribute usage.
4141

4242
Below is the full field reference table with attributes and their descriptions.
4343

44-
{{ read_csv('file/template.csv') }}
44+
{{ read_csv('file/reference.csv') }}

docs/model/grant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ It is important to note that where these examples can generally guide you on the
4949

5050
Below is the full field reference table with attributes and their descriptions.
5151

52-
{{ read_csv('grant/template.csv') }}
52+
{{ read_csv('grant/reference.csv') }}

docs/model/person.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ The table below includes sample values to demonstrate proper attribute usage.
4545

4646
Below is the full field reference table with attributes and their descriptions.
4747

48-
{{ read_csv('person/template.csv') }}
48+
{{ read_csv('person/reference.csv') }}

docs/model/publication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ The table below includes sample values to demonstrate proper attribute usage.
4343

4444
Below is the full field reference table with attributes and their descriptions.
4545

46-
{{ read_csv('publication/template.csv') }}
46+
{{ read_csv('publication/reference.csv') }}

docs/model/study.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ The table below includes sample values to demonstrate proper attribute usage.
4646

4747
Below is the full field reference table with attributes and their descriptions.
4848

49-
{{ read_csv('study/template.csv') }}
49+
{{ read_csv('study/reference.csv') }}

docs/model/tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ The table below includes sample values to demonstrate proper attribute usage.
3838

3939
Below is the full field reference table with attributes and their descriptions.
4040

41-
{{ read_csv('tool/template.csv') }}
41+
{{ read_csv('tool/reference.csv') }}

0 commit comments

Comments
 (0)