From ce99c8a382e716d26737a0b4cc18e5286d4d5d06 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 4 Mar 2019 09:43:29 +0000 Subject: [PATCH] Change Plek(rummager) to Plek(search) For the migration to search-api we're going to re-target the 'search' alias to search-api. --- app/views/development/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/development/index.html.erb b/app/views/development/index.html.erb index 6dbe43029..c3467c641 100644 --- a/app/views/development/index.html.erb +++ b/app/views/development/index.html.erb @@ -36,8 +36,8 @@ <%= link_to Plek.find('static'), Plek.find('static') %> - Rummager (search) - <%= link_to Plek.find('rummager'), Plek.find('rummager') %> + Search + <%= link_to Plek.find('search'), Plek.find('search') %>