From dbf84a50a660ef8e6f6b8da2105cc3be5a359524 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 12 Nov 2016 14:20:23 +0100 Subject: [PATCH] Fixed link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 61d95b4c..f47087cb 100644 --- a/readme.md +++ b/readme.md @@ -55,7 +55,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Added RGBM encoding in GTC_packing #420 - Added GTC_color_encoding extension - Added GTX_vec_swizzle, faster compile time swizzling then swizzle operator #558 -- Added [GLM_ENABLE_EXPERIMENTAL](manual.md#section7.4) to enable experimental features. +- Added [GLM_ENABLE_EXPERIMENTAL](manual.md#section7_4) to enable experimental features. #### Improvements: - Added lowp variant of GTC_colorspace convertLinearToSRGB #419