From 106ef0cef4d8699598304a9da50e90c3727c4914 Mon Sep 17 00:00:00 2001 From: Yoshiki Kurihara Date: Sat, 15 Jan 2022 01:53:45 +0900 Subject: [PATCH] test: remove broken wiki link from test/common doc PR-URL: https://github.com/nodejs/node/pull/41426 Reviewed-By: Richard Lau Reviewed-By: Anatoli Papirovski Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- test/common/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/README.md b/test/common/README.md index 076cef2dd295c1..f1789c1577d8ca 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -1031,5 +1031,5 @@ See [the WPT tests README][] for details. [Web Platform Tests]: https://github.com/web-platform-tests/wpt [`hijackstdio.hijackStdErr()`]: #hijackstderrlistener [`hijackstdio.hijackStdOut()`]: #hijackstdoutlistener -[internationalization]: https://github.com/nodejs/node/wiki/Intl +[internationalization]: ../../doc/api/intl.md [the WPT tests README]: ../wpt/README.md