We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ff475 commit 6b46aeeCopy full SHA for 6b46aee
web/frontend/src/app/apps/components/developer-banner.tsx
@@ -28,7 +28,7 @@ export const DeveloperBanner = () => {
28
return (
29
<div className="container mx-auto px-3 sm:px-6 md:px-8">
30
<Link
31
- href="https://docs.omi.me/docs/developer/apps/Introduction"
+ href="https://docs.omi.me/doc/developer/apps/Introduction"
32
target="_blank"
33
className="group block w-full transform transition-transform duration-300 hover:scale-[1.01]"
34
>
0 commit comments