Skip to content

Commit

Permalink
[master] Update BitBucket links (#111)
Browse files Browse the repository at this point in the history
* [master] Update BitBucket links

Signed-off-by: Louise Poubel <[email protected]>

* Update include/ignition/math/Material.hh

Co-Authored-By: Alejandro Hernández Cordero <[email protected]>

Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
chapulina and ahcorde authored Apr 21, 2020
1 parent 1794251 commit 620527b
Show file tree
Hide file tree
Showing 12 changed files with 131 additions and 132 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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).
224 changes: 112 additions & 112 deletions Changelog.md

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

**Maintainer:** nate AT openrobotics DOT org

[![Bitbucket open issues](https://img.shields.io/bitbucket/issues-raw/ignitionrobotics/ign-math.svg)](https://bitbucket.org/ignitionrobotics/ign-math/issues)
[![Bitbucket open pull requests](https://img.shields.io/bitbucket/pr-raw/ignitionrobotics/ign-math.svg)](https://bitbucket.org/ignitionrobotics/ign-math/pull-requests)
[![GitHub open issues](https://img.shields.io/github/issues-raw/ignitionrobotics/ign-math.svg)](https://github.com/ignitionrobotics/ign-math/issues)
[![GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/ignitionrobotics/ign-math.svg)](https://github.com/ignitionrobotics/ign-math/pulls)
[![Discourse topics](https://img.shields.io/discourse/https/community.gazebosim.org/topics.svg)](https://community.gazebosim.org)
[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](https://www.apache.org/licenses/LICENSE-2.0)

Expand Down Expand Up @@ -95,7 +95,7 @@ The optional Eigen component of Ignition Math requires:
1. Clone the repository
```
hg clone https://bitbucket.org/ignitionrobotics/ign-math
git clone https://github.com/ignitionrobotics/ign-math
```
2. Configure and build
Expand All @@ -112,7 +112,7 @@ The optional Eigen component of Ignition Math requires:
# Usage
Please refer to the [examples directory](https://bitbucket.org/ignitionrobotics/ign-math/raw/default/examples/?at=default).
Please refer to the [examples directory](https://github.com/ignitionrobotics/ign-math/raw/master/examples/).
# Documentation
Expand All @@ -129,7 +129,7 @@ You can also generate the documentation from a clone of this repository by follo
2. Clone the repository
```
hg clone https://bitbucket.org/ignitionrobotics/ign-math
git clone https://github.com/ignitionrobotics/ign-math
```
3. Configure and build the documentation.
Expand Down Expand Up @@ -184,17 +184,17 @@ ign-math
# Contributing
Please see
[CONTRIBUTING.md](https://bitbucket.org/ignitionrobotics/ign-gazebo/src/406665896aa40bb42f14cf61d48b3d94f2fc5dd8/CONTRIBUTING.md?at=default&fileviewer=file-view-default).
[CONTRIBUTING.md](https://github.com/ignitionrobotics/ign-gazebo/blob/master/CONTRIBUTING.md).
# Code of Conduct
Please see
[CODE_OF_CONDUCT.md](https://bitbucket.org/ignitionrobotics/ign-gazebo/src/406665896aa40bb42f14cf61d48b3d94f2fc5dd8/CODE_OF_CONDUCT.md?at=default&fileviewer=file-view-default).
[CODE_OF_CONDUCT.md](https://github.com/ignitionrobotics/ign-gazebo/blob/master/CODE_OF_CONDUCT.md).
# Versioning
This library uses [Semantic Versioning](https://semver.org/). Additionally, this library is part of the [Ignition Robotics project](https://ignitionrobotics.org) which periodically releases a versioned set of compatible and complimentary libraries. See the [Ignition Robotics website](https://ignitionrobotics.org) for version and release information.
# License
This library is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). See also the [LICENSE](https://bitbucket.org/ignitionrobotics/ign-math/src/default/LICENSE) file.
This library is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). See also the [LICENSE](https://github.com/ignitionrobotics/ign-math/blob/master/LICENSE) file.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ environment:
CTEST_OUTPUT_ON_FAILURE: 1

install:
- hg summary
- hg clone https://bitbucket.org/ignitionrobotics/ign-cmake
- git clone https://github.com/ignitionrobotics/ign-cmake
- cd ign-cmake
- hg up ign-cmake2
- git checkout ign-cmake2
- md build
- cd build
- cmake .. -DBUILD_TESTING:BOOL=False
Expand Down
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipelines:
- make
# Make sure documentation generation generated no warnings.
- make doc
- bash <(curl -s https://bitbucket.org/ignitionrobotics/ign-cmake/raw/9db5e5487bc4b979b2f602d0b43b7074e010a0c8/tools/doc_check.sh)
- bash <(curl -s https://github.com/ignitionrobotics/ign-cmake/raw/master/tools/doc_check.sh)
- make test
- make coverage
# Use a special version of codecov for handling gcc8 output.
Expand Down
2 changes: 1 addition & 1 deletion include/ignition/math/Material.hh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace ignition
/// enum.
///
/// This class will replace the
/// [MaterialDensity class](https://bitbucket.org/ignitionrobotics/ign-common/src/ign-common1/include/ignition/common/MaterialDensity.hh)
/// [MaterialDensity class](https://github.com/ignitionrobotics/ign-common/blob/ign-common1/include/ignition/common/MaterialDensity.hh)
/// found in the Ignition Common library, which was at version 1 at the
/// time of this writing.
///
Expand Down
2 changes: 1 addition & 1 deletion src/SplinePrivate.hh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace ignition
{
// Workaround to compare the two vector of vectors in MSVC 2013
// and MSVC 2015. See
// https://bitbucket.org/ignitionrobotics/ign-math/issues/70
// https://github.com/ignitionrobotics/ign-math/issues/70
if (this->derivatives.size() != _other.derivatives.size())
return false;

Expand Down
2 changes: 1 addition & 1 deletion test/integration/ExamplesBuild_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


// Helper functions copied from
// https://bitbucket.org/ignitionrobotics/ign-common/raw/default/src/Filesystem_TEST.cc
// https://github.com/ignitionrobotics/ign-common/raw/master/src/Filesystem_TEST.cc

#ifndef _WIN32
#include <dirent.h> // NOLINT(build/include_order)
Expand Down
2 changes: 1 addition & 1 deletion tutorials/example_angle.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tutorial explains how to use the `Angle` class from Ignition Math library.
Go to `ign-math/examples` and use `cmake` to compile the code:

```{.sh}
hg clone https://bitbucket.org/ignitionrobotics/ign-math/ -b default
git clone https://github.com/ignitionrobotics/ign-math/ -b master
cd ign-math/examples
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion tutorials/example_triangle.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This tutorial explains how to use the `Triangle` class from Ignition Math librar
Go to `ign-math/examples` and use `cmake` to compile the code:

```{.sh}
hg clone https://bitbucket.org/ignitionrobotics/ign-math/ -b default
git clone https://github.com/ignitionrobotics/ign-math/ -b master
cd ign-math/examples
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion tutorials/example_vector2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tutorial explains how to use the `Vector` class from Ignition Math library.
To compile the code, go to `ign-math/examples` and use `cmake`:

```{.sh}
hg clone https://bitbucket.org/ignitionrobotics/ign-math/ -b default
git clone https://github.com/ignitionrobotics/ign-math/ -b master
cd ign-math/examples
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion tutorials/rotation_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This example explains how to use quaternions and euler angles, and how to conver
Go to `ign-math/examples` and use `cmake` to compile the code:

```{.sh}
hg clone https://bitbucket.org/ignitionrobotics/ign-math/ -b default
git clone https://github.com/ignitionrobotics/ign-math/ -b master
cd ign-math/examples
mkdir build
cd build
Expand Down

0 comments on commit 620527b

Please sign in to comment.