ari-stubs: Fix broken documentation anchors

All of the links that reference page anchors with capital letters in
the ids (#Something) have been changed to lower case to match the
anchors that are generated by mkdocs.

(cherry picked from commit 540c8b2794)
This commit is contained in:
George Joseph
2023-09-05 09:51:19 -06:00
committed by Asterisk Development Team
parent 9b1071f259
commit f2d3c6876d
4 changed files with 9 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ def main(argv):
RESOURCES_TRANSFORMS = [
Transform(rel('models.wiki.mustache'),
'%s/_Asterisk_REST_Data_Models.md' % args.dest_dir),
'%s/Asterisk_REST_Data_Models.md' % args.dest_dir),
Transform(rel('ari.make.mustache'), 'res/ari.make'),
Transform(rel('ari_model_validators.h.mustache'),
'res/ari/ari_model_validators.h'),