Skip to content

Commit cebc44e

Browse files
authored
Fix wrong key name
Rename "repo_url" to "github_url"
1 parent 9f7ad66 commit cebc44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/unist/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ display_name: Universal Syntax Tree.
33
short_description: unist is a specification for syntax trees. It has a big ecosystem of utilities in JavaScript for working with these trees.
44
topic: unist
55
url: https://unifiedjs.com/
6-
repo_url: https://github.com/syntax-tree/unist
6+
github_url: https://github.com/syntax-tree/unist
77
related: ast, cst, syntax tree
88
---
99
unist is a specification for syntax trees. It has a big ecosystem of utilities in JavaScript for working with these trees. It’s implemented by several other specifications.

0 commit comments

Comments
 (0)