aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--package.json6
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 95d0a60..1fea739 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-[![Build Status](https://travis-ci.org/giann/fengari.svg?branch=master)](https://travis-ci.org/giann/fengari) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
+[![Build Status](https://travis-ci.org/fengari-lua/fengari.svg?branch=master)](https://travis-ci.org/fengari-lua/fengari) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<p align="center">
- <img src="https://github.com/giann/fengari/raw/master/logo.png" alt="Fengari" width="304" height="304">
+ <img src="https://github.com/fengari-lua/fengari/raw/master/logo.png" alt="Fengari" width="304" height="304">
</p>
# fengari
@@ -73,7 +73,7 @@
- [ ] `tpack.lua`
- [ ] `utf8.lua`
- [ ] `verybig.lua`
-- [ ] DOM API binding: [https://github.com/daurnimator/fengari-interop](https://github.com/daurnimator/fengari-interop)
+- [ ] DOM API binding: [https://github.com/fengari-lua/fengari-interop](https://github.com/fengari-lua/fengari-interop)
## References
diff --git a/package.json b/package.json
index abedcc4..f4f4db3 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/giann/fengari.git"
+ "url": "git+https://github.com/fengari-lua/fengari.git"
},
"keywords": [
"lua",
@@ -24,9 +24,9 @@
],
"license": "MIT",
"bugs": {
- "url": "https://github.com/giann/fengari/issues"
+ "url": "https://github.com/fengari-lua/fengari/issues"
},
- "homepage": "https://github.com/giann/fengari#readme",
+ "homepage": "https://github.com/fengari-lua/fengari#readme",
"devDependencies": {
"faucet": "0.0.1",
"tape": "^2.0.1",