Skip to content

Commit 9227815

Browse files
author
Maijin
committed
Change radare->radareorg links
1 parent 4587fa1 commit 9227815

File tree

18 files changed

+22
-22
lines changed

18 files changed

+22
-22
lines changed

DEVELOPERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ r_core_wrap.cxx:32103:61: error: assigning to 'RDebugReasonType' from incompatib
238238
239239
* Do not use bashisms `[[`, `$'...'` etc.
240240
241-
* Use our [shellcheck.sh](https://github.com/radare/radare2/blob/master/sys/shellcheck.sh) script to check for problems and for bashisms
241+
* Use our [shellcheck.sh](https://github.com/radareorg/radare2/blob/master/sys/shellcheck.sh) script to check for problems and for bashisms
242242
243243
# Manage Endianness
244244
@@ -457,7 +457,7 @@ don't know how to do something which is supposed to be covered
457457
by this framework.
458458

459459
You should report it into the github issues page.
460-
https://github.com/radare/radare2/issues
460+
https://github.com/radareorg/radare2/issues
461461

462462
Otherwise, if you are looking for some more feedback, I will
463463
encourage you to send an email to any of the emails enumerated

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN DEBIAN_FRONTEND=noninteractive dpkg --add-architecture i386 && \
7878
pip install r2pipe=="$R2_PIPE_PY_VERSION" && \
7979
npm install --unsafe-perm -g "r2pipe@$R2_PIPE_NPM_VERSION" && \
8080
cd /mnt && \
81-
git clone -b "$R2_VERSION" -q --depth 1 https://github.com/radare/radare2.git && \
81+
git clone -b "$R2_VERSION" -q --depth 1 https://github.com/radareorg/radare2.git && \
8282
cd radare2 && \
8383
./sys/install.sh && \
8484
make install && \

doc/crosscompile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ $ dockcross make
3434

3535
Here is some more context and references:
3636

37-
https://github.com/radare/radare2/pull/5060
37+
https://github.com/radareorg/radare2/pull/5060
3838
http://blogs.nopcode.org/brainstorm/2016/07/26/cross-compiling-with-docker

doc/freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Python Swig Bindings Dependencies:
3030
Building Python Swig Bindings:
3131
------------------------------
3232

33-
git clone https://github.com/radare/radare2-bindings
33+
git clone https://github.com/radareorg/radare2-bindings
3434
cd radare2-bindings
3535
export CC=cc
3636
export CXX=c++

doc/openbsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Python Swig Bindings Dependencies:
3030
Building Python Swig Bindings:
3131
------------------------------
3232

33-
git clone https://github.com/radare/radare2-bindings
33+
git clone https://github.com/radareorg/radare2-bindings
3434
cd radare2-bindings
3535
export CC=cc
3636
export CXX=c++

doc/pdb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/radare/radare2.git"
8+
"url": "https://github.com/radareorg/radare2.git"
99
},
1010
"dependencies": {
1111
"node-curl": "*"
@@ -31,7 +31,7 @@
3131
},
3232
"license": "LGPLv3",
3333
"bugs": {
34-
"url": "https://github.com/radare/radare2/issues"
34+
"url": "https://github.com/radareorg/radare2/issues"
3535
},
3636
"homepage": "http://www.radare.org"
3737
}

doc/sdb_ordinal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cannot find R2PATH/format/dll/DLLNAME.sdb
22

33
1. Execute `rabin2 -rs DLLNAME.dll | grep -i DLLNAME | grep -v Ordi |grep ^k| cut -d / -f 4- > DLLNAME.sdb.txt`
4-
2. Upload file `DLLNAME.sdb.txt` in https://github.com/radare/radare2/tree/master/libr/bin/d/dll
5-
3. Change the following [Makefile](https://github.com/radare/radare2/blob/master/libr/bin/d/Makefile#L14)
4+
2. Upload file `DLLNAME.sdb.txt` in https://github.com/radareorg/radare2/tree/master/libr/bin/d/dll
5+
3. Change the following [Makefile](https://github.com/radareorg/radare2/blob/master/libr/bin/d/Makefile#L14)
66
4. Create a Pull Request to Master

doc/termux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The packages required to build are:
2424

2525
Now you can clone the repo and build:
2626

27-
git clone --depth 1 https://github.com/radare/radare2
27+
git clone --depth 1 https://github.com/radareorg/radare2
2828
cd radare2
2929
sys/termux.sh
3030

libr/core/canal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5018,7 +5018,7 @@ R_API void r_core_anal_esil(RCore *core, const char *str, const char *target) {
50185018
char *str2 = sdb_fmt ("esilref: '%s'", str);
50195019
// HACK avoid format string inside string used later as format
50205020
// string crashes disasm inside agf under some conditions.
5021-
// https://github.com/radare/radare2/issues/6937
5021+
// https://github.com/radareorg/radare2/issues/6937
50225022
r_str_replace_char (str2, '%', '&');
50235023
r_meta_set_string (core->anal, R_META_TYPE_COMMENT, cur, str2);
50245024
free (str);

libr/io/io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ R_API bool r_io_reopen(RIO* io, int fd, int perm, int mode) {
214214
}
215215
//does this really work, or do we have to handler debuggers ugly
216216
uri = old->referer? old->referer: old->uri;
217-
#if __WINDOWS__ //TODO: workaround, see https://github.com/radare/radare2/issues/8840
217+
#if __WINDOWS__ //TODO: workaround, see https://github.com/radareorg/radare2/issues/8840
218218
if (!r_io_desc_close (old)) {
219219
return false; // TODO: this is an unrecoverable scenario
220220
}

0 commit comments

Comments
 (0)