Skip to content

Commit 0a70af7

Browse files
committed
Docs: Replace all gh/jquery occurrences with gh/globalizejs
Ref #645
1 parent 067b521 commit 0a70af7

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Globalize
22

3-
[![Build Status](https://secure.travis-ci.org/jquery/globalize.svg?branch=master)](http://travis-ci.org/jquery/globalize)
4-
[![devDependency Status](https://david-dm.org/jquery/globalize/status.svg)](https://david-dm.org/jquery/globalize#info=dependencies)
5-
[![devDependency Status](https://david-dm.org/jquery/globalize/dev-status.svg)](https://david-dm.org/jquery/globalize#info=devDependencies)
3+
[![Build Status](https://secure.travis-ci.org/globalizejs/globalize.svg?branch=master)](http://travis-ci.org/globalizejs/globalize)
4+
[![devDependency Status](https://david-dm.org/globalizejs/globalize/status.svg)](https://david-dm.org/globalizejs/globalize#info=dependencies)
5+
[![devDependency Status](https://david-dm.org/globalizejs/globalize/dev-status.svg)](https://david-dm.org/globalizejs/globalize#info=devDependencies)
66

77
A JavaScript library for internationalization and localization that leverage the
88
official [Unicode CLDR](http://cldr.unicode.org/) JSON data. The library works both for the browser and as a
@@ -191,7 +191,7 @@ Read the [Locales section](#locales) for more information about supported locale
191191

192192
*By downloading a ZIP or a TAR.GZ...*
193193

194-
Click the github [releases tab](https://github.com/jquery/globalize/releases)
194+
Click the github [releases tab](https://github.com/globalizejs/globalize/releases)
195195
and download the latest available Globalize package.
196196

197197
*By using a package manager...*
@@ -200,7 +200,7 @@ Use bower `bower install globalize`, or npm `npm install globalize`.
200200

201201
*By using source files...*
202202

203-
1. `git clone https://github.com/jquery/globalize.git`.
203+
1. `git clone https://github.com/globalizejs/globalize.git`.
204204
1. [Build the distribution files](#build).
205205

206206
### Requirements
@@ -316,7 +316,7 @@ To illustrate, see our [Basic Globalize Compiler example][].
316316
For information about the Globalize Compiler CLI or its JavaScript API, see the
317317
[Globalize Compiler documentation][].
318318

319-
[Globalize Compiler documentation]: https://github.com/jquery-support/globalize-compiler#README
319+
[Globalize Compiler documentation]: https://github.com/globalizejs/globalize-compiler#README
320320

321321
### Examples
322322

@@ -749,17 +749,17 @@ best suites your interest: [quick change][], [new features][], [bug fixes][],
749749
module][], [number module][], [plural module][], [relative time module][]. Last
750750
but not least, feel free to [get in touch](http://irc.jquery.org/).
751751

752-
[bug fixes]: https://github.com/jquery/globalize/labels/bug
753-
[documentation improvements]: https://github.com/jquery/globalize/labels/docs
754-
[new features]: https://github.com/jquery/globalize/labels/new%20feature
755-
[quick change]: https://github.com/jquery/globalize/labels/quick%20change
752+
[bug fixes]: https://github.com/globalizejs/globalize/labels/bug
753+
[documentation improvements]: https://github.com/globalizejs/globalize/labels/docs
754+
[new features]: https://github.com/globalizejs/globalize/labels/new%20feature
755+
[quick change]: https://github.com/globalizejs/globalize/labels/quick%20change
756756

757-
[currency module]: https://github.com/jquery/globalize/labels/currency%20module
758-
[date module]: https://github.com/jquery/globalize/labels/date%20module
759-
[message module]: https://github.com/jquery/globalize/labels/message%20module
760-
[number module]: https://github.com/jquery/globalize/labels/number%20module
761-
[plural module]: https://github.com/jquery/globalize/labels/plural%20module
762-
[relative time module]: https://github.com/jquery/globalize/labels/relative%20time%20module
757+
[currency module]: https://github.com/globalizejs/globalize/labels/currency%20module
758+
[date module]: https://github.com/globalizejs/globalize/labels/date%20module
759+
[message module]: https://github.com/globalizejs/globalize/labels/message%20module
760+
[number module]: https://github.com/globalizejs/globalize/labels/number%20module
761+
[plural module]: https://github.com/globalizejs/globalize/labels/plural%20module
762+
[relative time module]: https://github.com/globalizejs/globalize/labels/relative%20time%20module
763763

764764
### Roadmap
765765

@@ -775,8 +775,8 @@ find:
775775
accomplish now. Releases are published following semver rules as often as
776776
possible.
777777

778-
[Ongoing work]: https://github.com/jquery/globalize/labels/Current%20Sprint
779-
[Everything else]: https://github.com/jquery/globalize/issues?utf8=%E2%9C%93&q=is%3Aopen+-label%3A%22Current+Sprint%22+
778+
[Ongoing work]: https://github.com/globalizejs/globalize/labels/Current%20Sprint
779+
[Everything else]: https://github.com/globalizejs/globalize/issues?utf8=%E2%9C%93&q=is%3Aopen+-label%3A%22Current+Sprint%22+
780780

781781
## Development
782782

doc/error/e-invalid-par-value.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Thrown for certain parameters when the type is correct, but the value is
44
invalid. Currently, the only parameter with such validation is the date format
55
(for either format and parse). Format allows [certain
6-
variants](https://github.com/jquery/globalize/blob/master/doc/api/date/date-formatter.md#parameters),
6+
variants](../api/date/date-formatter.md#parameters),
77
if it's none of them, error is thrown.
88

99
Error object:

examples/globalize-compiler/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the Cldrjs library) and the [Globalize Compiler][].
1414
npm install
1515
```
1616

17-
[Globalize Compiler]: https://github.com/jquery-support/globalize-compiler
17+
[Globalize Compiler]: https://github.com/globalizejs/globalize-compiler
1818

1919
## Running the example
2020

@@ -42,4 +42,4 @@ CLDR data in production here.
4242
1. Understand the demo by reading the source code. We have comments there for
4343
you.
4444

45-
[Globalize Compiler documentation]: https://github.com/jquery-support/globalize-compiler#README
45+
[Globalize Compiler documentation]: https://github.com/globalizejs/globalize-compiler#README

0 commit comments

Comments
 (0)