change search url

This commit is contained in:
Philipp Kühn 2019-06-04 21:56:01 +02:00
parent e7513793dd
commit 17c1e8cf46
3 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@
<router-link class="subnavigation__link" to="/tables">
Tables
</router-link>
<router-link class="subnavigation__link" to="/search">
Search
<router-link class="subnavigation__link" to="/search-and-replace">
Search and Replace
</router-link>
<router-link class="subnavigation__link" to="/suggestions">
Suggestions

View File

@ -69,10 +69,10 @@ const routes = [
},
},
{
path: '/search',
component: () => import('Components/Routes/Search'),
path: '/search-and-replace',
component: () => import('Components/Routes/SearchAndReplace'),
meta: {
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/Search',
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/SearchAndReplace',
},
},
{