Skip to content

Commit

Permalink
docs-4381-remove-query-redir
Browse files Browse the repository at this point in the history
Error in user search query syntax redirect; fixing.
  • Loading branch information
pavokta authored Sep 30, 2024
1 parent f2604f5 commit f7a8a9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -8863,9 +8863,8 @@ const redirects = [
from: [
'/users/search/v3/query-syntax',
'/users/user-search/user-search-query-syntax',
'/manage-users/user-search/user-search-query-syntax',
],
to: '/manage-users/user-search',
to: '/manage-users/user-search/user-search-query-syntax',
},
{
from: [
Expand Down

0 comments on commit f7a8a9c

Please sign in to comment.