From dc4d597fb980e0f43ea01c34bd02353b02beb6f6 Mon Sep 17 00:00:00 2001 From: voed Date: Fri, 22 Jun 2018 17:08:00 +0300 Subject: [PATCH] Add link to SourceMod plugin API reference in project readme (#830) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b167f133a..3252f16a3 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,5 @@ Development - [Issue tracker](https://github.com/alliedmodders/sourcemod/issues): Issues that require back and forth communication - [Building SourceMod](https://wiki.alliedmods.net/Building_SourceMod): Instructions on how to build SourceMod itself using [AMBuild](https://github.com/alliedmodders/ambuild) - [SourcePawn scripting](https://wiki.alliedmods.net/Category:SourceMod_Scripting): SourcePawn examples and introduction to the language +- [SourceMod plugin API](https://sm.alliedmods.net/new-api): Online SourceMod plugin API reference generated from the include files - [SourceMod extension development](https://wiki.alliedmods.net/Category:SourceMod_Development): C++ examples and introduction to various extension interfaces