File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,10 @@ AddType text/vtt vtt
141141
142142 # Service Mesh redirect from 3 to 4
143143 RewriteRule ^container-platform/3\.11/servicemesh-install/servicemesh-install.html$ /container-platform/4.3/service_mesh/service_mesh_install/preparing-ossm-installation.html [NE,R=301]
144-
144+
145+ # Service Mesh redirect for Kiali tutorial to User Guide (https://github.com/openshift/openshift-docs/pull/22717)
146+ RewriteRule ^container-platform/4\.4/service_mesh/service_mesh_day_two/ossm-tutorial-kiali.html$ /container-platform/4.4/service_mesh/service_mesh_user_guide/ossm-observability.html [NE,R=301]
147+
145148 # redirects for paths using dashes
146149 RewriteRule ^container-platform/(4\.1|4\.2|4\.3)/web-console/?(.*)$ /container-platform/$1/web_console/$2 [NE,R=301]
147150
You can’t perform that action at this time.
0 commit comments