Skip to content

Commit cf6de42

Browse files
authored
[gzweb] bitbucket->github update links (#118)
Updates the links related to gzweb and instructions to use git
1 parent 5297315 commit cf6de42

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

gzweb_development/tutorial.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Overview
22

33
The source code for GzWeb is located at the
4-
[osrf/gzweb](https://bitbucket.org/osrf/gzweb) Bitbucket repository.
4+
[osrf/gzweb](https://github.com/osrf/gzweb) GitHub repository.
55

66
The source code is composed of two main parts: Javascript code inside `gzweb/gz3d`,
77
responsible for visualization, and C++ code inside `gzweb/gzbridge`,
@@ -77,14 +77,14 @@ GzWeb communicates with `gzserver` by publishing and subscribing to Gazebo topic
7777

7878
## Bug reports and feature requests
7979

80-
On GzWeb's [issue tracker](https://bitbucket.org/osrf/gzweb/issues),
80+
On GzWeb's [issue tracker](https://github.com/osrf/gzweb/issues),
8181
you're able to report bugs and ask for new features. Simply create an issue and
8282
categorize it accordingly.
8383

8484
## Pull requests
8585

8686
If you've fixed a bug or added a feature and would like your changes to be
8787
integrated into GzWeb, you can make a
88-
[pull request](https://bitbucket.org/osrf/gzweb/pull-requests) to the
88+
[pull request](https://github.com/osrf/gzweb/pulls) to the
8989
repository, and the changes will be reviewed and merged.
9090

gzweb_development/tutorial_1.9.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overview
22

3-
The source code for Gzweb is located at the [osrf/gzweb](https://bitbucket.org/osrf/gzweb) Bitbucket repository. The source code is composed of two main parts: Javascript code inside `gzweb/gz3d`, responsible for visualization, and C++ code inside `gzweb/gzbridge`, responsible for communicating with `gzserver`.
3+
The source code for Gzweb is located at the [osrf/gzweb](https://github.com/osrf/gzweb) GitHub repository. The source code is composed of two main parts: Javascript code inside `gzweb/gz3d`, responsible for visualization, and C++ code inside `gzweb/gzbridge`, responsible for communicating with `gzserver`.
44

55
# Javascript development
66

@@ -46,8 +46,8 @@ Gzweb communicates with `gzserver` by publishing and subscribing to Gazebo topic
4646

4747
## Bug reports and feature requests
4848

49-
On Gzweb's [issue tracker](https://bitbucket.org/osrf/gzweb/issues?status=new&status=open), you're able to report bugs and ask for new features. Simply create an issue and categorize it accordingly.
49+
On Gzweb's [issue tracker](https://github.com/osrf/gzweb/issues), you're able to report bugs and ask for new features. Simply create an issue and categorize it accordingly.
5050

5151
## Pull requests
5252

53-
If you've fixed a bug or added a feature and would like your changes to be integrated into Gzweb, you can make a [pull request](https://bitbucket.org/osrf/gzweb/pull-requests) to the repository, and the changes will be reviewed and merged.
53+
If you've fixed a bug or added a feature and would like your changes to be integrated into Gzweb, you can make a [pull request](https://github.com/osrf/gzweb/pulls) to the repository, and the changes will be reviewed and merged.

gzweb_install/tutorial_1.9.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gzweb is a graphical interface which communicates with gzserver. To use
2727
1. Next, install the dependencies from a terminal:
2828

2929
~~~
30-
sudo apt-get install libjansson-dev nodejs npm libboost-dev imagemagick libtinyxml-dev mercurial cmake build-essential
30+
sudo apt-get install libjansson-dev nodejs npm libboost-dev imagemagick libtinyxml-dev git cmake build-essential
3131
~~~
3232
3333
@@ -36,15 +36,15 @@ Gzweb is a graphical interface which communicates with gzserver. To use
3636
1. Clone the repository into a directory in your home folder:
3737
3838
~~~
39-
cd ~; hg clone https://bitbucket.org/osrf/gzweb
39+
cd ~; git clone https://github.com/osrf/gzweb
4040
~~~
4141
4242
1. Enter the Gzweb repository and switch to a release branch:
4343
4444
~~~
4545
cd ~/gzweb
4646
# Note for Gazebo versions < 7, please use the gzweb_1.2.0 branch
47-
hg up gzweb_1.3.0
47+
git checkout gzweb_1.3.0
4848
~~~
4949
5050
1. The first time you build, you'll need to gather all the Gazebo models in the right directory and prepare them for the web. Before running the deploy script, you'll need to source the Gazebo setup.sh file:

0 commit comments

Comments
 (0)