We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49fbdb commit d7fc587Copy full SHA for d7fc587
scripts/app_engine_server/redirects.yaml
@@ -253,7 +253,7 @@ redirects:
253
comment: Redirect to new location
254
255
# new one
256
-- src: /guide/basics/what-is-android.html
+- src: /guide/basics/.*
257
dst: /about/index.html
258
type: permanent
259
@@ -263,6 +263,11 @@ redirects:
263
264
265
266
+- src: /guide/topics/security/index.html
267
+ dst: /training/articles/security-tips.html
268
+ type: permanent
269
+ comment: Redirect to new location
270
+
271
272
- src: /guide/appendix/market-filters.html
273
dst: /google/play/filters.html
0 commit comments