We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6f8ed commit db9cf2dCopy full SHA for db9cf2d
aip/general/0008/aip.md
@@ -54,8 +54,9 @@ Front matter for AIPs **must** include:
54
- The `permalink` key (required): This **must** be set to
55
`/{aip.scope}/{aip.id}`. If there is no scope, use `/{aip.id}` instead.
56
- The `redirect_from` key: This should include one path
57
- that a reader would be likely to enter, including:
58
- - `/{aip.id}` (for AIPs where the permalink includes the scope)
+ that a reader would be likely to enter, such as "get" for the AIP about
+ the standard method `Get`. This means a link like `aip.dev/get` will
59
+ redirect a user to that AIP.
60
61
### Document structure
62
0 commit comments