|
41 | 41 | <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/release-notes/index.html" appendQueryString="false" logRewrittenUrl="false" />
|
42 | 42 | </rule>
|
43 | 43 | <rule name="Redirect MDS guide" enabled="true" patternSyntax="ECMAScript">
|
44 |
| - <match url="guides/document-scanner.html" ignoreCase="true" negate="false" /> |
| 44 | + <match url="docs/guides/document-scanner.html" ignoreCase="true" negate="false" /> |
45 | 45 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
|
46 | 46 | <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/guide/index.html" appendQueryString="false" logRewrittenUrl="false" />
|
47 | 47 | </rule>
|
48 | 48 | <rule name="Redirect MWC guide" enabled="true" patternSyntax="ECMAScript">
|
49 |
| - <match url="guides/mobile-web-capture.html" ignoreCase="true" negate="false" /> |
| 49 | + <match url="docs/guides/mobile-web-capture.html" ignoreCase="true" negate="false" /> |
50 | 50 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
|
51 | 51 | <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/code-gallery/mobile-web-capture/index.html" appendQueryString="false" logRewrittenUrl="false" />
|
52 | 52 | </rule>
|
53 | 53 | <rule name="Redirect MWC customization guide" enabled="true" patternSyntax="ECMAScript">
|
54 |
| - <match url="guides/customization-guide.html" ignoreCase="true" negate="false" /> |
| 54 | + <match url="docs/guides/customization-guide.html" ignoreCase="true" negate="false" /> |
55 | 55 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
|
56 | 56 | <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/code-gallery/mobile-web-capture/customization-guide.html" appendQueryString="false" logRewrittenUrl="false" />
|
57 | 57 | </rule>
|
58 | 58 | <rule name="Redirect MWC API Reference" enabled="true" patternSyntax="ECMAScript">
|
59 |
| - <match url="api/mobile-web-capture.html" ignoreCase="true" negate="false" /> |
| 59 | + <match url="docs/api/mobile-web-capture.html" ignoreCase="true" negate="false" /> |
60 | 60 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
|
61 | 61 | <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/code-gallery/mobile-web-capture/api.html" appendQueryString="false" logRewrittenUrl="false" />
|
62 | 62 | </rule>
|
|
0 commit comments