Skip to content

Commit 6c93115

Browse files
authored
[chores] Updated docs url in openwisp-qa-check (CSS/JS conventions)
Point to the dev docs because the stable docs will still mention stylelint and jshint.
1 parent aebe6a9 commit 6c93115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openwisp-qa-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runjsprettiercheck() {
8888
prettier $(find . -type f -name "*.js" -a ! -path "*vendor/*.js") --check &&
8989
echo "SUCCESS: Prettier check successful!" ||
9090
{
91-
echoerr "ERROR: Prettier check failed! Hint: please follow js code conventions. Visit: https://openwisp.io/docs/developer/contributing.html#javascript-code-conventions"
91+
echoerr "ERROR: Prettier check failed! Hint: please follow js code conventions. Visit: https://openwisp.io/docs/dev/developer/contributing.html#css-and-javascript-code-conventions"
9292
FAILURE=1
9393
}
9494
else

0 commit comments

Comments
 (0)