Showing with 21 additions and 21 deletions.
  1. +18 −18 README.md
  2. +1 −1 doc/error/e-invalid-par-value.md
  3. +2 −2 examples/globalize-compiler/README.md
@@ -1,8 +1,8 @@
# Globalize

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

A JavaScript library for internationalization and localization that leverage the
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

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

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

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

*By using source files...*

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

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

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

### Examples

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

[bug fixes]: https://github.com/jquery/globalize/labels/bug
[documentation improvements]: https://github.com/jquery/globalize/labels/docs
[new features]: https://github.com/jquery/globalize/labels/new%20feature
[quick change]: https://github.com/jquery/globalize/labels/quick%20change
[bug fixes]: https://github.com/globalizejs/globalize/labels/bug
[documentation improvements]: https://github.com/globalizejs/globalize/labels/docs
[new features]: https://github.com/globalizejs/globalize/labels/new%20feature
[quick change]: https://github.com/globalizejs/globalize/labels/quick%20change

[currency module]: https://github.com/jquery/globalize/labels/currency%20module
[date module]: https://github.com/jquery/globalize/labels/date%20module
[message module]: https://github.com/jquery/globalize/labels/message%20module
[number module]: https://github.com/jquery/globalize/labels/number%20module
[plural module]: https://github.com/jquery/globalize/labels/plural%20module
[relative time module]: https://github.com/jquery/globalize/labels/relative%20time%20module
[currency module]: https://github.com/globalizejs/globalize/labels/currency%20module
[date module]: https://github.com/globalizejs/globalize/labels/date%20module
[message module]: https://github.com/globalizejs/globalize/labels/message%20module
[number module]: https://github.com/globalizejs/globalize/labels/number%20module
[plural module]: https://github.com/globalizejs/globalize/labels/plural%20module
[relative time module]: https://github.com/globalizejs/globalize/labels/relative%20time%20module

### Roadmap

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

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

## Development

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

Error object:
@@ -14,7 +14,7 @@ the Cldrjs library) and the [Globalize Compiler][].
npm install
```

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

## Running the example

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

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