From e6d47711dcb83bc241b8149c4a5c3311a20faf27 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 11 Mar 2016 00:47:58 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 06f1784..8d87429 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ Example plugin code Whilst the API is being developed, the following test plugins are a good reference of possible hooks and API calls available, (Ruby and Lua examples might not be up to date): -``` -tests/test-c-plugin/test-c-plugin.c -tests/python-test.py -tests/RubyTest.rb -tests/luatest.lua -``` +* [tests/test-c-plugin.c](https://github.com/boothj5/profanity-plugins/blob/master/tests/test-c-plugin/test-c-plugin.c) +* [tests/python-test.py](https://github.com/boothj5/profanity-plugins/blob/master/tests/python-test.py) +* [tests/RubyTest.rb](https://github.com/boothj5/profanity-plugins/blob/master/tests/RubyTest.rb) +* [tests/luatest.lua](https://github.com/boothj5/profanity-plugins/blob/master/tests/luatest.lua) + +