Skip to content

Commit c5840b6

Browse files
authored
[DOCS] Port forward link fix (#178875)
1 parent cd34d54 commit c5840b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/developer/plugin/external-plugin-functional-tests.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Every project or plugin should have its own `FunctionalTestRunner` config file.
1010

1111
To get started copy and paste this example to `test/functional/config.js`:
1212

13-
["source","js"]
13+
["source","js",subs="attributes"]
1414
-----------
1515
import { resolve } from 'path';
1616
import { REPO_ROOT } from '@kbn/utils';
@@ -64,7 +64,8 @@ export default async function ({ readConfigFile }) {
6464
}
6565
6666
// more settings, like timeouts, mochaOpts, etc are
67-
// defined in the config schema. See {kibana-blob}src/functional_test_runner/lib/config/schema.js[src/functional_test_runner/lib/config/schema.js]
67+
// defined in the config schema.
68+
// See {kibana-blob}packages/kbn-test/src/functional_test_runner/lib/config/schema.ts
6869
};
6970
}
7071

0 commit comments

Comments
 (0)