Skip to content

Commit b88db45

Browse files
xfqarthurvr
authored andcommitted
Javascript-101/syntax-basics: update link to JSDoc site
Closes gh-618
1 parent f54ac1c commit b88db45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/syntax-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
### Comments
99

10-
JavaScript has support for single- and multi-line comments. Comments are ignored by the JavaScript engine and therefore have no side-effects on the outcome of the program. Use comments to document the code for other developers. Libraries like [JSDoc](https://code.google.com/p/jsdoc-toolkit/ "JSDoc Toolkit") are available to help generate project documentation pages based on commenting conventions.
10+
JavaScript has support for single- and multi-line comments. Comments are ignored by the JavaScript engine and therefore have no side-effects on the outcome of the program. Use comments to document the code for other developers. Libraries like [JSDoc](http://usejsdoc.org/ "JSDoc") are available to help generate project documentation pages based on commenting conventions.
1111

1212
```
1313
// Single- and multi-line comments.

0 commit comments

Comments
 (0)