浏览代码

Fixed broken link in Allegro5 backend readme

Andrew Kravchuk 2 年之前
父节点
当前提交
6319e8f787
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      demo/allegro5/Readme.md

+ 1 - 1
demo/allegro5/Readme.md

@@ -1,6 +1,6 @@
 # Allegro v5 nuklear backend
 # Allegro v5 nuklear backend
 
 
-This backend provides support for [Allegro version 5](http://liballeg.org/). It works on on all supported platforms with an OpenGL backend, including iOS and Android.
+This backend provides support for [Allegro version 5](https://liballeg.github.io). It works on on all supported platforms with an OpenGL backend, including iOS and Android.
 
 
 Touch support is provided by handling the first touch (ignoring any extra simultaneous touches) and emitting nuklear mouse events. nuklear will handle only the first touch like a single left-mouse click. Dragging the touch screen emits mouse-move events.
 Touch support is provided by handling the first touch (ignoring any extra simultaneous touches) and emitting nuklear mouse events. nuklear will handle only the first touch like a single left-mouse click. Dragging the touch screen emits mouse-move events.