Update repository links (#16663)

This commit is contained in:
Liumeo 2020-04-20 23:41:19 -04:00 committed by GitHub
parent 941245d871
commit 724d3f7685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -372,7 +372,7 @@ As mentioned in README.md, the API itself is maintained in a different
repository. The API function definitions in C header files are derived
from and documented in the radare2-bindings repository, found at:
```sh
git clone git://github.com/radare/radare2-bindings
git clone git://github.com/radareorg/radare2-bindings
```
Currently the process of updating the header files from changed API
@ -406,7 +406,7 @@ linux-arm and others, but the procedure is like this:
The source of radare2 can be found in the following GitHub repository.
```sh
git clone git://github.com/radare/radare2
git clone git://github.com/radareorg/radare2
```
Other packages radare2 depends on, such as Capstone, are pulled from
their git repository as required.

View file

@ -1,7 +1,7 @@
IDA
======
You can find conversion scripts to work between radare2 and IDA files (IDC, IDB...) in the repo:
You can find conversion scripts to work between radare2 and IDA files (IDC, IDB...) here:
* https://github.com/radare/radare2ida
* https://github.com/radareorg/radare2-extras/tree/master/r2ida

View file

@ -320,7 +320,7 @@ ifneq (${EXT_AR},a)
endif
endif
../../radare2-webui:
cd ../.. ; git clone --depth 1 https://github.com/radare/radare2-webui
cd ../.. ; git clone --depth 1 https://github.com/radareorg/radare2-webui
../../radare2-webui/dist/m: ../../radare2-webui
ifeq ($(WITHOUT_PULL),1)