From 9b8c59999c487d0bd6f36d83cc82e591b320de5a Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Sat, 21 Mar 2015 20:01:58 -0400 Subject: [PATCH] Update link to INIReader.h from Google Code to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 794476f..6168185 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ int main(int argc, char* argv[]) ## C++ example ## -If you're into C++ and the STL, there is also an easy-to-use [INIReader class](http://code.google.com/p/inih/source/browse/trunk/cpp/INIReader.h) that stores values in a `map` and lets you `Get()` them: +If you're into C++ and the STL, there is also an easy-to-use [INIReader class](https://github.com/benhoyt/inih/blob/master/cpp/INIReader.h) that stores values in a `map` and lets you `Get()` them: ```cpp #include