Skip to content

Commit

Permalink
doc(webconnectivity@v0.5): link to analysiscore.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Sep 15, 2022
1 parent 0a0253f commit 700f94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/webconnectivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 700f94b

Please sign in to comment.