Skip to content

Commit

Permalink
Fix docs link to moved page
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Nov 27, 2024
1 parent 767b891 commit 8663a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mathesar_ui/src/components/DocsLink.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
const pages = {
import: '/user-guide/importing-data/',
references: '/user-guide/references/',
relationships: '/user-guide/relationships/',
};
type Page = keyof typeof pages;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@

<div class="description">
{$_('references_help')}
<SeeDocsToLearnMore page="references" />
<SeeDocsToLearnMore page="relationships" />
</div>

<div class="form" class:self-referential={isSelfReferential}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{$_('relationships')}
<Help>
<p>{$_('references_help')}</p>
<p><SeeDocsToLearnMore page="references" /></p>
<p><SeeDocsToLearnMore page="relationships" /></p>
</Help>
</div>
</CollapsibleHeader>
Expand Down

0 comments on commit 8663a4d

Please sign in to comment.