Skip to content

Commit 79393b8

Browse files
authored
FIX: bug fixes (#539)
* [README] replaced appropriate devtron logo * [README] documentation link open in new window * [README] added target in all hyperlink
1 parent 733afda commit 79393b8

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
<p align="center"><img width="200" height="156" src="./assets/logo.png"></p>
1+
<p align="center"><img width="200" height="156" src="./assets/devtron-logo.png"></p>
22
<p align="center">Devtron is an open source software delivery workflow for kubernetes written in go.
33
<br>
4-
<a href="https://docs.devtron.ai/" rel="nofollow"><strong>Explore documentation »</strong></a>
4+
<a href="https://docs.devtron.ai/" target="_blank" rel="nofollow"><strong>Explore documentation »</strong></a>
55
<br>
66
<br>
7-
<a href="https://devtron.ai/">Website</a>
7+
<a href="https://devtron.ai/" target="_blank">Website</a>
88
·
9-
<a href="https://devtron.ai/blog/">Blog</a>
9+
<a href="https://devtron.ai/blog/" target="_blank">Blog</a>
1010
·
11-
<a href="https://discord.gg/jsRG5qx2gp">Join Discord</a>
11+
<a href="https://discord.gg/jsRG5qx2gp" target="_blank">Join Discord</a>
1212
·
13-
<a href="https://twitter.com/DevtronL">Twitter</a>
13+
<a href="https://twitter.com/DevtronL" target="_blank">Twitter</a>
1414

1515
</p>
1616
<p align="center">
17-
<a href="https://discord.gg/jsRG5qx2gp"><img src="https://img.shields.io/badge/Join%20us%20on-Discord-e01563.svg" alt="Join Discord"></a>
18-
<a href="https://goreportcard.com/badge/github.com/devtron-labs/devtron"><img src="https://goreportcard.com/badge/github.com/devtron-labs/devtron" alt="Go Report Card"></a>
19-
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"></a>
20-
<a href="https://bestpractices.coreinfrastructure.org/projects/4411"><img src="https://bestpractices.coreinfrastructure.org/projects/4411/badge" alt="CII Best Practices"></a>
21-
<a href="http://golang.org"><img src="https://img.shields.io/badge/Made%20with-Go-1f425f.svg" alt="made-with-Go"></a>
22-
<a href="http://devtron.ai/"><img src="https://img.shields.io/website-up-down-green-red/http/shields.io.svg" alt="Website devtron.ai"></a>
17+
<a href="https://discord.gg/jsRG5qx2gp" target="_blank"><img src="https://img.shields.io/badge/Join%20us%20on-Discord-e01563.svg" alt="Join Discord"></a>
18+
<a href="https://goreportcard.com/badge/github.com/devtron-labs/devtron" target="_blank"><img src="https://goreportcard.com/badge/github.com/devtron-labs/devtron" alt="Go Report Card"></a>
19+
<a href="./LICENSE" target="_blank"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"></a>
20+
<a href="https://bestpractices.coreinfrastructure.org/projects/4411" target="_blank"><img src="https://bestpractices.coreinfrastructure.org/projects/4411/badge" alt="CII Best Practices"></a>
21+
<a href="http://golang.org" target="_blank"><img src="https://img.shields.io/badge/Made%20with-Go-1f425f.svg" alt="made-with-Go"></a>
22+
<a href="http://devtron.ai/" target="_blank"><img src="https://img.shields.io/website-up-down-green-red/http/shields.io.svg" alt="Website devtron.ai"></a>
2323

2424
</p>
2525

@@ -28,7 +28,7 @@
2828
- [Why Devtron](https://github.com/devtron-labs/devtron#bulb-why-devtron)
2929
- [Features](https://github.com/devtron-labs/devtron#tada-features)
3030
- [Getting Started](https://github.com/devtron-labs/devtron#rocket-getting-started)
31-
- [Documentation](https://docs.devtron.ai/)
31+
- <a href="https://docs.devtron.ai/" target="_blank">Documentation</a>
3232
- [Compatibility Notes](https://github.com/devtron-labs/devtron#memo-compatibility-notes)
3333
- [Community](https://github.com/devtron-labs/devtron#busts_in_silhouette-community)
3434
- [Contribute](https://github.com/devtron-labs/devtron#handshake-contribute)
@@ -124,7 +124,7 @@ helm install devtron devtron/devtron-operator --create-namespace --namespace dev
124124
--set secrets.POSTGRESQL_PASSWORD=change-me
125125
```
126126

127-
For detailed instructions and other options, check out [devtron installation documentation](https://docs.devtron.ai/setup/install)
127+
For detailed instructions and other options, check out <a href="https://docs.devtron.ai/setup/install" target="_blank">devtron installation documentation</a>
128128

129129

130130
#### :key: Access Devtron dashboard

assets/devtron-logo.png

33.3 KB
Loading

assets/logo.png

-32.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)