From b5467f2613dd1f411aabc695f4c07caa6b2778c3 Mon Sep 17 00:00:00 2001
From: Brahim Arkni
Date: Wed, 12 Apr 2017 16:50:51 +0100
Subject: [PATCH 1/3] All: Update links after move to organization
---
LICENSE-MIT.txt | 2 +-
package.json | 6 +++---
pages/contribute.md | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt
index 8f3d8cf..61daee1 100644
--- a/LICENSE-MIT.txt
+++ b/LICENSE-MIT.txt
@@ -2,7 +2,7 @@ Copyright (c) 2013 Jörn Zaefferer, http://bassistance.de/
This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
-and logs, available at http://github.com/jzaefferer/jqueryvalidation-content
+and logs, available at https://github.com/jquery-validation/jqueryvalidation-content
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/package.json b/package.json
index bad9a06..3613364 100644
--- a/package.json
+++ b/package.json
@@ -3,16 +3,16 @@
"title": "jQuery Validation Plugin site content",
"description": "Site content for the jQuery Validation Plugin",
"version": "1.0.0",
- "homepage": "http://http://jqueryvalidation.org/",
+ "homepage": "https://jqueryvalidation.org/",
"author": {
"name": "Jörn Zaefferer (http://bassistance.de/)"
},
"repository": {
"type": "git",
- "url": "git://github.com/jzaefferer/jqueryvalidation-content.git"
+ "url": "git://github.com/jquery-validation/validation-content.git"
},
"bugs": {
- "url": "https://github.com/jzaefferer/jqueryvalidation-content/issues"
+ "url": "https://github.com/jquery-validation/validation-content/issues"
},
"licenses": [
{
diff --git a/pages/contribute.md b/pages/contribute.md
index 4c2cf3c..03c99b8 100644
--- a/pages/contribute.md
+++ b/pages/contribute.md
@@ -4,8 +4,8 @@
There are several ways for you to contribute to this plugin:
-* Help [with the code](https://github.com/jzaefferer/jquery-validation/). Fix bugs, propose features, translate messages and methods...
-* Help [with the site content](https://github.com/jzaefferer/validation-content). Improve API documentation, examples, references...
-* Help [with the site theme](https://github.com/jzaefferer/validation-theme). This is a WordPress theme that still needs a lot of improvements.
+* Help [with the code](https://github.com/jquery-validation/jquery-validation/). Fix bugs, propose features, translate messages and methods...
+* Help [with the site content](https://github.com/jquery-validation/validation-content). Improve API documentation, examples, references...
+* Help [with the site theme](https://github.com/jquery-validation/validation-theme). This is a WordPress theme that still needs a lot of improvements.
The majority of contributions can be viewed under [jQuery's contribute site](http://contribute.jquery.org/) - the style guides et al apply to this project as well.
\ No newline at end of file
From ea44a1b640f80e8b521cc122b68aab0e32eeb8f4 Mon Sep 17 00:00:00 2001
From: Brahim Arkni
Date: Wed, 12 Apr 2017 16:51:26 +0100
Subject: [PATCH 2/3] Entries: Use https
---
entries/remote-method.xml | 2 +-
entries/unchecked-selector.xml | 4 ++--
package.json | 2 +-
pages/contribute.md | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/entries/remote-method.xml b/entries/remote-method.xml
index 7929b78..8ed7288 100644
--- a/entries/remote-method.xml
+++ b/entries/remote-method.xml
@@ -10,7 +10,7 @@
- For the URL of the resource to request for serverside validation (String) or options to fully customize the request, see jQuery.ajax for details.
+ For the URL of the resource to request for serverside validation (String) or options to fully customize the request, see jQuery.ajax for details.
These options deep-extend the defaults (dataType:"json", data:{nameOfTheElement:valueOfTheElement}
). Any options you provide will override the defaults.
diff --git a/entries/unchecked-selector.xml b/entries/unchecked-selector.xml
index e70c170..427918a 100644
--- a/entries/unchecked-selector.xml
+++ b/entries/unchecked-selector.xml
@@ -6,7 +6,7 @@
Selects all elements that are unchecked.
- Inversion of :checked.
+ Inversion of :checked.
Finds all input elements that are unchecked.
@@ -35,4 +35,4 @@ div { color:red; }
]]>