mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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.
This commit is contained in:
@@ -6,8 +6,8 @@ title: Asterisk REST Data Models
|
||||
{{#api_declaration}}
|
||||
{{#models}}
|
||||
## {{id}}
|
||||
{{#extends}}Base type: [{{extends}}](#{{extends}}){{/extends}}
|
||||
{{#has_subtypes}}Subtypes:{{#all_subtypes}} [{{id}}](#{{id}}){{/all_subtypes}}{{/has_subtypes}}
|
||||
{{#extends}}Base type: [{{extends}}](#{{extends_lc}}){{/extends}}
|
||||
{{#has_subtypes}}Subtypes:{{#all_subtypes}} [{{id}}](#{{id_lc}}){{/all_subtypes}}{{/has_subtypes}}
|
||||
### Model
|
||||
``` javascript title="{{id}}" linenums="1"
|
||||
{{{model_json}}}
|
||||
|
Reference in New Issue
Block a user