From 6f195792542f5a6760bedf80ac5a18900ccd9ad6 Mon Sep 17 00:00:00 2001 From: Snir Sheriber Date: Thu, 10 May 2018 16:03:25 +0300 Subject: [PATCH] docs: Update links in README and manual Signed-off-by: Snir Sheriber Acked-by: Eduardo Lima (Etrunko) --- README | 2 +- docs/manual/manual.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 4aaf6a7c..f9a0c7fe 100644 --- a/README +++ b/README @@ -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 --------- diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index df3c17d7..40d080d9 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -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