[redirects-web/proxy] Missing trailing slash



commit baf9b4dc138fa5c479e7014d71089c88729ecc97
Author: Andrea Veri <averi redhat com>
Date:   Fri Jul 30 14:08:03 2021 +0200

    Missing trailing slash

 conf.d/developer.gnome.org.conf | 52 ++++++++++++++++++++---------------------
 1 file changed, 26 insertions(+), 26 deletions(-)
---
diff --git a/conf.d/developer.gnome.org.conf b/conf.d/developer.gnome.org.conf
index 7f2b33f..170bd5e 100644
--- a/conf.d/developer.gnome.org.conf
+++ b/conf.d/developer.gnome.org.conf
@@ -11,107 +11,107 @@ server {
         proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
     } 
 
-    location /platform-overview/unstable {
+    location /platform-overview/unstable/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/introduction.html 
https://developer.gnome.org/platform-overview/unstable/;
     } 
 
-    location /guides {
+    location /guides/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/guidelines.html 
https://developer.gnome.org/guides/;
     } 
 
-    location /AlternateMenubarLayout {
+    location /AlternateMenubarLayout/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/AlternateMenubarLayout/;
     } 
 
-    location /AppFolders {
+    location /AppFolders/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/AppFolders/;
     } 
 
-    location /ChooseApplicationID {
+    location /ChooseApplicationID/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application-id.html 
https://developer.gnome.org/ChooseApplicationID/;
     } 
 
-    location /Buttons {
+    location /Buttons/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/Buttons/;
     } 
 
-    location /CustomStyle {
+    location /CustomStyle/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/CustomStyle/;
     } 
 
-    location /Deprecations {
+    location /Deprecations/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/deprecations.html 
https://developer.gnome.org/Deprecations/;
     } 
 
-    location /DragAndDrop {
+    location /DragAndDrop/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/DragAndDrop/;
     } 
 
-    location /Dialogs {
+    location /Dialogs/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/Dialogs/;
     } 
 
-    location /ExtractShell {
+    location /ExtractShell/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/ExtractShell/;
     } 
 
-    location /GAction {
+    location /GAction/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/actions.html 
https://developer.gnome.org/GAction/;
     } 
 
-    location /GNotification {
+    location /GNotification/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/notifications.html 
https://developer.gnome.org/GNotification/;
     } 
 
-    location /Gestures {
+    location /Gestures/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/Gestures/;
     } 
 
-    location /CommandLine {
+    location /CommandLine/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/CommandLine/;
     } 
 
-    location /ClutterGstGirPython {
+    location /ClutterGstGirPython/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/ClutterGstGirPython/;
     } 
 
-    location /Labels {
+    location /Labels/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/Labels/;
     } 
 
-    location /ApplicationMenu {
+    location /ApplicationMenu/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/ApplicationMenu/;
     } 
 
-    location /SaveWindowState {
+    location /SaveWindowState/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/save-state.html 
https://developer.gnome.org/SaveWindowState/;
     } 
 
-    location /SearchProvider {
+    location /SearchProvider/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/search-provider.html 
https://developer.gnome.org/SearchProvider/;
     } 
 
-    location /DBusApplicationLaunching {
+    location /DBusApplicationLaunching/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/DBusApplicationLaunching/;
     } 
 
-    location /SubclassGObject {
+    location /SubclassGObject/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/SubclassGObject/;
     } 
 
-    location /ThemedIcons {
+    location /ThemedIcons/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/themed-icons.html 
https://developer.gnome.org/ThemedIcons/;
     } 
 
-    location /GMenu {
+    location /GMenu/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/menus.html 
https://developer.gnome.org/GMenu/;
     } 
 
-    location /GSettings {
+    location /GSettings/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/GSettings/;
     } 
 
-    location /GtkApplication {
+    location /GtkApplication/ {
         proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application.html 
https://developer.gnome.org/GtkApplication/;
     } 
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]