From 882dc4e5adb75ac30c9930278dd618f0372f85fc Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Sat, 27 Jun 2015 13:41:25 -0400 Subject: [PATCH] Fixed a couple Links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d103075..4f981fd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ What is it? Tribes 2 C++ (T2CPP) provides a C++ API on top of the existing API left by [Linker](http://www.the-construct.net/forums/showthread.php?t=500&highlight=Linker). This is all provided from a custom built replacement IFC22.dll replacement for the game which was reverse engineered from the [IFC22.dll implementation](http://rdb.internectual.net/t2) of [TribesNext](http://www.tribesnext.com) by LouCypher. -The template coding for my IFC22.dll can be found [[https://github.com/Ragora/T2-IFC22Template|here]] and the project page for T2CPP itself is [[https://github.com/Ragora/T2-CPP|here]]. +The template coding for my IFC22.dll can be found [here](https://github.com/Ragora/T2-IFC22Template|here) and the project page for T2CPP itself is [here](https://github.com/Ragora/T2-CPP|here). In this Repository ====