Bug 560480 - Discover/Search on "IDE" page results in a 404 Change-Id: I1c4cae1bd178de568389b2ec1a5d3698b108ee10 Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php index 1464bc4..576623d 100644 --- a/content/en_index.php +++ b/content/en_index.php
@@ -124,8 +124,8 @@ <div> <h2>Discover</h2> <p class="orange"><strong>Find an Eclipse open source project.</strong></p> - <form id="form-discover-search" class="form-inline form-search-projects input-group custom-search-form" role="form" action="https://projects.eclipse.org/projects/all"> - <input id="discover-search-box" class="form-control" type="text" size="25" name="keys" placeholder="Search"> + <form id="form-discover-search" class="form-inline form-search-projects input-group custom-search-form" role="form" action="https://projects.eclipse.org/list-of-projects"> + <input id="discover-search-box" class="form-control" type="text" size="25" name="combine" placeholder="Search"> <span class="input-group-btn"> <button class="btn btn-default" type="submit"> <i class="fa fa-search"></i>