Skip to content

Commit ebbbe95

Browse files
authored
Merge pull request #120 from anjackson/patch-1
Document aliases in more detail
2 parents 6f59c18 + 0d140e4 commit ebbbe95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ Canonicalisation Aliases
254254

255255
Alias records allow the grouping of URLs so they will deliver as if they are different snapshots of the same page.
256256

257-
@alias <source-url> <target-url>
257+
@alias <alias-url> <target-url>
258258

259-
For example:
259+
For example, if an index contains records for `www.example.org` URLs, aliases can be added so queries for `legacy.example.org` URLs will resolve to `www.example.org`:
260260

261261
@alias http://legacy.example.org/page-one http://www.example.org/page1
262262
@alias http://legacy.example.org/page-two http://www.example.org/page2

0 commit comments

Comments
 (0)