Skip to content

Commit be4e578

Browse files
authored
Fix link to assess-scan-on-repos.sh in document (rust-lang#2295)
1 parent 688aa59 commit be4e578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/repo-crawl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ will refer to the name as `$CONTAINER_NAME` from now on.
8282

8383
## Running the List of Repositories
8484
In this step we will download the list of repositories using a script
85-
[kani-run-on-repos.sh](../../scripts/exps/kani-run-on-repos.sh)
85+
[assess-scan-on-repos.sh](../../scripts/exps/assess-scan-on-repos.sh)
8686

8787
Make sure to have Kani ready to run. For that, see the [build instructions](cheat-sheets.md#build).
8888

8989
From the repository root, you can run the script with
90-
`./scripts/exps/kani-run-on-repos.sh $URL_LIST_FILE` where
90+
`./scripts/exps/assess-scan-on-repos.sh $URL_LIST_FILE` where
9191
`$URL_LIST_FILE` points to a line-delimited list of URLs you want to
9292
run Kani on. Repositories that give warnings or errors can be grepping
9393
for with "STDERR Warnings" and "Error exit in" respectively.

0 commit comments

Comments
 (0)