Skip to content

Commit 676111f

Browse files
authored
fix an error in the nginx rewrite (#2634)
1 parent e62c3f3 commit 676111f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx/includes/redirects.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ rewrite ^/docs/learn/networks$ "/docs/networks" permanent;
118118
rewrite ^/docs/learn/fundamentals/networks$ "/docs/networks" permanent;
119119

120120
# Meetings: old slug formats
121-
rewrite ^/meeting-notes/([0-9]{4})-([0-9]{2})-([0-9]{2})/?$ "/meetings/$1/$2/$3" permanent;
121+
rewrite ^/meeting-notes/(\d\d\d\d)-(\d\d)-(\d\d)/?$ "/meetings/$1/$2/$3" permanent;
122122
rewrite ^/meeting-notes(.*)$ "/meetings$1" permanent;
123123

124124
# Move some categories around

0 commit comments

Comments
 (0)