Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5b7818

Browse files
authored
Update repo URLs for new home
1 parent 6e8597e commit b5b7818

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To do develop locally with OSS-Fuzz you need to fork and clone the
4343
following repositories:
4444

4545
* https://github.com/google/oss-fuzz
46-
* https://github.com/hugovk/python-library-fuzzers
46+
* https://github.com/python/library-fuzzers
4747
* https://github.com/python/cpython
4848

4949
After cloning forks of these repositories, move into the `oss-fuzz`
@@ -74,9 +74,9 @@ which repository you are modifying during development.
7474

7575
```diff
7676
-RUN git clone https://github.com/python/cpython.git cpython
77-
-RUN git clone --depth 1 https://github.com/hugovk/python-library-fuzzers.git
77+
-RUN git clone --depth 1 https://github.com/python/library-fuzzers.git
7878
+RUN git clone --depth 1 --branch fork-branch https://github.com/sethmlarson/cpython.git cpython
79-
+RUN git clone --depth 1 --branch fork-branch https://github.com/sethmlarson/python-library-fuzzers.git
79+
+RUN git clone --depth 1 --branch fork-branch https://github.com/sethmlarson/library-fuzzers.git
8080
```
8181

8282
After this you can now re-run the `python infra/helper.py` commands to rebuild the image and fuzzers

0 commit comments

Comments
 (0)