From 47ec36c11ee8804784821cdbfda9c320a81744f6 Mon Sep 17 00:00:00 2001 From: "Tobias V. Langhoff" Date: Sat, 2 Mar 2024 22:30:14 +0100 Subject: [PATCH] Update README.md Update link to plugin guidelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb0348e..0bc05a1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Quick starting guide for new plugin devs: ## Adding your plugin to the community plugin list -- Check https://github.com/obsidianmd/obsidian-releases/blob/master/plugin-review.md +- Check the [plugin guidelines](https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines). - Publish an initial version. - Make sure you have a `README.md` file in the root of your repo. - Make a pull request at https://github.com/obsidianmd/obsidian-releases to add your plugin.