From 8fc4560e969293cf8d8a89599515b0c6ae5c4015 Mon Sep 17 00:00:00 2001 From: finn Date: Thu, 21 Dec 2023 13:07:29 -0800 Subject: [PATCH] link the test vectors dashboard --- web5-test-vectors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web5-test-vectors/README.md b/web5-test-vectors/README.md index f818f40..21df00b 100644 --- a/web5-test-vectors/README.md +++ b/web5-test-vectors/README.md @@ -129,6 +129,6 @@ class Web5TestVectorsExampleFeature { * Once the above steps are completed, the `sdk-development` repository will automatically detect the new test vectors by consuming artifacts generated by a github action (No action by you required) * Once the new vector merges into the sdk-development repo, PRs will be automatically opened on all SDKs that don't have it yet. -* The system will indicate whether the test passes or fails with a checkmark or an 'x'. +* The system will indicate whether the test passes or fails with a checkmark or an 'x' on the [test vectors dashboard](https://tbd54566975.github.io/sdk-development/). Your new test vector system is now set up and ready for use!