Skip to content

Commit a3fa27e

Browse files
committed
Fix example link, replace CI badge
1 parent f4ab2a3 commit a3fa27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# slimdom
22

33
[![NPM version](https://badge.fury.io/js/slimdom.svg)](https://badge.fury.io/js/slimdom)
4-
[![Build Status](https://travis-ci.org/bwrrp/slimdom.js.svg?branch=master)](https://travis-ci.org/bwrrp/slimdom.js)
4+
[![CI](https://github.com/bwrrp/slimdom.js/workflows/CI/badge.svg)](https://github.com/bwrrp/slimdom.js/actions?query=workflow%3ACI)
55

66
Fast, tiny, standards-compliant XML DOM implementation for node and the browser.
77

@@ -98,7 +98,7 @@ The following features are missing simply because I have not yet had a need for
9898

9999
[slimdom-sax-parser]: https://github.com/wvbe/slimdom-sax-parser
100100
[fontoxpath]: https://github.com/FontoXML/fontoxpath/
101-
[parse5-example]: https://github.com/bwrrp/slimdom.js/tree/master/test/examples/parse5
101+
[parse5-example]: https://github.com/bwrrp/slimdom.js/tree/main/test/examples/parse5
102102
[parse5]: https://github.com/inikulin/parse5
103103
[dom-treeadapter]: https://github.com/RReverser/dom-treeadapter
104104
[jsdom]: https://github.com/jsdom/jsdom

0 commit comments

Comments
 (0)