summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-12-17 12:46:12 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-12-17 12:46:12 +0000
commit4f12e2f71184d979fc03df4fcda2d2e26b99cfa4 (patch)
tree9f6272881f4c796e512451fa886dbb930329ca0f
parentdb08bccb1133b771e73058db60781eff8fd77105 (diff)
downloadgtk+-4f12e2f71184d979fc03df4fcda2d2e26b99cfa4.tar.gz
Fix URLs for the download.gnome.org locationsissue-3483
Use a trailing slash, otherwise we end up on an out of date mirror. Fixes: #3483
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index c26db1b613..24feea236f 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ license fees or royalties.
The official download location
- - https://download.gnome.org/sources/gtk+
+ - https://download.gnome.org/sources/gtk/
The official web site
@@ -49,11 +49,11 @@ In order to build GTK you will need:
You will also need various dependencies, based on the platform you are
building for:
- - [GLib](https://download.gnome.org/sources/glib)
- - [GdkPixbuf](https://download.gnome.org/sources/gdk-pixbuf)
- - [GObject-Introspection](https://download.gnome.org/sources/gobject-introspection)
- - [Cairo](https://www.cairographics.org)
- - [Pango](https://download.gnome.org/sources/pango)
+ - [GLib](https://download.gnome.org/sources/glib/)
+ - [GdkPixbuf](https://download.gnome.org/sources/gdk-pixbuf/)
+ - [GObject-Introspection](https://download.gnome.org/sources/gobject-introspection/)
+ - [Cairo](https://www.cairographics.org/)
+ - [Pango](https://download.gnome.org/sources/pango/)
- [Epoxy](https://github.com/anholt/libepoxy)
- [Graphene](https://github.com/ebassi/graphene)
- [Xkb-common](https://github.com/xkbcommon/libxkbcommon)