]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
patchtest/README.md: fix markdown style issues
authorIgor Opaniuk <igor.opaniuk@foundries.io>
Tue, 4 Feb 2025 10:01:13 +0000 (11:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Feb 2025 12:48:25 +0000 (12:48 +0000)
Fix markdown style issues using markdownlint tool [1]:

$ cat ./meta/lib/patchtest/README.md | mdl
(stdin):4: MD034 Bare URL used
(stdin):8: MD034 Bare URL used
(stdin):9: MD034 Bare URL used
(stdin):20: MD034 Bare URL used

[1] https://github.com/markdownlint/markdownlint
Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/patchtest/README.md

index f66613c0c19369294288d16b39f65762cfe911b5..27cc61c802e53759479c10df9b24b84b609cee3e 100644 (file)
@@ -1,12 +1,12 @@
 # patchtest selftests for openembedded-core
 
 This directory provides a test suite and selftest script for use with the
-patchtest repository: https://git.yoctoproject.org/patchtest/
+patchtest repository: <https://git.yoctoproject.org/patchtest/>
 
 To setup for use:
 
-1. Clone https://git.openembedded.org/openembedded-core (this repo) and https://git.openembedded.org/bitbake/
-2. Clone https://git.yoctoproject.org/patchtest
+1. Clone <https://git.openembedded.org/openembedded-core> (this repo) and <https://git.openembedded.org/bitbake/>
+2. Clone <https://git.yoctoproject.org/patchtest>
 3. Install the necessary Python modules: in meta/lib/patchtest or the patchtest
    repo, do `pip install -r requirements.txt`
 4. Add patchtest to PATH: `export PATH=/path/to/patchtest/repo:$PATH`
@@ -17,4 +17,4 @@ To setup for use:
 7. Finally, run the selftest script: `./meta/lib/patchtest/selftest/selftest`
 
 For more information on using patchtest, see the patchtest repo at
-https://git.yoctoproject.org/patchtest/.
+<https://git.yoctoproject.org/patchtest/>.