Skip to content

Commit ccc29f4

Browse files
committed
Fix relative links
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent 990e04c commit ccc29f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/theme-preview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ By default level 2-3 headings generate the TOC on the top right
3030

3131
### Level 3 heading
3232

33-
Some text within a section. [Here is a link](/theme-preview.mdx).
33+
Some text within a section. [Here is a link](./theme-preview.mdx).
3434

3535
And here is some `inline code` to show how it looks, even some
36-
[`inline code with a link`](/theme-preview.mdx).
36+
[`inline code with a link`](./theme-preview.mdx).
3737

3838
#### Level 4 heading
3939

@@ -190,7 +190,7 @@ Stacklok Enterprise includes turnkey integrations for common identity providers.
190190
Instead of manually configuring OIDC, use the built-in Okta or Entra ID
191191
integration to map IdP groups directly to ToolHive roles and policy sets.
192192

193-
[Learn more about Stacklok Enterprise](/toolhive/enterprise).
193+
[Learn more about Stacklok Enterprise](./toolhive/enterprise.mdx).
194194

195195
:::
196196

0 commit comments

Comments
 (0)