diff --git a/docs/new_source.md b/docs/new_source.md index f74616455cd..b373338e0d6 100644 --- a/docs/new_source.md +++ b/docs/new_source.md @@ -25,7 +25,11 @@ The step by step instructions are as follows: - [ ] Create a PR to start [importing the records you are publishing into our test instance of OSV.dev](https://github.com/google/osv.dev/blob/master/source_test.yaml) and validate everything is working as intended there. -- [ ] After successful import, review the OSV-linter results by querying http://api.test.osv.dev/v1experimental/importfindings/{source_name} to identify and address any important record linting issues (allow up to a 1-day delay). +- [ ] After successful import, review the OSV-linter results by querying: + ``` + https://api.test.osv.dev/v1experimental/importfindings/{source_name} + ``` + to identify and address any important record linting issues. Note that it may take up to 24 hours for new findings to populate. You can also view this information more interactively at [test.osv.dev/linter](https://test.osv.dev/linter). - [ ] Create a PR to start [importing the records you are publishing into our production environment](https://github.com/google/osv.dev/blob/master/source.yaml)