docs: remove dead link to example of writing a plugin

This commit is contained in:
albertony
2025-07-13 13:50:40 +02:00
parent bfdd5e2c22
commit 8866112400

View File

@@ -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) [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 ## Keeping a backend or command out of tree
Rclone was designed to be modular so it is very easy to keep a backend Rclone was designed to be modular so it is very easy to keep a backend