From 3848bf54f750914924fd6f880ec058460f4a8c34 Mon Sep 17 00:00:00 2001 From: Takanori Ishibashi Date: Mon, 2 Mar 2020 23:57:28 +0900 Subject: [PATCH] Fix link (#1203) --- docs/contributing-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing-testing.md b/docs/contributing-testing.md index 44c53fda4e..5f96f312a7 100644 --- a/docs/contributing-testing.md +++ b/docs/contributing-testing.md @@ -3,7 +3,7 @@ This section describes how to run Wasmtime's tests and add new tests. Before continuing, make sure you can [build -Wasmtime](./contributing-building.html) successfully. Can't run the tests if you +Wasmtime](./contributing-building.md) successfully. Can't run the tests if you can't build it! ## Running All Tests