Skip to content

Commit 4a1a9d9

Browse files
authored
Merge pull request #227 from bhagerty/patch-1
Fix links to Forms panel in documentation
2 parents 59d6c80 + 961f47e commit 4a1a9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faqs/textpattern-semantic-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pages and Styles (described next) are associated to Sections to provide an HTML
3232

3333
### Forms
3434

35-
[Forms](/administration/pages-panel), conceptually speaking, are like PHP includes or any other kind of code insertion process you may be aware of that enables you to create a predefined chunk of content once and reuse it in multiple places. In fact, Forms can be used in a variety of ways, including nesting Form templates within each other.
35+
[Forms](/administration/forms-panel), conceptually speaking, are like PHP includes or any other kind of code insertion process you may be aware of that enables you to create a predefined chunk of content once and reuse it in multiple places. In fact, Forms can be used in a variety of ways, including nesting Form templates within each other.
3636

3737
### Tags
3838

@@ -46,7 +46,7 @@ Pages and Styles (described next) are associated to Sections to provide an HTML
4646

4747
Let's walkthrough the creation and assembly of the building blocks for a hypothetical website called 'Example Organization' (`example.org`)…
4848

49-
All building block panels are accessed in your [administration-side](/administration/). For purposes of this example, we are only focusing on [Sections](/administration/sections-panel), [Pages](/administration/pages-panel), [Styles](/administration/styles-panel), [Forms](/administration/pages-panel), and [Categories](/administration/categories-panel). The Tags don't have their own panel; rather you simply type them up like you would HTML markup, or use one of the contextual Tag builders located at the top of the left column in the Forms and Pages panels.
49+
All building block panels are accessed in your [administration-side](/administration/). For purposes of this example, we are only focusing on [Sections](/administration/sections-panel), [Pages](/administration/pages-panel), [Styles](/administration/styles-panel), [Forms](/administration/forms-panel), and [Categories](/administration/categories-panel). The Tags don't have their own panel; rather you simply type them up like you would HTML markup, or use one of the contextual Tag builders located at the top of the left column in the Forms and Pages panels.
5050

5151
### Sections need Pages and Styles
5252

0 commit comments

Comments
 (0)