Update write.md (#1084)

Fix broken link: errors/errors.md 
Replace checks/frozen_deps.go with checks/pinned_dependencies.go

Co-authored-by: Azeem Shaikh <azeemshaikh38@gmail.com>
This commit is contained in:
olivekl 2021-09-28 16:41:47 -04:00 committed by GitHub
parent ac6802e397
commit 47319e2841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ The steps to writting a check are as follow:
`checker.CreateResultWithScore()` with one of the constants declared,
such as `checker.HalfResultScore`.
6. Dealing with errors: see [../errors/errors.md](errors/errors/md).
6. Dealing with errors: see [errors/errors.md](/errors/errors.md).
7. Create unit tests for both low, high and inconclusive score. Put them in a
file `checks/mycheck_test.go`.
@ -87,4 +87,4 @@ The steps to writting a check are as follow:
For actual examples, look at [checks/binary_artifact.go](binary_artifact.go),
[checks/code_review.go](code_review.go) and
[checks/frozen_deps.go](frozen_deps.go).
[checks/pinned_dependencies.go](pinned_dependencies.go).