Skip to content

Commit

Permalink
Fix broken link and demo title. Fixes #458
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Sep 16, 2016
1 parent 412b20d commit 5a645e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/demo/fontawesome-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
currentMenu: accesskeys
---

# Demo: Accesskeys
# Demo: FontAwesome icons

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can add icons to src/icons and run ``gulp build-icons``. This will make the

So for example the file checkmark.svg wil result in the CSS context-menu-icon-checkmark which you can use by using the [icon option](items#icon) when defining a menu item.

Is is also possible to just use FontAwesome icons, see the [demo of FontAwesome](demo/fontawesome-icons).
Is is also possible to just use FontAwesome icons, see the [demo of FontAwesome](https://swisnl.github.io/jQuery-contextMenu/demo/fontawesome-icons).

### Example

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/font-awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ currentMenu: font-awesome

It is possible to use font-awesome icons if you like. You need to include the [Font Awesome CSS](https://www.bootstrapcdn.com/fontawesome/) in your application. That will enable you to use the icon classes to use those icons.

Check out the [demo](demo/fontawesome-icons)
Check out the [demo](https://swisnl.github.io/jQuery-contextMenu/demo/fontawesome-icons)

## Bring your own icons

Expand Down

0 comments on commit 5a645e1

Please # to comment.