Skip to content

Commit 956cfab

Browse files
pranshuchittoraEugeneHlushko
authored andcommitted
chore(docs): improves URL macros in README.md (#3022)
1 parent 4608dca commit 956cfab

File tree

1 file changed

+26
-31
lines changed

1 file changed

+26
-31
lines changed

README.md

Lines changed: 26 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,56 @@
11
# webpack.js.org
22

3-
[![Build Status][13]][10]
4-
[![Standard Version][12]][11]
3+
[![Build Status][build-status]][build-status-url]
4+
[![Standard Version][release]][release-url]
55

66
Guides, documentation, and all things webpack.
77

8-
98
## Content Progress
109

1110
Now that we've covered much of the backlog of _missing documentation_, we are
1211
starting to heavily review each section of the site's content to sort and
1312
structure it appropriately. The following issues should provide a pretty good
1413
idea of where things are, and where they are going:
1514

16-
- [Guides - Review and Simplify][1]
17-
- [Concepts - Review and Organize][2]
18-
- [API - v4 Rewrite][8]
15+
- [Guides - Review and Simplify][guides-url]
16+
- [Concepts - Review and Organize][concepts-url]
17+
- [API - v4 Rewrite][api-url]
1918

2019
We haven't created issues for the other sections yet, but they will be coming
21-
soon. For dev-related work please see [General - Updates & Fixes][3].
22-
20+
soon. For dev-related work please see [General - Updates & Fixes][general-url].
2321

2422
## Translation
2523

26-
To help translate this documentation please jump to the [translate branch][4].
27-
24+
To help translate this documentation please jump to the [translate branch][translate-url].
2825

2926
## Contributing
3027

31-
Read through the [writer's guide][7] if you're interested in editing the
32-
content on this site. See the [contributors page][5] to learn how to set up and
28+
Read through the [writer's guide][writer-guide-url] if you're interested in editing the
29+
content on this site. See the [contributors page][contributing-url] to learn how to set up and
3330
start working on the site locally.
3431

35-
3632
## License
3733

38-
The content is available under the [Creative Commons BY 4.0][6] license.
39-
34+
The content is available under the [Creative Commons BY 4.0][license-url] license.
4035

4136
## Special Thanks
4237

4338
_BrowserStack_ has graciously allowed us to do cross-browser and cross-os
4439
testing of the site at no cost...
4540

46-
[![BrowserStackLogo](./browserstack-logo.png)][9]
47-
48-
49-
[1]: https://github.com/webpack/webpack.js.org/issues/1258
50-
[2]: https://github.com/webpack/webpack.js.org/issues/1386
51-
[3]: https://github.com/webpack/webpack.js.org/issues/1525
52-
[4]: https://github.com/webpack/webpack.js.org/tree/translation
53-
[5]: https://github.com/webpack/webpack.js.org/blob/master/.github/CONTRIBUTING.md
54-
[6]: https://creativecommons.org/licenses/by/4.0/
55-
[7]: https://webpack.js.org/writers-guide
56-
[8]: https://github.com/webpack/webpack.js.org/pull/1754
57-
[9]: http://browserstack.com/
58-
[10]: http://travis-ci.org/webpack/webpack.js.org
59-
[11]: https://github.com/conventional-changelog/standard-version
60-
[12]: https://img.shields.io/badge/release-standard%20version-brightgreen.svg
61-
[13]: https://secure.travis-ci.org/webpack/webpack.js.org.svg
41+
[![BrowserStackLogo][browserstack]][browserstack-url]
42+
43+
[api-url]: https://github.com/webpack/webpack.js.org/pull/1754
44+
[build-status]: https://secure.travis-ci.org/webpack/webpack.js.org.svg
45+
[build-status-url]: http://travis-ci.org/webpack/webpack.js.org
46+
[browserstack]: ./browserstack-logo.png
47+
[browserstack-url]: http://browserstack.com/
48+
[concepts-url]: https://github.com/webpack/webpack.js.org/issues/1386
49+
[contributing-url]: https://github.com/webpack/webpack.js.org/blob/master/.github/CONTRIBUTING.md
50+
[general-url]: https://github.com/webpack/webpack.js.org/issues/1525
51+
[guides-url]: https://github.com/webpack/webpack.js.org/issues/1258
52+
[license-url]: https://creativecommons.org/licenses/by/4.0/
53+
[release]: https://img.shields.io/badge/release-standard%20version-brightgreen.svg
54+
[release-url]: https://github.com/conventional-changelog/standard-version
55+
[translate-url]: https://github.com/webpack/webpack.js.org/tree/translation
56+
[writer-guide-url]: https://webpack.js.org/writers-guide

0 commit comments

Comments
 (0)