From e5583913f08a775b1348b4fc855f30071d9e277c Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 2 May 2025 12:28:48 -0700 Subject: [PATCH] Update content/shared/extended-plugin-api.md Co-authored-by: Jason Stirnaman --- content/shared/extended-plugin-api.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/shared/extended-plugin-api.md b/content/shared/extended-plugin-api.md index 8e65ec07a..c03dbb932 100644 --- a/content/shared/extended-plugin-api.md +++ b/content/shared/extended-plugin-api.md @@ -310,4 +310,7 @@ if not influxdb3_local.cache.get("lookup_table"): ### Next Steps -With an understanding of the InfluxDB 3 Shared Plugin API, you're ready to build data processing workflows that can transform, analyze, and respond to your time series data or extend example plugins from the [plugin repo]() on GitHub. \ No newline at end of file + +With an understanding of the InfluxDB 3 Shared Plugin API, you're ready to build data processing workflows that can transform, ana +lyze, and respond to your time series data. +To find example plugins you can extend, visit the [plugin repo](https://github.com/influxdata/influxdb3_plugins) on GitHub. \ No newline at end of file