diff --git a/README.md b/README.md index 4d430e33..cb416d7f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Grido is an extension for [Nette Framework](http://nette.org/). Grido helps you with data listing, formatting, sorting, paging, filtering, editing, bulk actions and exporting them. It doesn't matter which datasource you are using. For now, Grido works with [Nette Database](https://github.com/nette/database), [Dibi](https://github.com/dg/dibi), [Doctrine](https://github.com/doctrine/doctrine2) and ArraySource (raw PHP Arrays). -You can try it in [live demo](http://grido.bugyik.cz/example/)! ![Alt text](http://img.bugyik.cz/Grido.png "Sample") diff --git a/assets/dist/css/grido.css b/assets/dist/css/grido.css index 5b89d7f1..f5b9835d 100644 --- a/assets/dist/css/grido.css +++ b/assets/dist/css/grido.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * This file is part of the Grido (http://grido.bugyik.cz) + * This file is part of the Grido (https://github.com/o5/grido) * * Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz) * diff --git a/assets/dist/css/grido.min.css b/assets/dist/css/grido.min.css index 796a62b7..765729ce 100644 --- a/assets/dist/css/grido.min.css +++ b/assets/dist/css/grido.min.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * This file is part of the Grido (http://grido.bugyik.cz) + * This file is part of the Grido (https://github.com/o5/grido) * * Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz) * diff --git a/assets/dist/js/grido.bundle.js b/assets/dist/js/grido.bundle.js index 22914be0..532483e3 100644 --- a/assets/dist/js/grido.bundle.js +++ b/assets/dist/js/grido.bundle.js @@ -1,5 +1,5 @@ /** - * This file is part of the Grido (http://grido.bugyik.cz) + * This file is part of the Grido (https://github.com/o5/grido) * * Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz) * diff --git a/assets/dist/js/grido.bundle.min.js b/assets/dist/js/grido.bundle.min.js index f50f090d..302b8f2e 100644 --- a/assets/dist/js/grido.bundle.min.js +++ b/assets/dist/js/grido.bundle.min.js @@ -1,5 +1,5 @@ /** - * This file is part of the Grido (http://grido.bugyik.cz) + * This file is part of the Grido (https://github.com/o5/grido) * * Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz) * diff --git a/assets/dist/js/grido.js b/assets/dist/js/grido.js index 36cc1246..06f732d6 100644 --- a/assets/dist/js/grido.js +++ b/assets/dist/js/grido.js @@ -1,5 +1,5 @@ /** - * This file is part of the Grido (http://grido.bugyik.cz) + * This file is part of the Grido (https://github.com/o5/grido) * * Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz) * diff --git a/assets/dist/js/grido.min.js b/assets/dist/js/grido.min.js index 1a5b6e71..9cb5a2a0 100644 --- a/assets/dist/js/grido.min.js +++ b/assets/dist/js/grido.min.js @@ -1,5 +1,5 @@ /** - * This file is part of the Grido (http://grido.bugyik.cz) + * This file is part of the Grido (https://github.com/o5/grido) * * Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz) * diff --git a/assets/js/grido.js b/assets/js/grido.js index 18ad0be0..c93470c7 100644 --- a/assets/js/grido.js +++ b/assets/js/grido.js @@ -1,5 +1,5 @@ /** - * This file is part of the Grido (http://grido.bugyik.cz) + * This file is part of the Grido (https://github.com/o5/grido) * * Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz) * diff --git a/assets/sass/grido.scss b/assets/sass/grido.scss index bc64943d..5c823c84 100644 --- a/assets/sass/grido.scss +++ b/assets/sass/grido.scss @@ -1,5 +1,5 @@ /*! - * This file is part of the Grido (http://grido.bugyik.cz) + * This file is part of the Grido (https://github.com/o5/grido) * * Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz) * diff --git a/src/Components/Actions/Action.php b/src/Components/Actions/Action.php index c9ea078f..30215793 100644 --- a/src/Components/Actions/Action.php +++ b/src/Components/Actions/Action.php @@ -1,7 +1,7 @@