diff --git a/labs/card-builder/README.md b/labs/card-builder/README.md index 59ffe80..00b3ba8 100644 --- a/labs/card-builder/README.md +++ b/labs/card-builder/README.md @@ -14,7 +14,7 @@ First, format your content in Markdown as follows: - `h3`: Title of subsection within section - `h4`: Title of field within section -[View example Markdown content](./examples/input.md) +[View example Markdown content](../../templates/DataCardsExtendedTemplate.md) ### Parsing The tool will use these headings to reorganize content into diff --git a/labs/card-builder/examples/input.md b/templates/DataCardsExtendedTemplate.md similarity index 100% rename from labs/card-builder/examples/input.md rename to templates/DataCardsExtendedTemplate.md