@copilotkit/react-ui 1.57.3 → 1.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
- package/src/components/help-modal/modal.tsx +1 -1
package/dist/index.mjs
CHANGED
|
@@ -699,7 +699,7 @@ function CopilotKitHelpModal() {
|
|
|
699
699
|
/* @__PURE__ */ jsx("div", {
|
|
700
700
|
className: "copilotKitHelpItemButton",
|
|
701
701
|
children: /* @__PURE__ */ jsx("a", {
|
|
702
|
-
href: "https://docs.copilotkit.ai/
|
|
702
|
+
href: "https://docs.copilotkit.ai/langgraph-python/troubleshooting/common-issues",
|
|
703
703
|
target: "_blank",
|
|
704
704
|
rel: "noopener noreferrer",
|
|
705
705
|
children: "Visit the Troubleshooting and FAQ section in the docs"
|