Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author*Kim Zick <k@9k1.us>2018-08-31 18:21:04 +0300
committerGitHub <noreply@github.com>2018-08-31 18:21:04 +0300
commit38de667bc2d586febccf1d78f130b9c29011955f (patch)
treef9673b28b2d9e52695c877ee46abaca2d67cd9b6
parent285008117b87520930524b332dbbfad1cc26cc2c (diff)
Update CONTRIBUTING.md fix build instructions link
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0154c2aa1..6c184038a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,7 +20,7 @@ New icons mostly start as requests by the [Fork Awesome community on GitHub](../
Adding a new icon is a couple steps process that will require your attention and eyes for details. It might be a bit intimidating at the beginning, but should be easy to repeat once you've gone through it once or twice.
-0. Follow the [README.md](README.md#building-on-fork-awesome) to install the necessary tools.
+0. Follow the [README.md](README.md#building-fork-awesome) to install the necessary tools.
1. All icons are originally designed in SVG and fit in a grid (see `src/icons/icon-template-inkscape.svg` for a template for Inkscape).
2. Most icons should fit a square that is centered vertically and aligned left in that template. (Try importing existing icons in that template to understand how they fit.)
3. Design your icon in black only. No transparency. No gradient. Use simple shapes and forms. Note that it will be automatically transformed into a glyph. So if the design is complex, it might not show in the font as expected. Change a few things and try again if that happens.