From d705f6a2e10041280b3933786178a9e9c2f7fdc0 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 23 Aug 2017 09:52:31 -0400 Subject: [PATCH] Update links in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d44da6594..b167f133a 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ General - [SourceMod website](http://www.sourcemod.net): Source Engine scripting and server administration - [Forum](https://forums.alliedmods.net/forumdisplay.php?f=52): Discussion forum including plugin/extension development - [General documentation](https://wiki.alliedmods.net/Category:SourceMod_Documentation): Miscellaneous information about SourceMod -- [Latest release](http://www.sourcemod.net/downloads.php): The latest stable SourceMod release -- [Build snapshots](http://www.sourcemod.net/snapshots.php): Builds of recent development versions +- [Stable builds](http://www.sourcemod.net/downloads.php?branch=stable): The latest stable SourceMod releases +- [Dev builds](http://www.sourcemod.net/downloads.php?branch=dev): Builds of recent development versions Development ----------- -- [Issue tracker](https://bugs.alliedmods.net): Issues that require back and forth communication +- [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 extension development](https://wiki.alliedmods.net/Category:SourceMod_Development): C++ examples and introduction to various extension interfaces