Skip to content

Commit 5c7d2d9

Browse files
authored
Merge pull request #69 from jquery-validation/rename-repo
Rename repo from validation-content to jquery-validation.github.io
2 parents bca00da + cceddf2 commit 5c7d2d9

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

LICENSE-MIT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Copyright (c) 2013 Jörn Zaefferer, http://bassistance.de/
22

33
This software consists of voluntary contributions made by many
44
individuals. For exact contribution history, see the revision history
5-
and logs, available at https://github.com/jquery-validation/jqueryvalidation-content
5+
and logs, available at https://github.com/jquery-validation/jquery-validation.github.io
66

77
Permission is hereby granted, free of charge, to any person obtaining
88
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To test the site locally:
3434
bundle exec jekyll serve
3535
```
3636

37-
4. Open your browser to `http://localhost:4000/validation-content/`
37+
4. Open your browser to `http://localhost:4000/`
3838

3939
**Note:** This site uses Jekyll 4.x. If you encounter issues, ensure you have Ruby 2.7 or higher installed.
4040

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1>{{ page.title }}</h1>
182182
</main>
183183

184184
<footer>
185-
<p>&copy; jQuery Validation Plugin | <a href="https://github.com/jquery-validation/validation-content">Content Repository</a> | Licensed under MIT</p>
185+
<p>&copy; jQuery Validation Plugin | <a href="https://github.com/jquery-validation/jquery-validation.github.io">Content Repository</a> | Licensed under MIT</p>
186186
</footer>
187187
</body>
188188
</html>

contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Contribute
66
There are several ways for you to contribute to this plugin:
77

88
* Help [with the code](https://github.com/jquery-validation/jquery-validation/). Fix bugs, propose features, translate messages and methods...
9-
* Help [with the site content](https://github.com/jquery-validation/validation-content). Improve API documentation, examples, references...
9+
* Help [with the site content](https://github.com/jquery-validation/jquery-validation.github.io). Improve API documentation, examples, references...
1010
* Help [with the site theme](https://github.com/jquery-validation/validation-theme). This is a WordPress theme that still needs a lot of improvements.
1111

1212
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.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "validation-content",
2+
"name": "jquery-validation.github.io",
33
"version": "1.0.0",
44
"description": "This repository contains the documentation and content for the [jQuery Validation Plugin](https://github.com/jquery-validation/jquery-validation) website.",
55
"main": "index.js",
@@ -9,16 +9,16 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/jquery-validation/validation-content.git"
12+
"url": "git+https://github.com/jquery-validation/jquery-validation.github.io.git"
1313
},
1414
"keywords": [],
1515
"author": "",
1616
"license": "ISC",
1717
"type": "commonjs",
1818
"bugs": {
19-
"url": "https://github.com/jquery-validation/validation-content/issues"
19+
"url": "https://github.com/jquery-validation/jquery-validation.github.io/issues"
2020
},
21-
"homepage": "https://github.com/jquery-validation/validation-content#readme",
21+
"homepage": "https://github.com/jquery-validation/jquery-validation.github.io#readme",
2222
"dependencies": {
2323
"jquery": "^4.0.0",
2424
"jquery-form": "^4.3.0",

0 commit comments

Comments
 (0)