[redirects-web/proxy] Additional redirects
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [redirects-web/proxy] Additional redirects
- Date: Mon, 2 Aug 2021 12:54:08 +0000 (UTC)
commit a280d24fa35bce210ae1b044594fa87c69160466
Author: Andrea Veri <averi redhat com>
Date: Mon Aug 2 14:53:49 2021 +0200
Additional redirects
conf.d/developer.gnome.org.conf | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
---
diff --git a/conf.d/developer.gnome.org.conf b/conf.d/developer.gnome.org.conf
index e4b1cb5..0cbb26a 100644
--- a/conf.d/developer.gnome.org.conf
+++ b/conf.d/developer.gnome.org.conf
@@ -15,6 +15,46 @@ server {
return 301 https://wiki.gnome.org/Projects/Jhbuild/Introduction;
}
+ location /glib {
+ return 301 https://docs.gtk.org/glib;
+ }
+
+ location /gobject {
+ return 301 https://docs.gtk.org/gobject;
+ }
+
+ location /gio {
+ return 301 https://docs.gtk.org/gio;
+ }
+
+ location /gtk3 {
+ return 301 https://docs.gtk.org/gtk3;
+ }
+
+ location /gdk3 {
+ return 301 https://docs.gtk.org/gdk3;
+ }
+
+ location /atk {
+ return 301 https://gnome.pages.gitlab.gnome.org/atk;
+ }
+
+ location /libsigc++ {
+ return 301 https://developer-old.gnome.org/libsigc++;
+ }
+
+ location /glibmm {
+ return 301 https://developer-old.gnome.org/glibmm;
+ }
+
+ location /gtkmm {
+ return 301 https://developer-old.gnome.org/gtkmm;
+ }
+
+ location /gtkmm-tutorial {
+ return 301 https://developer-old.gnome.org/gtkmm-tutorial;
+ }
+
location /platform-overview/unstable {
proxy_set_header Host teams.pages.gitlab.gnome.org;
proxy_set_header X-Forwarded-Host "";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]