We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565389d commit dafa884Copy full SHA for dafa884
editor/pages/tests/reports/index.tsx
@@ -20,7 +20,7 @@ export default function QAFilesPage({ files }) {
20
{files.map((file) => (
21
<Link
22
href={{
23
- pathname: `/qa/files/[key]`,
+ pathname: `/test/reports/[key]`,
24
query: {
25
key: file,
26
},
0 commit comments