瀏覽代碼

Updated Hiero URL in the fonts manual (#544)

libGDX no longer hosts their wiki on GitHub, so the manual's link to the Hiero tool leads to a dead end. This updates the URL to lead to the new libGDX wiki page on Hiero.
Yoshiatom 4 月之前
父節點
當前提交
528a173900
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/manuals/font.md

+ 1 - 1
docs/en/manuals/font.md

@@ -120,7 +120,7 @@ To create a BMFont, you need to use a tool that can generate the appropriate fil
 
 * [Bitmap Font Generator](http://www.angelcode.com/products/bmfont/), a Windows only tool provided by AngelCode.
 * [Shoebox](http://renderhjs.net/shoebox/), a free Adobe Air based app for Windows and macOS.
-* [Hiero](https://github.com/libgdx/libgdx/wiki/Hiero), an open source Java based tool.
+* [Hiero](https://libgdx.com/wiki/tools/hiero), an open source Java based tool.
 * [Glyph Designer](https://71squared.com/glyphdesigner), a commercial macOS tool from 71 Squared.
 * [bmGlyph](https://www.bmglyph.com), a commercial macOS tool from Sovapps.
 :::