@@ -10,9 +10,6 @@ Transform [HAST][] to something else through a [hyperscript][] DSL.
1010npm install hast-to-hyperscript
1111```
1212
13- ** hast-to-hyperscript** is also available as an AMD, CommonJS, and globals
14- module, [ uncompressed and compressed] [ releases ] .
15-
1613## Usage
1714
1815Dependencies:
@@ -110,25 +107,23 @@ around these differences for:
110107
111108<!-- Definitions -->
112109
113- [ travis-badge ] : https://img.shields.io/travis/wooorm /hast-to-hyperscript.svg
110+ [ travis-badge ] : https://img.shields.io/travis/syntax-tree /hast-to-hyperscript.svg
114111
115- [ travis ] : https://travis-ci.org/wooorm /hast-to-hyperscript
112+ [ travis ] : https://travis-ci.org/syntax-tree /hast-to-hyperscript
116113
117- [ codecov-badge ] : https://img.shields.io/codecov/c/github/wooorm /hast-to-hyperscript.svg
114+ [ codecov-badge ] : https://img.shields.io/codecov/c/github/syntax-tree /hast-to-hyperscript.svg
118115
119- [ codecov ] : https://codecov.io/github/wooorm /hast-to-hyperscript
116+ [ codecov ] : https://codecov.io/github/syntax-tree /hast-to-hyperscript
120117
121118[ npm ] : https://docs.npmjs.com/cli/install
122119
123- [ releases ] : https://github.com/wooorm/hast-to-hyperscript/releases
124-
125120[ license ] : LICENSE
126121
127122[ author ] : http://wooorm.com
128123
129- [ hast ] : https://github.com/wooorm /hast
124+ [ hast ] : https://github.com/syntax-tree /hast
130125
131- [ element ] : https://github.com/wooorm /hast#element
126+ [ element ] : https://github.com/syntax-tree /hast#element
132127
133128[ vdom ] : https://github.com/Matt-Esch/virtual-dom/tree/master/virtual-hyperscript
134129
@@ -138,4 +133,4 @@ around these differences for:
138133
139134[ react ] : https://facebook.github.io/react/docs/glossary.html#react-elements
140135
141- [ hastscript ] : https://github.com/wooorm /hastscript
136+ [ hastscript ] : https://github.com/syntax-tree /hastscript
0 commit comments