Fix broken link to onnx_ops test suite. (#18363)

We renamed the folder from `onnx-ops` to `onnx_ops` in
https://github.com/iree-org/iree-test-suites/pull/10.
diff --git a/docs/website/docs/developers/general/testing-guide.md b/docs/website/docs/developers/general/testing-guide.md
index 9b36d31..070085d 100644
--- a/docs/website/docs/developers/general/testing-guide.md
+++ b/docs/website/docs/developers/general/testing-guide.md
@@ -415,7 +415,7 @@
 ### ONNX operator tests
 
 Tests for individual ONNX operators are included at
-[`onnx-ops/`](https://github.com/iree-org/iree-test-suites/tree/main/onnx-ops)
+[`onnx_ops/`](https://github.com/iree-org/iree-test-suites/tree/main/onnx_ops)
 in the
 [iree-org/iree-test-suites](https://github.com/iree-org/iree-test-suites)
 repository. These tests are generated from the upstream tests at