@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.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/coagents/troubleshooting/common-issues",
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"