aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-14 01:05:37 +0000
committerdaurnimator <quae@daurnimator.com>2017-05-14 01:06:44 +0000
commitfd11094dabfe7bba0810cc4be4d3d0b8783152e5 (patch)
tree8196bb6d8dcbfc693ac2ba2e0973d7eaab505a6d
parent8c5f476397c6943d5c49e37ca26118b908d67143 (diff)
downloadfengari-fd11094dabfe7bba0810cc4be4d3d0b8783152e5.tar.gz
fengari-fd11094dabfe7bba0810cc4be4d3d0b8783152e5.tar.bz2
fengari-fd11094dabfe7bba0810cc4be4d3d0b8783152e5.zip
README,package.json: Update links for new organisation
-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",