Skip to content

Commit

Permalink
oam system guide was removed in 27.1, so we should not redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Oct 14, 2024
1 parent 8b8cc22 commit 6530e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/redirects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set -e

VERIFY_SOURCE=false
SYSTEM_GUIDES=$(find docs/26/ -name users_guide.html | grep -v "apps" | awk -F/ '{print $3}' | grep -v general_info | grep -v system_architecture_intro)
SYSTEM_GUIDES=$(find docs/26/ -name users_guide.html | grep -v "apps" | awk -F/ '{print $3}' | grep -v general_info | grep -v system_architecture_intro | grep -v oam )

_check() {
LOWERCASE_TARGET=$(echo "$2" | tr '[:upper:]' '[:lower:]')
Expand Down

0 comments on commit 6530e82

Please sign in to comment.