From 562669064b5e3d85be15842d5b0653b5e2ec8e01 Mon Sep 17 00:00:00 2001
From: Kevin Brown
Date: Mon, 5 Jan 2015 18:16:39 -0500
Subject: [PATCH] Called out 3.5.2 dodcs
Also migrated all of the links to the new location in the GitHub
organization.
---
CONTRIBUTING.md | 12 ++++++------
README.md | 10 +++++-----
component.json | 4 ++--
composer.json | 5 ++---
docs/_includes/footer.html | 2 +-
docs/_includes/navigation.html | 2 +-
docs/_layouts/home.html | 4 +++-
docs/announcements-4.0.html | 2 +-
docs/community.html | 14 +++++++-------
docs/examples.html | 4 ++--
docs/index.html | 17 ++++++++++++-----
package.json | 15 +++------------
select2.jquery.json | 8 ++++----
13 files changed, 49 insertions(+), 50 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bca4baf6..096004a1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -96,12 +96,12 @@ licensable under the [Apache 2 or GPL 2 licenses][licensing]. Code that cannot
be released under either of these licenses **cannot be accepted** into the
project.
-[community]: https://github.com/ivaynberg/select2#community
+[community]: https://select2.github.io/community.html
[reporting-bugs]: #reporting-bugs-with-select2
[requesting-features]: #requesting-features-in-select2
-[issue-tracker]: https://github.com/ivaynberg/select2/issues
-[mailing-list]: https://github.com/ivaynberg/select2#mailing-list
-[irc-channel]: https://github.com/ivaynberg/select2#irc-channel
-[issue-search]: https://github.com/ivaynberg/select2/search?q=&type=Issues
+[issue-tracker]: https://github.com/select2/select2/issues
+[mailing-list]: https://github.com/select2/select2#mailing-list
+[irc-channel]: https://github.com/select2/select2#irc-channel
+[issue-search]: https://github.com/select2/select2/search?q=&type=Issues
[isolated-case]: http://css-tricks.com/6263-reduced-test-cases/
-[licensing]: https://github.com/ivaynberg/select2#copyright-and-license
+[licensing]: https://github.com/select2/select2/blob/master/LICENSE.md
diff --git a/README.md b/README.md
index e94610af..321c4757 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Select2 is a jQuery-based replacement for select boxes. It supports searching,
remote data sets, and pagination of results.
To get started, checkout examples and documentation at
-http://ivaynberg.github.io/select2
+http://select2.github.io/select2
Use cases
---------
@@ -74,7 +74,7 @@ Community
Have a bug? Please create an issue here on GitHub!
-https://github.com/ivaynberg/select2/issues
+https://github.com/select2/select2/issues
### Mailing list
@@ -105,8 +105,8 @@ The license is available within the repository in the [LICENSE][license] file.
[bootstrap3-select2]: https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3
[cdnjs]: http://www.cdnjs.com/libraries/select2
[django-select2]: https://github.com/applegrew/django-select2
-[documentation]: https://ivaynberg.github.io/select2/
-[documentation-folder]: https://github.com/ivaynberg/select2/tree/master/docs
+[documentation]: https://select2.github.io/select2/
+[documentation-folder]: https://github.com/select2/select2/tree/master/docs
[freenode]: https://freenode.net/
[jsdelivr]: http://www.jsdelivr.com/#!select2
[license]: LICENSE.md
@@ -116,7 +116,7 @@ The license is available within the repository in the [LICENSE][license] file.
[select2-rails]: https://github.com/argerim/select2-rails
[symfony-select2]: https://github.com/19Gerhard85/sfSelect2WidgetsPlugin
[symfony2-select2]: https://github.com/avocode/FormExtensions
-[tags]: https://github.com/ivaynberg/select2/tags
+[tags]: https://github.com/select2/select2/tags
[wicket]: http://wicket.apache.org
[wicket-select2]: https://github.com/ivaynberg/wicket-select2
[yii-select2]: https://github.com/tonybolzan/yii-select2
diff --git a/component.json b/component.json
index 8bd3c020..c11b18b5 100644
--- a/component.json
+++ b/component.json
@@ -1,9 +1,9 @@
{
"name": "select2",
- "repo": "ivaynberg/select2",
+ "repo": "select/select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"version": "3.5.2",
- "demo": "http://ivaynberg.github.io/select2/",
+ "demo": "https://select2.github.io/",
"keywords": [
"jquery"
],
diff --git a/composer.json b/composer.json
index cd2d26a2..70b85749 100644
--- a/composer.json
+++ b/composer.json
@@ -1,10 +1,9 @@
{
- "name":
- "ivaynberg/select2",
+ "name": "select2/select2",
"description": "Select2 is a jQuery based replacement for select boxes.",
"version": "3.5.2",
"type": "component",
- "homepage": "http://ivaynberg.github.io/select2/",
+ "homepage": "https://select2.github.io/",
"license": "Apache-2.0",
"require": {
"robloach/component-installer": "*",
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 9662465e..2878ef60 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -1,6 +1,6 @@
diff --git a/docs/community.html b/docs/community.html
index 2b560e9a..0ae299ac 100644
--- a/docs/community.html
+++ b/docs/community.html
@@ -69,7 +69,7 @@ slug: community
Use the
-
+
GitHub issue search
to check if your issue has already been reported.
@@ -81,7 +81,7 @@ slug: community
Once you are sure the issue is with Select2, and not a third party
library,
-
+
submit a ticket
to the repository.
@@ -90,7 +90,7 @@ slug: community
You can find more information on reporting bugs in the
-
+
contributing guide,
including tips on what information to include.
@@ -104,7 +104,7 @@ slug: community
New feature requests are usually requested by the
-
+
Select2 community on GitHub,
and are often fulfilled by
@@ -116,7 +116,7 @@ slug: community
Use the
-
+
GitHub issue search
to check if your feature has already been requested.
@@ -135,7 +135,7 @@ slug: community