Merge branch '14258-update-data-explorer-to-use-table-filters-tree' into 14258-collec...
[arvados.git] / src / routes / routes.ts
index 34eea4f17612befd56cf57a3b487f759766f82cf..e5f3493539e3cbaae317e95fc1b38d3f89cb032f 100644 (file)
@@ -19,7 +19,7 @@ export const Routes = {
     SHARED_WITH_ME: '/shared-with-me',
     RUN_PROCESS: '/run-process',
     WORKFLOWS: '/workflows',
-    SEARCH_RESULTS: '/q'
+    SEARCH_RESULTS: '/search-results'
 };
 
 export const getResourceUrl = (uuid: string) => {