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-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 ced2239..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", @@ -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",