Skip to content

Commit

Permalink
Update MDN links in readme.md (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaller94 committed Feb 22, 2021
1 parent e984b3f commit a4d717c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -46,7 +46,7 @@ import { DOMParser } from 'xmldom'
API Reference
=====

* [DOMParser](https://developer.mozilla.org/en/DOMParser):
* [DOMParser](https://developer.mozilla.org/en-US/docs/Web/API/DOMParser):

```javascript
parseFromString(xmlsource,mimeType)
Expand Down Expand Up @@ -74,7 +74,7 @@ API Reference
```

* [XMLSerializer](https://developer.mozilla.org/en/XMLSerializer)
* [XMLSerializer](https://developer.mozilla.org/en-US/docs/Web/API/XMLSerializer)

```javascript
serializeToString(node)
Expand Down

0 comments on commit a4d717c

Please sign in to comment.