Skip to content

Commit

Permalink
Change Plek(rummager) to Plek(search)
Browse files Browse the repository at this point in the history
For the migration to search-api we're going to re-target the 'search'
alias to search-api.
  • Loading branch information
barrucadu committed Mar 4, 2019
1 parent f93283d commit ce99c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/development/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<td><%= link_to Plek.find('static'), Plek.find('static') %></td>
</tr>
<tr>
<td>Rummager (search)</td>
<td><%= link_to Plek.find('rummager'), Plek.find('rummager') %></td>
<td>Search</td>
<td><%= link_to Plek.find('search'), Plek.find('search') %></td>
</tr>
</table>

Expand Down

0 comments on commit ce99c8a

Please sign in to comment.