From 2163e41ecc2d0c2159284ca762a1f20f286cbb37 Mon Sep 17 00:00:00 2001 From: Jen Lampton Date: Sat, 4 Mar 2017 16:16:01 -0800 Subject: [PATCH] Update link from Drupal docs page to Backdrop wiki page. --- README.md | 22 ++++++++++++++----- ...er_exposed_filters_exposed_form_plugin.inc | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8f55345..82ff331 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,17 @@ Installation - Adjust the view to use Better Exposed filters under Advanced > Exposed Form. -License -------- +Documentation +------------- -This project is GPL v2 software. See the LICENSE.txt file in this directory for -complete text. +Additional documentation is located in the Wiki: +https://github.com/backdrop-contrib/better_exposed_filters/wiki/Documentation + +Issues +------ + +Bugs and Feature requests should be reported in the Issue Queue: +https://github.com/backdrop-contrib/better_exposed_filters/issues Current Maintainers ------------------- @@ -37,4 +43,10 @@ Credits - Originally written for Drupal by Mike Keran (https://www.drupal.org/u/mikeker). - Ported to Backdrop CMS by Jen Lampton (https://github.com/jenlampton). -- Port to Backdrop sponsored by [America's Best Bootfiters](http://www.bootfitters.com) \ No newline at end of file +- Port to Backdrop sponsored by [America's Best Bootfiters](http://www.bootfitters.com) + +License +------- + +This project is GPL v2 software. See the LICENSE.txt file in this directory for +complete text. diff --git a/views/better_exposed_filters_exposed_form_plugin.inc b/views/better_exposed_filters_exposed_form_plugin.inc index 4a2e424..447bb10 100644 --- a/views/better_exposed_filters_exposed_form_plugin.inc +++ b/views/better_exposed_filters_exposed_form_plugin.inc @@ -282,7 +282,7 @@ Title Desc|Z -> A Leave the replacement value blank to remove an option al // If we're adding BEF filter options, add an intro to explain what's // going on. if (!$bef_filter_intro) { - $link = l(t('BEF settings documentation'), 'http://drupal.org/node/1701012'); + $link = l(t('BEF settings documentation'), 'https://github.com/backdrop-contrib/better_exposed_filters/wiki/Better-Exposed-Filter-Options'); $bef_options['bef_intro'] = array( '#markup' => '

' . t('Exposed Filter Settings')