소스 검색

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.
 :::