From 886611240057eab798738141e99e44087dfdfae8 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sun, 13 Jul 2025 13:50:40 +0200 Subject: [PATCH] docs: remove dead link to example of writing a plugin --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c82f1139d..b8a3baa51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -571,8 +571,6 @@ Then, run `go build -buildmode=plugin -o PLUGIN_NAME.so .` to build the plugin. [Go reference](https://godoc.org/github.com/rclone/rclone/lib/plugin) -[Minimal example](https://gist.github.com/terorie/21b517ee347828e899e1913efc1d684f) - ## Keeping a backend or command out of tree Rclone was designed to be modular so it is very easy to keep a backend