From 900159149043f9a5e33c387d35eba6559bd14965 Mon Sep 17 00:00:00 2001 From: Grace Kind Date: Thu, 13 Aug 2026 16:38:16 -0500 Subject: [PATCH] Update readme links --- README.md | 4 +++- plugins.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9493ff7d..a2496b8c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Impro is: - **Web-first**: Impro was built from scratch for the web, with no heavy cross-platform frameworks or libraries. - **Familiar by default:** Out of the box, Impro offers the same feature set as the main Bluesky client. -- **Extensible by design:** If you want additional functionality, you can use [Community Plugins](/plugins.md) to customize your experience. +- **Extensible by design:** If you want additional functionality, you can use [Community Plugins](https://impro.social/plugins/community) to customize your experience. - **Better about blocking**: Unlike the main client's "nuclear block", thread context is preserved for non-blocked users. ## Issues and feature requests @@ -34,6 +34,8 @@ The icons are from the [Majesticons](https://github.com/halfmage/majesticons) fr ## Development +_Interested in developing a plugin for Impro? See our [plugin development guide](/plugins.md)._ + Impro is a single-page app built with [Eleventy](https://www.11ty.dev/). To run the development server, run: ```bash diff --git a/plugins.md b/plugins.md index 5056eef9..5ecd0b00 100644 --- a/plugins.md +++ b/plugins.md @@ -24,6 +24,8 @@ To publish a plugin version, tag a commit with the version number (e.g. "0.1.0", ## API surface +Autogenerated documentation for the plugin SDK can be found [here](/impro-plugin/docs/docs.md). + Plugins are currently in **beta** as the API surface is being expanded. However, here are some basic guidelines about what plugins can do: ### Plugins CAN: -- 2.51.2