Skip to content

Commit 2d32200

Browse files
committed
Remove old site URL, and use HTTPS links where possible. (jsdoc#191)
1 parent f14aeba commit 2d32200

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ documentation bugs, and to submit pull requests for improving the docs.
33

44
If you just want to read the documentation, please visit [Use JSDoc][use-jsdoc].
55

6-
[jsdoc]: https://github.com/jsdoc3/jsdoc
7-
[use-jsdoc]: http://usejsdoc.org/
86

97
## Contributing to the documentation
108

@@ -40,10 +38,6 @@ the YAML front matter, make sure your changes are reflected in the generated HTM
4038

4139
7. Submit a pull request with your changes.
4240

43-
[Gulp]: http://gulpjs.com/
44-
[Metalsmith]: http://www.metalsmith.io/
45-
[YAML]: http://www.yaml.org/spec/1.2/spec.html
46-
4741

4842
## Legal stuff
4943

@@ -52,6 +46,11 @@ Copyright (c) 2011-2014 by Michael Mathews and the JSDoc 3 documentation [contri
5246
This repository is licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported][cc]
5347
license. A copy of the license is included in the [`LICENSE` file][license].
5448

55-
[cc]: http://creativecommons.org/licenses/by-sa/3.0/legalcode
56-
[contributors]: https://github.com/jsdoc3/jsdoc3.github.com/graphs/contributors
57-
[license]: LICENSE
49+
[cc]: https://creativecommons.org/licenses/by-sa/3.0/legalcode
50+
[contributors]: https://github.com/jsdoc/jsdoc.github.io/graphs/contributors
51+
[Gulp]: https://gulpjs.com/
52+
[jsdoc]: https://github.com/jsdoc/jsdoc
53+
[license]: https://github.com/jsdoc/jsdoc.github.io/LICENSE
54+
[Metalsmith]: https://www.metalsmith.io/
55+
[use-jsdoc]: https://jsdoc.app/
56+
[YAML]: https://www.yaml.org/spec/1.2/spec.html

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "jsdoc3.github.com",
3-
"homepage": "http://usejsdoc.org",
4-
"description": "Documentation website for JSDoc 3.",
2+
"name": "jsdoc.github.io",
3+
"homepage": "https://jsdoc.app/",
4+
"description": "Documentation website for JSDoc.",
55
"dependencies": {
66
"html5shiv": "~3.7.2"
77
},

lib/locals.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Swig locals for generating usejsdoc.org.
1+
// Swig locals for generating the site.
22
'use strict';
33

44
var hasOwnProp = Object.prototype.hasOwnProperty;

lib/plugins.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Metalsmith plugins for generating usejsdoc.org.
1+
// Metalsmith plugins for generating the site.
22
'use strict';
33

44
var _ = require('underscore');

0 commit comments

Comments
 (0)