From 7d41de0da56c33acb44acfda4e54e4472c855f4c Mon Sep 17 00:00:00 2001 From: Philip Manavopoulos Date: Mon, 14 Apr 2014 18:28:32 +0100 Subject: [PATCH] Fix links Probably the most trivial pull request you'll ever get :) --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b246e09..db1665d 100644 --- a/readme.md +++ b/readme.md @@ -2,9 +2,9 @@ This is a quick implementation of nested sets using Laravel 4 and jQuery. Key features: -* Drag & drop sorting (using [jqTree](mbraak.github.io/jqTree/)) -* In-place editing (using [X-editable](vitalets.github.io/x-editable/)) -* Error notification and modal dialogs (using [Alertify](fabien-d.github.io/alertify.js/)) +* Drag & drop sorting (using [jqTree](http://mbraak.github.io/jqTree/)) +* In-place editing (using [X-editable](http://vitalets.github.io/x-editable/)) +* Error notification and modal dialogs (using [Alertify](http://fabien-d.github.io/alertify.js/)) Under the hood, I rely on Aleksander Kalnoy's [nested set](https://github.com/lazychaser/laravel4-nestedset) package for Laravel that takes care of hierarchal data management.