Skip to content

Commit 4f7c6e4

Browse files
committed
move repo to CoppeliaRobotics organization
1 parent 995765c commit 4f7c6e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "external/v_repStubsGen"]
22
path = external/v_repStubsGen
3-
url = https://github.com/fferri/v_repStubsGen
3+
url = https://github.com/CoppeliaRobotics/v_repStubsGen

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
### Compiling
44

5-
1. Install required packages for [v_repStubsGen](https://github.com/fferri/v_repStubsGen): see v_repStubsGen's [README](external/v_repStubsGen/README.md)
5+
1. Install required packages for [v_repStubsGen](https://github.com/CoppeliaRobotics/v_repStubsGen): see v_repStubsGen's [README](external/v_repStubsGen/README.md)
66
2. Compile ompl-1.1.0
77
2. Checkout and compile
88
```text
9-
$ git clone --recursive https://github.com/fferri/v_repExtOMPL.git
9+
$ git clone --recursive https://github.com/CoppeliaRobotics/v_repExtOMPL.git
1010
$ cd v_repExtOMPL
1111
$ cmake .
1212
$ cmake --build .

0 commit comments

Comments
 (0)