Skip to content

Commit f0379fc

Browse files
committed
Updated repo and author references.
1 parent 950a66c commit f0379fc

File tree

3 files changed

+11
-33
lines changed

3 files changed

+11
-33
lines changed

LICENSE-MIT

-22
This file was deleted.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jquery.localize.js
22

3-
[![Build Status](https://travis-ci.org/jgolla/jquery-localize.png?branch=master)](https://travis-ci.org/jgolla/jquery-localize)
3+
[![Build Status](https://travis-ci.org/coderifous/jquery-localize.png?branch=master)](https://travis-ci.org/coderifous/jquery-localize)
44

55
A jQuery plugin that makes it easy to i18n your static web site.
66

@@ -12,8 +12,8 @@ A jQuery plugin that makes it easy to i18n your static web site.
1212
## Getting Started
1313
Download the [production version][min] or the [development version][max].
1414

15-
[min]: https://raw.github.com/jgolla/jquery-localize/master/dist/jquery.localize.min.js
16-
[max]: https://raw.github.com/jgolla/jquery-localize/master/dist/jquery.localize.js
15+
[min]: https://raw.github.com/coderifous/jquery-localize/master/dist/jquery.localize.min.js
16+
[max]: https://raw.github.com/coderifous/jquery-localize/master/dist/jquery.localize.js
1717

1818
### Load the jquery-localize plugin on your page.
1919

@@ -190,4 +190,4 @@ Please use it, and contribute changes.
190190
http://github.com/coderifous/jquery-localize
191191

192192
Based off of Keith Wood's Localisation jQuery plugin.
193-
http://keith-wood.name/localisation.html
193+
http://keith-wood.name/localisation.html

localize.jquery.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
"title": "Localize",
44
"description": "A jQuery plugin that makes it easy to i18n your static web site.",
55
"version": "0.1.0",
6-
"homepage": "https://github.com/jgolla/jquery-localize",
6+
"homepage": "https://github.com/coderifous/jquery-localize",
77
"author": {
8-
"name": "jgolla",
9-
"email": "[email protected]"
8+
"name": "coderifous",
9+
"email": "[email protected]"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/jgolla/jquery-localize.git"
13+
"url": "https://github.com/coderifous/jquery-localize.git"
1414
},
15-
"bugs": "https://github.com/jgolla/jquery-localize/issues",
15+
"bugs": "https://github.com/coderifous/jquery-localize/issues",
1616
"licenses": [
1717
{
1818
"type": "MIT",
19-
"url": "https://github.com/jgolla/jquery-localize/blob/master/LICENSE-MIT"
19+
"url": "https://github.com/coderifous/jquery-localize/blob/master/LICENSE-MIT"
2020
}
2121
],
2222
"dependencies": {
2323
"jquery": "*"
2424
},
2525
"keywords": []
26-
}
26+
}

0 commit comments

Comments
 (0)