summaryrefslogtreecommitdiffstats
path: root/docs/redirects.yml
blob: 707781313ec71ef3b91cee866d04ca2cbf63fb71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Authoritative list of redirects we have configured in RTD,
# https://pypi.org/project/readthedocs-cli/
---
- type: page
  from_url: /rules/git-latest/
  to_url: /rules/latest/
- type: page
  from_url: /rules/hg-latest/
  to_url: /rules/latest/
- type: page
  from_url: /rules/meta-no-info/
  # cspell:disable-next-line
  to_url: /rules/schemas/#schemameta
- type: page
  from_url: /rules/deprecated-command-syntax/
  to_url: /rules/no-free-form/
- type: page
  from_url: /default_rules/index/
  to_url: /rules/
- type: page
  from_url: /en/latest/
  to_url: /
- type: page
  from_url: /en/latest/installing.html
  to_url: /installing/
- type: page
  from_url: /en/latest/rules.html
  to_url: /rules/
- type: page
  from_url: /en/latest/default_rules/
  to_url: /rules/
- type: page
  from_url: /en/latest/pkg/ansiblelint.rules.empty_string_compare/
  to_url: /rules/empty-string-compare/
# Keep this last or it will match all the other rules
- type: sphinx_htmldir
  from_url: ""
  to_url: ""