Skip to content

Commit 5119977

Browse files
authored
Documentation: Fix incorrect paths in fuzz_testing.md and yaml.md (#36689)
* Documentation: Fix incorrect paths in fuzz_testing.md and yaml.md * Update fuzz_testing.md
1 parent 5ca422b commit 5119977

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/testing/fuzz_testing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ for an example of a simple fuzz test.
7979
- Another example:
8080
[src/setup_payload/tests/BUILD.gn](https://github.com/project-chip/connectedhomeip/blob/b367512f519e5e109346e81a0d84fd85cd9192f7/src/setup_payload/tests/BUILD.gn#L43)
8181
82-
- Add to `src/BUILD.gn`
82+
- Add to `${chip_root}/BUILD.gn`
8383
8484
- Add the Fuzzing Target in this part of the code :
85-
[src/BUILD.gn](https://github.com/project-chip/connectedhomeip/blob/b367512f519e5e109346e81a0d84fd85cd9192f7/BUILD.gn#L52)
85+
[\${chip_root}/BUILD.gn](https://github.com/project-chip/connectedhomeip/blob/b367512f519e5e109346e81a0d84fd85cd9192f7/BUILD.gn#L52)
8686
8787
- Add Fuzzing Target like that
8888

docs/testing/yaml.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,11 @@ or
330330
bootstrap.sh should be used for for the first setup, activate.sh may be used for
331331
subsequent setups as it is faster.
332332

333-
Next build the python wheels and create a venv (called `py` here, but any name
334-
may be used)
333+
Next build the python wheels and create a venv
335334

336335
```
337336
./scripts/build_python.sh -i out/python_env
338-
source py/bin/activate
337+
source out/python_env/bin/activate
339338
```
340339

341340
Compile chip-tool:

0 commit comments

Comments
 (0)