Skip to content

Commit 300829b

Browse files
authored
Domain name changed
Ref: jsdoc/jsdoc.github.io#191
1 parent c706d50 commit 300829b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsdoc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ weight: -1
2323
function foo(n) { return n }
2424
```
2525

26-
See: <http://usejsdoc.org/index.html>
26+
See: <https://jsdoc.app/index.html>
2727

2828
### Types
2929

@@ -37,7 +37,7 @@ See: <http://usejsdoc.org/index.html>
3737
| `@param {string} [n="hi"]` | Optional with default |
3838
| `@param {string[]} n` | Array of strings |
3939

40-
See: <http://usejsdoc.org/tags-type.html>
40+
See: <https://jsdoc.app/tags-type.html>
4141

4242
### Variables
4343

@@ -77,7 +77,7 @@ function play (song) {
7777
}
7878
```
7979

80-
See: <http://usejsdoc.org/tags-typedef.html>
80+
See: <https://jsdoc.app/tags-typedef.html>
8181

8282
### Importing types
8383

@@ -118,4 +118,4 @@ This syntax is [TypeScript-specific](https://github.com/Microsoft/TypeScript/wik
118118
*/
119119
```
120120

121-
Prefer `alias` over `name`. See: <http://usejsdoc.org/tags-alias.html>
121+
Prefer `alias` over `name`. See: <https://jsdoc.app/tags-alias.html>

0 commit comments

Comments
 (0)