Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE-MIT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h1>{{ page.title }}</h1>
</main>

<footer>
<p>&copy; jQuery Validation Plugin | <a href="https://github.com/jquery-validation/validation-content">Content Repository</a> | Licensed under MIT</p>
<p>&copy; jQuery Validation Plugin | <a href="https://github.com/jquery-validation/jquery-validation.github.io">Content Repository</a> | Licensed under MIT</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Comment on lines 10 to 13
"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",
Expand Down
Loading