Skip to content

Commit 6a04c3b

Browse files
Docs: fix path in coding_standard (#1168)
Path to the linter changed, adjust the coding standard Document accordingly.
1 parent dd61100 commit 6a04c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/coding_standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and we also allow `add` as an replacement for feat and `build(deps)` for CiCd de
2121

2222
## Coding standard
2323

24-
The coding standard for the Media Transport Library project is defined using a [.clang-format configuration file](./.clang-format)
24+
The coding standard for the Media Transport Library project is defined using a [.clang-format configuration file](../.github/linters/.clang-format)
2525
which ensures consistent code formatting across the project.
2626

2727
Use `format-code.sh` script to format the code for mtl repository ( requires `clang-format-14` ).

0 commit comments

Comments
 (0)