diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ccc20e8..ef170e24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,7 +132,7 @@ day). We may suggest some changes or improvements or alternatives. Some things that will increase the chance that your pull request is accepted: * Include tests that fail without your code, and pass with it. -* Update the README, the change log, the wiki documentation... anything that is +* Update the README, the change log, the documentation... anything that is affected by your contribution. * Use idiomatic Ruby and follow the syntax conventions below. diff --git a/docs/docs/going-further/other-notes.md b/docs/docs/going-further/other-notes.md index ca93eb55..bf8ea417 100644 --- a/docs/docs/going-further/other-notes.md +++ b/docs/docs/going-further/other-notes.md @@ -354,7 +354,7 @@ argument are not easily usable yet, because the array currently needs to be wrapped in an array to function (see [this issue](https://github.com/activerecord-hackery/ransack/issues/404)), which is not compatible with Ransack form helpers. For this use case, it may be -better for now to use [ransackers](https://github.com/activerecord-hackery/ransack/wiki/Using-Ransackers) instead, +better for now to use [ransackers](https://activerecord-hackery.github.io/ransack/going-further/ransackers) instead, where feasible. Pull requests with solutions and tests are welcome! ### Grouping queries by OR instead of AND