浏览代码

fix changelog link

Andre Weissflog 3 年之前
父节点
当前提交
ae5cf2c6c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -3,7 +3,7 @@
 - **15-Jan-2022**: 
   - A bugfix in the GL backend for uniform arrays using the 'native' uniform block layout.
     The bug was a regression in the recent 'uniform data handling' update. See
-    PR #611 for details, and this [new sample/test](https://github.com/floooh/sokol-samples/blob/master/glfw/uniformarrays-glfw.c).
+    [PR #611](https://github.com/floooh/sokol/pull/611) for details, and this [new sample/test](https://github.com/floooh/sokol-samples/blob/master/glfw/uniformarrays-glfw.c).
     Many thanks to @nmr8acme for the PR!
   
 - **08-Jan-2022**: some enhancements and cleanup to uniform data handling in sokol_gfx.h