From 3f65d1c8a7fd19641b4d0fc557e359e0971b7187 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 19 Dec 2017 15:00:22 -0800 Subject: [PATCH] Update plugin tutorial Issue #1183 Change-Id: If7024cbfabb7d85299162cb6488b5f44ed07febd --- docs/tutorials/plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/plugins.md b/docs/tutorials/plugins.md index 37c751ab4..3299c85e6 100644 --- a/docs/tutorials/plugins.md +++ b/docs/tutorials/plugins.md @@ -167,8 +167,8 @@ with the appropriate interfaces after the library is loaded. #### Giving Back If you have a great plugin that you'd like to contribute back to the community, -we'd love to hear from you. You can get in touch via our [mailing list][] to +we'd love to hear from you. You can get in touch via our [issue tracker][] to discuss it, and once it's ready, you can send a [pull request][] on github. -[mailing list]: https://groups.google.com/forum/#!forum/shaka-player-users +[issue tracker]: https://github.com/google/shaka-player/issues/new [pull request]: https://github.com/google/shaka-player/pull/new/master