diff options
| -rw-r--r-- | docs/html/_redirects.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 2ca77dd4bea9..ab0d349544ae 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -113,13 +113,14 @@ redirects: - from: /guide/appendix/install-location.html to: /guide/topics/data/install-location.html -- from: /guide/basics/what-is-android.html +- from: /guide/basics/... to: /about/index.html - from: /guide/topics/security/security.html to: /training/articles/security-tips.html -# type: permanent -# comment: Move content and then adjust this + +- from: /guide/topics/security/index.html + to: /training/articles/security-tips.html - from: /guide/appendix/market-filters.html to: /google/play/filters.html |