Use 'archive policy' instead of 'archivepolicy'

This commit is contained in:
Mehdi Abaakouk
2015-09-03 10:58:30 +02:00
parent 710616f57b
commit bcf2dc7d2f
10 changed files with 46 additions and 46 deletions

View File

@@ -54,8 +54,8 @@ def gen_ref(ver, title, names):
"signs": "=" * len(name),
"pkg": pkg, "name": name})
gen_ref("v1", "Version 1 API", ["client", "resource", "archivepolicy",
"archivepolicyrule"])
gen_ref("v1", "Version 1 API", ["client", "resource", "archive_policy",
"archive_policy_rule"])
# -- General configuration ----------------------------------------------------