Skip to content

Commit

Permalink
Update link from Drupal docs page to Backdrop wiki page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen Lampton committed Mar 5, 2017
1 parent 9fc09b5 commit 2163e41
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------
Expand All @@ -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)
- 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.
2 changes: 1 addition & 1 deletion views/better_exposed_filters_exposed_form_plugin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Title Desc|Z -> A</pre> 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' => '<h3>'
. t('Exposed Filter Settings')
Expand Down

0 comments on commit 2163e41

Please sign in to comment.