Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Oct 9, 2024
1 parent f7bd9c1 commit 50e4c51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
],
},
Expand Down
8 changes: 4 additions & 4 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 50e4c51

Please sign in to comment.