From 7b2f2d9e50e65dbf06bcf428034e7d1154f6309a Mon Sep 17 00:00:00 2001 From: bytestream Date: Mon, 1 Jun 2026 10:35:29 +0100 Subject: [PATCH 1/2] Rename repo from validation-content to jquery-validation.github.io --- LICENSE-MIT.txt | 2 +- README.md | 2 +- _layouts/default.html | 2 +- contribute.md | 2 +- package.json | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt index 61daee1..4431a35 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 https://github.com/jquery-validation/jqueryvalidation-content +and logs, available at https://github.com/jquery-validation/jquery-validation.github.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index d8a1030..e125326 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To test the site locally: bundle exec jekyll serve ``` -4. Open your browser to `http://localhost:4000/validation-content/` +4. Open your browser to `http://localhost:4000/` **Note:** This site uses Jekyll 4.x. If you encounter issues, ensure you have Ruby 2.7 or higher installed. diff --git a/_layouts/default.html b/_layouts/default.html index b9607c7..dc44144 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -182,7 +182,7 @@

{{ page.title }}

diff --git a/contribute.md b/contribute.md index 375c197..1d9d14f 100644 --- a/contribute.md +++ b/contribute.md @@ -6,7 +6,7 @@ title: Contribute There are several ways for you to contribute to this plugin: * 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 content](https://github.com/jquery-validation/jquery-validation.github.io). 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](https://contribute.jquery.org/) - the style guides et al apply to this project as well. diff --git a/package.json b/package.json index ced2239..0a53c97 100644 --- a/package.json +++ b/package.json @@ -9,16 +9,16 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jquery-validation/validation-content.git" + "url": "git+https://github.com/jquery-validation/jquery-validation.github.io.git" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "bugs": { - "url": "https://github.com/jquery-validation/validation-content/issues" + "url": "https://github.com/jquery-validation/jquery-validation.github.io/issues" }, - "homepage": "https://github.com/jquery-validation/validation-content#readme", + "homepage": "https://github.com/jquery-validation/jquery-validation.github.io#readme", "dependencies": { "jquery": "^4.0.0", "jquery-form": "^4.3.0", From cceddf2df3b08079cac08f5814f0791c12910d2a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:40:52 +0000 Subject: [PATCH 2/2] fix: align package name with repository rename --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14d81ad..a2c5324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "validation-content", + "name": "jquery-validation.github.io", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "validation-content", + "name": "jquery-validation.github.io", "version": "1.0.0", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 0a53c97..85da676 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "validation-content", + "name": "jquery-validation.github.io", "version": "1.0.0", "description": "This repository contains the documentation and content for the [jQuery Validation Plugin](https://github.com/jquery-validation/jquery-validation) website.", "main": "index.js",