From 50e4c519becbf56382dc0c39bcd6bf8068364881 Mon Sep 17 00:00:00 2001 From: brandon Date: Wed, 9 Oct 2024 13:18:23 -0700 Subject: [PATCH] correct path --- docs/docusaurus.config.js | 6 +++--- docs/package-lock.json | 8 ++++---- docs/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 24e5eb0e..cd79ecc7 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -232,15 +232,15 @@ const config = { }, { to: "https://www.groundlight.ai/blog/introducing-groundlights-framegrab-library", - from: "https://code.groundlight.ai/python-sdk/blog/introducing-framegrab" + from: "/blog/introducing-framegrab" }, { to: "https://www.groundlight.ai/blog/best-practices-for-best-results-with-groundlight", - from: "https://code.groundlight.ai/python-sdk/blog/best-practices" + from: "/blog/best-practices" }, { to: "https://www.groundlight.ai/blog/linux-os-images-for-computer-vision-on-raspberry-pi", - from: "https://code.groundlight.ai/python-sdk/blog/raspberry-pi-computer-vision" + from: "/blog/raspberry-pi-computer-vision" }, ], }, diff --git a/docs/package-lock.json b/docs/package-lock.json index f486d971..cbf48655 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -17,7 +17,7 @@ "prism-react-renderer": "^2.3.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "rehype-katex": "^7.0.0", + "rehype-katex": "^7.0.1", "remark-math": "^6.0.0" }, "devDependencies": { @@ -12849,9 +12849,9 @@ } }, "node_modules/rehype-katex": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/rehype-katex/-/rehype-katex-7.0.0.tgz", - "integrity": "sha512-h8FPkGE00r2XKU+/acgqwWUlyzve1IiOKwsEkg4pDL3k48PiE0Pt+/uLtVHDVkN1yA4iurZN6UES8ivHVEQV6Q==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/rehype-katex/-/rehype-katex-7.0.1.tgz", + "integrity": "sha512-OiM2wrZ/wuhKkigASodFoo8wimG3H12LWQaH8qSPVJn9apWKFSH3YOCtbKpBorTVw/eI7cuT21XBbvwEswbIOA==", "dependencies": { "@types/hast": "^3.0.0", "@types/katex": "^0.16.0", diff --git a/docs/package.json b/docs/package.json index 7ba32434..91cf1615 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,7 +24,7 @@ "prism-react-renderer": "^2.3.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "rehype-katex": "^7.0.0", + "rehype-katex": "^7.0.1", "remark-math": "^6.0.0" }, "devDependencies": {