Skip to content

Commit 059235d

Browse files
committed
fix: update storybook docs link to github markdown file
- Changed link from invalid Storybook path to GitHub markdown file - Link now points to: https://github.com/ainativekit/ainativekit-ui/blob/main/packages/ui/docs/guides/useOpenAiGlobal.md - Added target='_blank' and rel='noopener noreferrer' for security - Since there's no separate docs site, link directly to repository docs
1 parent 40e8114 commit 059235d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ui/src/stories/OpenAiHooks.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,9 @@ const OpenAiHooksPlayground: React.FC<PlaygroundArgs> = (args) => {
408408
📖{' '}
409409
<strong>Need detailed documentation?</strong> Check out the{' '}
410410
<a
411-
href="https://www.ainativekit.com/?path=/docs/guides-useopenaiglobal--page"
411+
href="https://github.com/ainativekit/ainativekit-ui/blob/main/packages/ui/docs/guides/useOpenAiGlobal.md"
412+
target="_blank"
413+
rel="noopener noreferrer"
412414
style={{
413415
color: 'var(--ai-color-text-interactive, #0066cc)',
414416
textDecoration: 'none',

0 commit comments

Comments
 (0)