diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6877dd26..147239ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -See the [Ignition Robotics contributing guide](https://bitbucket.org/ignitionrobotics/ign-gazebo/src/default/CONTRIBUTING.md). +See the [Ignition Robotics contributing guide](https://ignitionrobotics.org/docs/all/contributing). diff --git a/Changelog.md b/Changelog.md index 1e250a22..1a8644a5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ ### Ignition Plugin 1.1.0 (2019-11-21) 1. Add SelectSpecializers to allow ign-physics to improve compilation time. - * [Pull request 32](https://bitbucket.org/ignitionrobotics/ign-physics/pull-requests/32) + * [BitBucket pull request 32](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-physics/pull-requests/32) ### Ignition Plugin 1.0.0 (2019-02-05) diff --git a/appveyor.yml b/appveyor.yml index 72174162..4b5cb827 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,9 +10,8 @@ environment: install: - vcpkg install dlfcn-win32 - - hg summary # ign-cmake - - hg clone https://bitbucket.org/ignitionrobotics/ign-cmake -b gz11 + - git clone https://github.com/ignitionrobotics/ign-cmake -b gz11 - cd ign-cmake - md build - cd build diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 81b96cb3..6fcdc20c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -21,7 +21,7 @@ pipelines: - apt-get -y install cmake pkg-config python ruby-ronn g++-8 libignition-cmake2-dev - curl git mercurial cppcheck + curl git cppcheck - update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 800 --slave /usr/bin/g++ g++ /usr/bin/g++-8 --slave /usr/bin/gcov gcov /usr/bin/gcov-8 - gcc -v - g++ -v diff --git a/tutorials/02_installation.md b/tutorials/02_installation.md index 4a53a96f..2538a8d6 100644 --- a/tutorials/02_installation.md +++ b/tutorials/02_installation.md @@ -42,9 +42,9 @@ Run the following to install dependencies sudo apt-get install libignition-cmake2-dev ``` -Clone the ign-plugin repository from bitbucket +Clone the ign-plugin repository from GitHub ```{.sh} -hg clone https://bitbucket.org/ignitionrobotics/ign-plugin +git clone https://github.com/ignitionrobotics/ign-plugin ``` Then build using CMake @@ -89,9 +89,9 @@ brew tap osrf/simulation brew install ignition-plugin1 --only-dependencies ``` -Clone the ign-plugin repository from bitbucket +Clone the ign-plugin repository from GitHub ```{.sh} -hg clone https://bitbucket.org/ignitionrobotics/ign-plugin +git clone https://github.com/ignitionrobotics/ign-plugin ``` Then build using CMake