From 700cb76e3a5fd9115f32b4614e4fe42e6eb8b046 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 01:46:35 +0000 Subject: [PATCH] Update crop wrangling guide links to GitHub wiki Updated links to the crop wrangling guide in the scientific names and alternate names forms to point to the new GitHub wiki location. Verified that other occurrences in the codebase already use the new URL. Co-authored-by: CloCkWeRX <365751+CloCkWeRX@users.noreply.github.com> --- app/views/alternate_names/_form.html.haml | 2 +- app/views/scientific_names/_form.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/alternate_names/_form.html.haml b/app/views/alternate_names/_form.html.haml index 847ee21af..dab8a7c1d 100644 --- a/app/views/alternate_names/_form.html.haml +++ b/app/views/alternate_names/_form.html.haml @@ -16,7 +16,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. .form-group diff --git a/app/views/scientific_names/_form.html.haml b/app/views/scientific_names/_form.html.haml index b2a88d759..912f40135 100644 --- a/app/views/scientific_names/_form.html.haml +++ b/app/views/scientific_names/_form.html.haml @@ -11,7 +11,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. .form-group