From dbaa7cfc12174f25828386732b7b2186424f9690 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sun, 25 Nov 2012 23:15:16 -0800 Subject: [PATCH] Fixed readme link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0185f9641..82c0a9397 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ rendering backends are available. For OpenGL ES on desktop you can find more information at: [OpenGL ES 2.0 and EGL on desktop](http://www.g-truc.net/post-0457.html) -All configuration settings are located inside [src/config.h](src/config.h). +All configuration settings are located inside [src/config.h](https://github.com/bkaradzic/bgfx/blob/master/src/config.h). Every `BGFX_CONFIG_*` setting can be changed by passing defines thru compiler switches. For example setting preprocessor define `BGFX_CONFIG_RENDERER_OPENGL=1`