Skip to content

Commit 7c2e884

Browse files
docs: update link to project website (#214)
1 parent 57df2ea commit 7c2e884

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<h1>microformats-parser</h1>
1+
# microformats-parser
22

3-
A JavaScript microformats v2 parser, with v1 back-compatibility. [View the demo](https://aimee-gm.github.io/microformats-parser/). Works with both the browser and node.js.
3+
A JavaScript microformats v2 parser, with v1 back-compatibility. [View the demo](https://microformats.github.io/microformats-parser/). Works with both the browser and node.js.
44

55
Follows the [microformats2 parsing specification](http://microformats.org/wiki/microformats2-parsing).
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "A JavaScript microformats v2 parser for the browser and node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"homepage": "https://aimee-gm.github.io/microformats-parser/",
8-
"repository": "https://github.com/aimee-gm/microformats-parser.git",
7+
"homepage": "https://microformats.github.io/microformats-parser/",
8+
"repository": "https://github.com/microformats/microformats-parser.git",
99
"author": "Aimee Gamble-Milner (https://github.com/aimee-gm)",
1010
"license": "MIT",
1111
"keywords": [

0 commit comments

Comments
 (0)