Skip to content

Commit

Permalink
docs: fix broken internal links (#739)
Browse files Browse the repository at this point in the history
* docs: fix broken internal links in docs

Co-Authored-By: [email protected] <[email protected]>

* docs: fix broken CSV link in audiences page

Co-Authored-By: [email protected] <[email protected]>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
1 parent 521aff6 commit 0bc44b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ You can pull and download partial files from Knock to a local file system with t

Note: if pulling the target partial for the first time (or all partials), Knock CLI will ask to confirm before writing to the local file system.

See how partial files are structured in your system [here](/send-and-manage-data/partials#partial-files-structure).
See how partial files are structured in your system [here](/designing-workflows/partials#partial-files-structure).

### Flags

Expand Down
2 changes: 1 addition & 1 deletion content/concepts/audiences.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Commit your workflow to development, and when you’re ready promote it to produ

### Audience conditions

Audience membership can be checked in [branch](designing-workflows/branch-function#adding-conditions-to-branches) and [step conditions](/designing-workflows/step-conditions). Create a condition, then select “Audience membership” as the type. When the condition is evaluated during workflow execution it will check if the recipient is a member of the selected audience.
Audience membership can be checked in [branch](/designing-workflows/branch-function#adding-conditions-to-branches) and [step conditions](/designing-workflows/step-conditions). Create a condition, then select “Audience membership” as the type. When the condition is evaluated during workflow execution it will check if the recipient is a member of the selected audience.

<Image
src="/images/concepts/audiences/condition-config.png"
Expand Down
2 changes: 1 addition & 1 deletion content/mapi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@ A translation object
<Section title="Partials" slug="partials-overview">
<ContentColumn>

[Partials](/partials) are reusable pieces of content you can use across your channel templates.
[Partials](/designing-workflows/partials) are reusable pieces of content you can use across your channel templates.

You can retrieve, update, and create partials as well as list all partials in a given [environment](/concepts/environments). Partials are identified by their unique partial key.

Expand Down

0 comments on commit 0bc44b1

Please sign in to comment.