Skip to content

Commit 592abf2

Browse files
committed
docs: update algolia search
1 parent c961668 commit 592abf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const config = {
2121
algolia: {
2222
apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f',
2323
indexName: 'vue_test_utils',
24-
algoliaOptions: {
24+
searchParameters: {
2525
facetFilters: ['tags:next']
2626
}
2727
},

docs/introduction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test('displays message', () => {
4040

4141
## What Next?
4242

43-
To see Vue Test Utils in action, [take the Crash Course](./a-crash-course/), where we build a simple Todo app using a test-first approach.
43+
To see Vue Test Utils in action, [take the Crash Course](../guide/essentials/a-crash-course.md), where we build a simple Todo app using a test-first approach.
4444

4545
Docs are split into two main sections:
4646

0 commit comments

Comments
 (0)