From 700f94b62efa7c1463185dae6ebcdb283f4f52b4 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 15 Sep 2022 08:17:55 +0200 Subject: [PATCH] doc(webconnectivity@v0.5): link to analysiscore.go --- internal/experiment/webconnectivity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/experiment/webconnectivity/README.md b/internal/experiment/webconnectivity/README.md index d9c5c7e..6b079eb 100644 --- a/internal/experiment/webconnectivity/README.md +++ b/internal/experiment/webconnectivity/README.md @@ -94,7 +94,7 @@ which of them to give the permission to actually fetch the webpage. This logic lives inside the [priority.go](priority.go) file. When all tasks complete, either because we reach a final state or because we have -followed too many redirects, we use code inside `analysiscore.go` to compute the +followed too many redirects, we use code inside [analysiscore.go](analysiscore.go) to compute the top-level test keys. We emit the `blocking` and `accessible` keys we emitted before as well as new keys, prefixed by `x_` to indicate that they're experimental.