diff --git a/app/views/how-tos/build-basic-prototype/branching.html b/app/views/how-tos/build-basic-prototype/branching.html index b7f0d4e..e49d8ac 100644 --- a/app/views/how-tos/build-basic-prototype/branching.html +++ b/app/views/how-tos/build-basic-prototype/branching.html @@ -33,7 +33,7 @@
{{exampleIneligible.url}}.html
page
by copying content-page.html
from
- docs/views/templates
to
+ lib/example-templates
to
app/views
.
diff --git a/app/views/how-tos/build-basic-prototype/create-pages.html b/app/views/how-tos/build-basic-prototype/create-pages.html
index 75d8de6..5ac7310 100644
--- a/app/views/how-tos/build-basic-prototype/create-pages.html
+++ b/app/views/how-tos/build-basic-prototype/create-pages.html
@@ -7,7 +7,7 @@
Copy the {{exampleStart.url}}.html
file
- from docs/views/templates
to
+ from lib/example-templates
to
app/views
.
@@ -52,7 +52,7 @@
Make 2 copies of the
question-page.html
file from
- docs/views/templates
to
+ lib/example-templates
to
app/views
.
Rename the 2 file copies to:
@@ -91,7 +91,7 @@
Copy the
{{exampleCheckAnswers.url}}.html
file
- from docs/views/templates
to
+ from lib/example-templates
to
app/views
.
@@ -106,7 +106,7 @@
Copy the
{{exampleConfirmation.url}}.html
file
- from docs/views/templates
to
+ from lib/example-templates
to
app/views
.
diff --git a/app/views/how-tos/build-basic-prototype/index.html b/app/views/how-tos/build-basic-prototype/index.html index aa792e9..99c85b9 100644 --- a/app/views/how-tos/build-basic-prototype/index.html +++ b/app/views/how-tos/build-basic-prototype/index.html @@ -18,7 +18,7 @@
-It will take about an hour to finish this tutorial, after you install the prototype kit. +It will take about an hour to finish this tutorial, after you install the prototype kit.
diff --git a/app/views/how-tos/build-basic-prototype/open-prototype-in-editor.html b/app/views/how-tos/build-basic-prototype/open-prototype-in-editor.html index 09dd532..4f558c4 100644 --- a/app/views/how-tos/build-basic-prototype/open-prototype-in-editor.html +++ b/app/views/how-tos/build-basic-prototype/open-prototype-in-editor.html @@ -24,10 +24,6 @@
routes.js
is for advanced logic – for
example, if a user should go to one page or another based on their answers (we'll cover this later)
- /docs/views/templates
has template
- pages for you to copy into your prototype
- You can find some example templates for pages in the /docs/views/templates folder within your prototype. These include:
+You can find some example templates for pages in the /lib/example-templates folder within your prototype (or /docs/templates in older versions of the kit).
+ +These include: