docs: Update links in README and manual

Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
Snir Sheriber 2018-05-10 16:03:25 +03:00
parent 04e7f512d2
commit 6f19579254
2 changed files with 4 additions and 4 deletions

2
README
View File

@ -63,7 +63,7 @@ be reported to the OS vendors' own bug tracker first.
The latest SPICE code can be found in GIT at:
https://cgit.freedesktop.org/spice/
https://gitlab.freedesktop.org/spice/
Licensing
---------

View File

@ -1071,8 +1071,8 @@ required Spice components.
Client requirements
~~~~~~~~~~~~~~~~~~~
See the http://cgit.freedesktop.org/spice/spice-gtk/tree/README[README
file in spice-gtk] for the list of dependencies.
See the https://gitlab.freedesktop.org/spice/spice-gtk/raw/master/README
[README file in spice-gtk] for the list of dependencies.
Host requirements
~~~~~~~~~~~~~~~~~
@ -1112,7 +1112,7 @@ export INST_ROOT="/opt/spice"; mkdir $INST_ROOT
export PKG_CONFIG_PATH=$INST_ROOT/lib/pkgconfig:$PKG_CONFIG_PATH
cd $BUILD_ROOT
git clone git://cgit.freedesktop.org/spice/spice
git clone https://gitlab.freedesktop.org/spice/spice.git
cd $BUILD_ROOT/spice
./configure --prefix=$INST_ROOT
make