nit: change csharp example directory

This commit is contained in:
joemphilips
2022-05-20 15:15:32 +09:00
committed by Christian Decker
parent f07019b511
commit e8baa35a28

View File

@@ -218,5 +218,5 @@ Python plugins developers must ensure their plugin to work with all Python versi
[backup]: https://github.com/lightningd/plugins/tree/master/backup
[commando]: https://github.com/lightningd/plugins/tree/master/commando
[reporter]: https://github.com/LNOpenMetrics/go-lnmetrics.reporter
[csharp-example]: https://github.com/joemphilips/HelloWorldPlugin
[csharp-example]: https://github.com/joemphilips/DotNetLightning/tree/master/examples/HelloWorldPlugin
[kotlin-example]: https://vincenzopalazzo.medium.com/a-day-in-a-c-lightning-plugin-with-koltin-c8bbd4fa0406