Browse Source

fixed incorrect dependency links

Chris Simpkins 7 years ago
parent
commit
54bc87a7a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/BUILD.md

+ 2 - 2
docs/BUILD.md

@@ -6,8 +6,8 @@ Hack is compiled from UFO v2 spec source files to ttf, woff, and woff2 fonts wit
 
 To build the Hack desktop fonts (ttf) from source you will need the following build dependencies:
 
-- [fontmake](https://github.com/fonttools/fonttools) Python executable
-- [fonttools](https://github.com/googlei18n/fontmake) Python library
+- [fontmake](https://github.com/googlei18n/fontmake) Python executable
+- [fonttools](https://github.com/fonttools/fonttools) Python library
 - [ttfautohint](https://www.freetype.org/ttfautohint/) executable (includes Harfbuzz and FreeType dependencies)
 
 ### Web font (woff + woff2) build dependencies