Browse Source

[docs] Replace font awesome dead link with new one (#2725)

Harsh Gupta 3 years ago
parent
commit
5d16552444
1 changed files with 3 additions and 8 deletions
  1. 3 8
      docs/docs-site/content/developer/development/_index.md

+ 3 - 8
docs/docs-site/content/developer/development/_index.md

@@ -471,14 +471,9 @@ You should create an icon for your application that is a transparent png sized
 24px by 24px. Your `settings.py` file should point to your icon via the `ICON`
 variable. The `create_desktop_app` command creates a default icon for you.
 
-<div class="note">
-  If you do not define an application icon, your application will not show up
-  in the navigation bar.
-</div>
-
-Hue ships with Twitter Bootstrap and Font Awesome 3 (http://fortawesome.github.io/Font-Awesome/)
-so you have plenty of scalable icons to choose from. You can style your elements to use them
-like this (in your mako template):
+**NOTE:** If you do not define an application icon, your application will not show up in the navigation bar.
+
+Hue ships with Twitter Bootstrap and Font Awesome 3 (https://fontawesome.com/v3/) so you have plenty of scalable icons to choose from. You can style your elements to use them like this (in your mako template):
 
     <!-- show a trash icon in a link -->
     <a href="#something"><i class="icon-trash"></i> Trash</a>