Skip to content

Commit 3f8d633

Browse files
committed
Update README.md
1 parent a623a1f commit 3f8d633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![Greenkeeper badge](https://badges.greenkeeper.io/neogeek/doxdox.svg)](https://greenkeeper.io/)
1212
[![Latest Documentation](https://doxdox.org/images/badge-flat.svg)](https://doxdox.org/neogeek/doxdox)
1313

14-
doxdox is a simple to use documentation generator that takes JSDoc comment blocks and generates different documentation formats; [Markdown](http://daringfireball.net/projects/markdown/), [Bootstrap](https://v4-alpha.getbootstrap.com/), and custom [Handlebars](http://handlebarsjs.com/>) templates.
14+
doxdox is a simple to use documentation generator that takes JSDoc comment blocks and generates different documentation formats; [Markdown](http://daringfireball.net/projects/markdown/), [Bootstrap](https://getbootstrap.com/), and custom [Handlebars](http://handlebarsjs.com/>) templates.
1515

1616
doxdox also features support for extendability via custom plugins for both parsing and generating documentation.
1717

@@ -101,7 +101,7 @@ $ doxdox 'lib/**/*.js' --layout markdown --output DOCUMENTATION.md
101101

102102
_Bootstrap_
103103

104-
Form more information on Bootstrap visit <https://v4-alpha.getbootstrap.com/>.
104+
Form more information on Bootstrap visit <https://getbootstrap.com/>.
105105

106106
```bash
107107
$ doxdox 'lib/**/*.js' --layout bootstrap --output docs/index.html

0 commit comments

Comments
 (0)