diff --git a/api/parser.go b/api/parser.go index c26ad7d6..7f18baea 100644 --- a/api/parser.go +++ b/api/parser.go @@ -316,7 +316,7 @@ func extractHrefs(child *Element) (h Href) { Required: isContains("attributes.typeAttributes", "required", content), Key: content.Path("content.key.content").String(), Value: content.Path("content.value.content").String(), - Kind: content.Path("content.value.element").String(), + Kind: content.Path("meta.title").String(), Description: content.Path("meta.description").String(), }