Skip to content

Commit 14f574e

Browse files
committed
fix: fix error links
Signed-off-by: yuluo-yx <[email protected]>
1 parent bdf4c47 commit 14f574e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

console/atest-ui/src/types/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ export function SupportedExtensions() {
3838
key: 'atest-store-mongodb'
3939
}
4040
] as Pair[]
41-
}
41+
}

console/atest-ui/src/types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ export function FlattenObject(obj: any): any {
197197
acc[pair[0]] = pair[1]
198198
return acc
199199
}, {})
200-
}
200+
}

extensions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Ports in extensions:
1515

1616
* First, create a repository. And please keep the same naming convertion.
1717
* Second, implement the `Loader` gRPC service which defined by [this proto](../pkg/testing/remote/loader.proto).
18-
* Finally, add the extension's name into function [SupportedExtensions](../console/atest-ui/src/views/stroe/store.ts).
18+
* Finally, add the extension's name into function [SupportedExtensions](../console/atest-ui/src/views/types/store.ts).
1919

2020
## Naming conventions
2121
Please follow the following conventions if you want to add a new store extension:

0 commit comments

Comments
 (0)