From fd11094dabfe7bba0810cc4be4d3d0b8783152e5 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 14 May 2017 01:05:37 +0000 Subject: README,package.json: Update links for new organisation --- README.md | 6 +++--- package.json | 6 +++--- 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)

- Fengari + Fengari

# 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", -- cgit v1.2.3-54-g00ecf