Skip to content

Commit 0afeeae

Browse files
authored
chore: fix broken links
1 parent 8aa0e88 commit 0afeeae

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,43 @@
22

33
JavaScript Repository of TheAlgorithms, which implements various algorithms and data structures in JavaScript.
44

5-
![JavasScript Banner](https://user-images.githubusercontent.com/68542775/167072911-dc31eac8-6885-4a05-9c25-279ecce22a79.png)
5+
![JavasScript Banner][banner]
66

7-
[![Contributions Welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](CONTRIBUTING.md)
8-
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/Javascript.svg?logo=lgtm&logoWidth=18&style=flat-square)](lgtm)
9-
![Node CI](https://github.com/TheAlgorithms/Javascript/workflows/Node%20CI/badge.svg)
10-
[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](discord-server)
11-
![Repository Size](https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square)
12-
[![standard.js](https://img.shields.io/badge/code%20style-standardjs-%23f3df49)](standard-js)
7+
[![Contributions Welcome][welcome]](CONTRIBUTING.md)
8+
[![Language grade: JavaScript][grade]][lgtm]
9+
![Node CI][node-ci]
10+
[![Discord chat][chat]][discord-server]
11+
![Repository Size][repo-size]
12+
[![standard.js][standard-logo]][standard-js]
1313

1414
<hr>
1515

1616
**These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library
1717
that are much better for performance and security reasons. We also do not provide any api stability guarantee.**
1818

1919
Before contributing to this repository, make sure to read our [Contribution Guidelines](CONTRIBUTING.md). You can look
20-
at other [TheAlgorithms Repositories](repositories) or the [issues with a
21-
`help wanted` label](help-wanted) for inspiration regarding what to implement. Our maintainers will guide you through
20+
at other [TheAlgorithms Repositories][repositories] or the [issues with a
21+
`help wanted` label][help-wanted] for inspiration regarding what to implement. Our maintainers will guide you through
2222
how to make your contribution properly.
2323

2424
The names of the maintainers of this repository is listed in the [CODEOWNERS](.github/CODEOWNERS) file.
2525

2626
You can find a list of the algorithms currently in the repository in the [directory](DIRECTORY.md).
2727

28-
Explanations of many of the algorithms can be found in out [wiki](explanation).
28+
Explanations of many of the algorithms can be found in out [wiki][explanation].
2929

3030
<hr>
3131

32+
[banner]: https://user-images.githubusercontent.com/68542775/167072911-dc31eac8-6885-4a05-9c25-279ecce22a79.png
33+
34+
[welcome]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square
35+
[grade]: https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/Javascript.svg?logo=lgtm&logoWidth=18&style=flat-square
3236
[lgtm]: https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript
37+
[node-ci]: https://github.com/TheAlgorithms/Javascript/workflows/Node%20CI/badge.svg
38+
[chat]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square
3339
[discord-server]: https://discord.gg/c7MnfGFGa6
40+
[repo-size]: https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square
41+
[standard-logo]: https://img.shields.io/badge/code%20style-standardjs-%23f3df49
3442
[standard-js]: https://standardjs.com/
3543

3644
[repositories]: https://github.com/orgs/TheAlgorithms/repositories

0 commit comments

Comments
 (0)