Skip to content

Commit 9413b03

Browse files
authored
chore: add redirect links to all images
1 parent ba14c40 commit 9413b03

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and
55

66
<div align="center">
77

8-
![JavasScript Banner][banner]
8+
[![JavasScript Banner][banner]](DIRECTORY.md)
99

1010
[![Language grade: JavaScript][grade]][lgtm]
11-
![Checks][checks]
11+
[![Checks][checks]][actions]
1212
[![Contributions Welcome][welcome]](CONTRIBUTING.md)
1313
[![standard.js][standard-logo]][standard-js]
1414
[![Discord chat][chat]][discord-server]
@@ -32,8 +32,8 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and
3232
Before contributing to this repository, make sure to read our [Contribution Guidelines](CONTRIBUTING.md). You can look
3333
at other [TheAlgorithms Repositories][repositories] or the [issues with a "help wanted" label][help-wanted] for
3434
inspiration regarding what to implement. Our maintainers will guide you through how to make your contribution properly
35-
if you make any mistakes. The names of the maintainers of this repository is listed in the [CODEOWNERS](.github/CODEOWNERS)
36-
file.
35+
if you make any mistakes. The names of the maintainers of this repository is listed in the
36+
[CODEOWNERS file](.github/CODEOWNERS).
3737

3838
You can find a list of the algorithms currently in the repository in the [directory](DIRECTORY.md). Explanations of
3939
many of the algorithms can be found in the [wiki][explanation].
@@ -53,6 +53,7 @@ many of the algorithms can be found in the [wiki][explanation].
5353
<!-- External Links -->
5454
[standard-js]: https://standardjs.com/
5555
[discord-server]: https://discord.gg/c7MnfGFGa6
56+
[actions]: https://github.com/TheAlgorithms/JavaScript/actions
5657
[explanation]: https://github.com/TheAlgorithms/JavaScript/wiki
5758
[repositories]: https://github.com/orgs/TheAlgorithms/repositories
5859
[lgtm]: https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript

0 commit comments

Comments
 (0)