Skip to content

Commit b6c3b04

Browse files
committed
tag links in readme
1 parent a219e23 commit b6c3b04

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM version](https://badge.fury.io/js/webpack.png)](http://badge.fury.io/js/webpack)
44

5-
[documentation](http://webpack.github.io/docs/)
5+
[documentation](http://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=top)
66

77
# Introduction
88

@@ -15,7 +15,7 @@ webpack is a bundler for modules. The main purpose is to bundle javascript files
1515
* dependencies are resolved while compiling, this makes the runtime very small
1616
* loader can preprocess files while compiling, i. e. coffee-script to javascript
1717

18-
Check the [documentation](http://webpack.github.io/docs/) if you want to know more...
18+
Check the [documentation](http://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=trdr) if you want to know more...
1919

2020

2121

@@ -33,15 +33,15 @@ Take a look at the [`examples`](https://github.com/webpack/webpack/tree/master/e
3333
* watch mode
3434
* SourceUrl and SourceMap support
3535
* plugin system, extend webpack or build a complete different compiler
36-
* i. e. [component](https://github.com/webpack/component-webpack-plugin), [rewire](https://github.com/jhnns/rewire-webpack) and [more...](http://webpack.github.io/docs/webpack-plugins.html)
37-
* [interfaces](http://webpack.github.io/docs/webpack-usage.html)
38-
* CLI with [arguments](http://webpack.github.io/docs/webpack-detailed-usage.html)
39-
* CLI with [config file](http://webpack.github.io/docs/webpack-options.html), [arguments](http://webpack.github.io/docs/webpack-detailed-usage.html) are still possible
36+
* i. e. [component](https://github.com/webpack/component-webpack-plugin), [rewire](https://github.com/jhnns/rewire-webpack) and [more...](http://webpack.github.io/docs/webpack-plugins.html?utm_source=github&utm_medium=readme&utm_campaign=features)
37+
* [interfaces](http://webpack.github.io/docs/webpack-usage.html?utm_source=github&utm_medium=readme&utm_campaign=features)
38+
* CLI with [arguments](http://webpack.github.io/docs/webpack-detailed-usage.html?utm_source=github&utm_medium=readme&utm_campaign=features)
39+
* CLI with [config file](http://webpack.github.io/docs/webpack-options.html?utm_source=github&utm_medium=readme&utm_campaign=features), [arguments](http://webpack.github.io/docs/webpack-detailed-usage.html?utm_source=github&utm_medium=readme&utm_campaign=features) are still possible
4040
* usable as library from node.js
4141
* usable as [grunt plugin](https://github.com/webpack/grunt-webpack)
4242
* browser replacements
4343
* comes with browser replacements for some node.js modules
44-
* [Hot Module Replacement](http://webpack.github.io/docs/hot-code-replacement.html)
44+
* [Hot Module Replacement](http://webpack.github.io/docs/hot-code-replacement.html?utm_source=github&utm_medium=readme&utm_campaign=features)
4545
* install updates without full page refresh
4646
* see also
4747
* [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware)
@@ -94,7 +94,7 @@ function loadTemplateAsync(name, callback) {
9494

9595
## Documentation
9696

97-
[documentation](http://webpack.github.io/docs/)
97+
[documentation](http://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=documentation)
9898

9999

100100

0 commit comments

Comments
 (0)