From cc716ca87c511c4868ff12c72afff7cd686fced5 Mon Sep 17 00:00:00 2001 From: Jonas Dralle Date: Sat, 10 Sep 2016 11:00:38 +0200 Subject: [PATCH] fixed dead link issue #4899 sorry that it took so long. I already tried to fix this error twice (See #4900 and ##4901) --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index b21af335..8a2d01cd 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -3420,4 +3420,4 @@ Leaflet keeps it simple. If you can think of a feature that is not required by a There are no hard requirements on how to create your own plugin, but all developers are encouraged to read the recommendations in the [plugin guide](https://github.com/Leaflet/Leaflet/blob/master/PLUGIN-GUIDE.md). -Once your plugin is ready, you can submit it to this list: just send a pull request with the addition to Leaflet repo's [gh-pages branch](https://github.com/Leaflet/Leaflet/tree/gh-pages) (`plugins.md` file). +Once your plugin is ready, you can submit it to this list: just send a pull request with the addition to [/docs/plugins.md](https://github.com/Leaflet/Leaflet/blob/master/docs/plugins.md) to our GitHub repository.