We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847485f commit 3b731a7Copy full SHA for 3b731a7
src/components/CopyPageButton.tsx
@@ -61,7 +61,7 @@ export default function CopyPageButton() {
61
};
62
63
const handleViewAIOptions = () => {
64
- const aiOptionsUrl = "/fundamentals/ai-tooling/";
+ const aiOptionsUrl = "/style-guide/ai-tooling/";
65
track("clicked copy page button", {
66
value: "view ai options",
67
});
src/content/docs/fundamentals/ai-tooling.mdx renamed to src/content/docs/style-guide/ai-tooling.mdx
0 commit comments