File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ weight: -1
23
23
function foo (n ) { return n }
24
24
```
25
25
26
- See: < http ://usejsdoc.org /index.html>
26
+ See: < https ://jsdoc.app /index.html>
27
27
28
28
### Types
29
29
@@ -37,7 +37,7 @@ See: <http://usejsdoc.org/index.html>
37
37
| ` @param {string} [n="hi"] ` | Optional with default |
38
38
| ` @param {string[]} n ` | Array of strings |
39
39
40
- See: < http ://usejsdoc.org /tags-type.html>
40
+ See: < https ://jsdoc.app /tags-type.html>
41
41
42
42
### Variables
43
43
@@ -77,7 +77,7 @@ function play (song) {
77
77
}
78
78
```
79
79
80
- See: < http ://usejsdoc.org /tags-typedef.html>
80
+ See: < https ://jsdoc.app /tags-typedef.html>
81
81
82
82
### Importing types
83
83
@@ -118,4 +118,4 @@ This syntax is [TypeScript-specific](https://github.com/Microsoft/TypeScript/wik
118
118
*/
119
119
```
120
120
121
- Prefer ` alias ` over ` name ` . See: < http ://usejsdoc.org /tags-alias.html>
121
+ Prefer ` alias ` over ` name ` . See: < https ://jsdoc.app /tags-alias.html>
You can’t perform that action at this time.
0 commit comments