From 572f26f5a375a6e3355b3d1c57faa5c6f8fb80c0 Mon Sep 17 00:00:00 2001
From: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Thu, 30 May 2024 12:05:38 -0400
Subject: [PATCH] strip-old-links
---
docs/docs/administration/custom-component.mdx | 5 -----
docs/docs/components/custom.mdx | 4 ----
2 files changed, 9 deletions(-)
diff --git a/docs/docs/administration/custom-component.mdx b/docs/docs/administration/custom-component.mdx
index e82c56851..02a137d07 100644
--- a/docs/docs/administration/custom-component.mdx
+++ b/docs/docs/administration/custom-component.mdx
@@ -74,11 +74,6 @@ class DocumentProcessor(CustomComponent):
-
- Check out [FlowRunner Component](../examples/flow-runner) for a more complex
- example.
-
-
---
## Rules
diff --git a/docs/docs/components/custom.mdx b/docs/docs/components/custom.mdx
index 828677310..1880fcb0d 100644
--- a/docs/docs/components/custom.mdx
+++ b/docs/docs/components/custom.mdx
@@ -100,7 +100,3 @@ The `CustomComponent` class also provides helpful methods for specific tasks (e.
- `field_order`: Controls the display order of fields.
- `icon`: Sets the canvas display icon.
-
- Check out the [FlowRunner](../examples/flow-runner) example to understand how to call a flow from a custom component.
-
-