diff --git a/README.md b/README.md index bb9ab076a..ff17178d2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ encourage participation from people of all backgrounds and skill levels. * [Issues](https://github.com/orgs/Growstuff/projects/1) (features we're working on, known bugs, etc) * [![Gitter](https://badges.gitter.im/Growstuff/growstuff.svg)](https://gitter.im/Growstuff/growstuff?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -* [Wiki](https://github.com/Growstuff/growstuff/wiki) (general documentation, etc. Help by migrating from the [old wiki](https://web.archive.org/web/*/wiki.growstuff.org)) +* [Wiki](https://github.com/Growstuff/growstuff/wiki) (general documentation, etc.) ## For coders @@ -29,7 +29,6 @@ frontend features. We welcome contributions -- see [CONTRIBUTING](CONTRIBUTING.md) for details. * To set up your development environment, see [Getting started](https://github.com/Growstuff/growstuff/wiki/New-contributor-guide). -* We encourage [pair programming](http://wiki.growstuff.org/index.php/Pairing), especially for newer developers. * You may also be interested in our [API](https://github.com/Growstuff/growstuff/wiki/API). ## For designers, writers, researchers, data wranglers, and other contributors diff --git a/app/views/crops/_form.html.haml b/app/views/crops/_form.html.haml index 2ef58f243..dcf451e6a 100644 --- a/app/views/crops/_form.html.haml +++ b/app/views/crops/_form.html.haml @@ -19,7 +19,7 @@ %p %span.help-block For detailed crop wrangling guidelines, please consult the - = link_to "crop wrangling guide", "http://wiki.growstuff.org/index.php/Crop_wrangling" + = link_to "crop wrangling guide", "https://github.com/Growstuff/growstuff/wiki/Crop-Wrangling" on the Growstuff wiki. -# Everyone (wranglers and requesters) sees the basic info section diff --git a/spec/views/crops/new.html.haml_spec.rb b/spec/views/crops/new.html.haml_spec.rb index 95dfc5db0..eeee051b9 100644 --- a/spec/views/crops/new.html.haml_spec.rb +++ b/spec/views/crops/new.html.haml_spec.rb @@ -16,6 +16,6 @@ describe "crops/new" do end it "shows a link to crop wrangling guidelines" do - assert_select "a[href^='http://wiki.growstuff.org']", "crop wrangling guide" + assert_select "a[href^='https://github.com/Growstuff/growstuff/wiki/Crop-Wrangling']", "crop wrangling guide" end end