Browse Source

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 tháng trước cách đây
mục cha
commit
528a173900
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 :::