doc(webconnectivity@v0.5): link to analysiscore.go

This commit is contained in:
Simone Basso 2022-09-15 08:17:55 +02:00 committed by GitHub
parent 0a0253f104
commit 700f94b62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.