On Thu, Aug 18, 2022 at 10:33 PM Tales Aparecida <tales.aparecida@xxxxxxxxx> wrote: > > Replace URL with an updated path to the full Documentation page > > Signed-off-by: Tales Aparecida <tales.aparecida@xxxxxxxxx> > --- > lib/overflow_kunit.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/overflow_kunit.c b/lib/overflow_kunit.c > index 7e3e43679b73..78075106c0df 100644 > --- a/lib/overflow_kunit.c > +++ b/lib/overflow_kunit.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0 OR MIT > /* > * Test cases for arithmetic overflow checks. See: > - * https://www.kernel.org/doc/html/latest/dev-tools/kunit/kunit-tool.html#configuring-building-and-running-tests > + * "Running tests with kunit_tool" at Documentation/dev-tools/kunit/start.rst Oh, I thought I had sent a patch out for this. The rewritten version of the patch is https://www.kernel.org/doc/html/latest/dev-tools/kunit/run_wrapper.html That's what I was intending to rewrite this line to point to. But if people like a Documentation/ path to start.rst instead, that also works. Daniel