From 5a645e1ee5433ba99400455cd42fa1d1b7addb40 Mon Sep 17 00:00:00 2001 From: Bjorn Brala Date: Fri, 16 Sep 2016 22:45:53 +0200 Subject: [PATCH] Fix broken link and demo title. Fixes #458 --- documentation/demo/fontawesome-icons.md | 2 +- documentation/docs/customize.md | 2 +- documentation/docs/font-awesome.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/demo/fontawesome-icons.md b/documentation/demo/fontawesome-icons.md index 530c7fdf..d05ac36c 100644 --- a/documentation/demo/fontawesome-icons.md +++ b/documentation/demo/fontawesome-icons.md @@ -2,7 +2,7 @@ currentMenu: accesskeys --- -# Demo: Accesskeys +# Demo: FontAwesome icons diff --git a/documentation/docs/customize.md b/documentation/docs/customize.md index 89fa37e0..691123eb 100644 --- a/documentation/docs/customize.md +++ b/documentation/docs/customize.md @@ -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 diff --git a/documentation/docs/font-awesome.md b/documentation/docs/font-awesome.md index e312d0df..dd864b54 100644 --- a/documentation/docs/font-awesome.md +++ b/documentation/docs/font-awesome.md @@ -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