10000 wrong url :) (#2031) · python/pythondotorg@211edf6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 211edf6

Browse files
authored
wrong url :) (#2031)
1 parent 3841adb commit 211edf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ http {
261261
}
262262

263263
location ~ ^/dev/peps/peps.rss/?$ {
264-
return 301 https://peps.python.org/peps/peps.rss/;
264+
return 301 https://peps.python.org/peps.rss/;
265265
}
266266

267267
location ~ ^/peps/pep-(.*)\.html$ {

0 commit comments

Comments
 (0)
0