Skip to content

Commit 52fed1a

Browse files
committed
Update links (resolves stdlib-js#86)
1 parent e2ec892 commit 52fed1a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following environments are affected:
9292

9393
<!-- <links> -->
9494

95-
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/master/CODE_OF_CONDUCT.md
96-
[faq]: https://github.com/stdlib-js/stdlib/blob/master/FAQ.md
95+
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md
96+
[faq]: https://github.com/stdlib-js/stdlib/blob/develop/FAQ.md
9797

9898
<!-- </links> -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ No.
5757

5858
<!-- <links> -->
5959

60-
[contributing]: https://github.com/stdlib-js/stdlib/blob/master/CONTRIBUTING.md
61-
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/master/CODE_OF_CONDUCT.md
62-
[license]: https://github.com/stdlib-js/stdlib/blob/master/LICENSE
60+
[contributing]: https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md
61+
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md
62+
[license]: https://github.com/stdlib-js/stdlib/blob/develop/LICENSE
6363

6464
<!-- </links> -->

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ When contributing to this project,
1313

1414
<!-- <links> -->
1515

16-
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/master/CODE_OF_CONDUCT.md
17-
[license]: https://github.com/stdlib-js/stdlib/blob/master/LICENSE
18-
[style-guides]: https://github.com/stdlib-js/stdlib/blob/master/docs/style-guides
16+
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md
17+
[license]: https://github.com/stdlib-js/stdlib/blob/develop/LICENSE
18+
[style-guides]: https://github.com/stdlib-js/stdlib/blob/develop/docs/style-guides
1919

2020
<!-- </links> -->

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ See the [contributing guide][contributing-guide].
263263

264264
[mdn-math]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math
265265

266-
[native-math-bugs]: https://github.com/stdlib-js/stdlib/blob/master/docs/native_math_bugs.md
267-
[contributing-guide]: https://github.com/stdlib-js/stdlib/blob/master/CONTRIBUTING.md
266+
[native-math-bugs]: https://github.com/stdlib-js/stdlib/blob/develop/docs/native_math_bugs.md
267+
[contributing-guide]: https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md
268268

269269
[wasm]: https://github.com/WebAssembly/spec/
270270
[asm]: http://asmjs.org/spec/latest/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ Copyright &copy; 2016. The Stdlib [Authors][authors].
259259
[editorconfig]: http://editorconfig.org/
260260
[editorconfig-chrome]: https://chrome.google.com/webstore/detail/github-editorconfig/bppnolhdpdfmmpeefopdbpmabdpoefjh?hl=en-US
261261

262-
[contributing]: https://github.com/stdlib-js/stdlib/blob/master/CONTRIBUTING.md
262+
[contributing]: https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md
263263
[authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
264-
[license]: https://raw.githubusercontent.com/stdlib-js/stdlib/master/LICENSE
264+
[license]: https://raw.githubusercontent.com/stdlib-js/stdlib/develop/LICENSE
265265

266266
</section>
267267

0 commit comments

Comments
 (0)