Skip to content

Commit ff06519

Browse files
authored
FIx readme links (#965)
* fix readme links * remove link decoration * add target="_blank"
1 parent 5f7c86d commit ff06519

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
![LiveDebugger_Chrome_WebStore](https://github.com/user-attachments/assets/cf9aee3b-58ab-4c45-8a43-d73182cb3e02)
22

3-
<div align="center">
4-
5-
[![Version Badge](https://img.shields.io/github/v/release/software-mansion/live-debugger?color=lawn-green)](https://hexdocs.pm/live_debugger)
6-
[![Hex.pm Downloads](https://img.shields.io/hexpm/dw/live_debugger?style=flat&label=downloads&color=blue)](https://hex.pm/packages/live_debugger)
7-
[![GitHub License](https://img.shields.io/github/license/software-mansion/live-debugger)](https://github.com/software-mansion/live-debugger/blob/main/LICENSE)
83

4+
<div align="center" dir="auto">
5+
<p dir="auto">
6+
<a href="https://hexdocs.pm/live_debugger" rel="nofollow" target="_blank"
7+
><img
8+
src="https://img.shields.io/github/v/release/software-mansion/live-debugger?color=lawn-green"
9+
alt="Version Badge"
10+
style="max-width: 100%"
11+
/></a>
12+
<a href="https://hex.pm/packages/live_debugger" rel="nofollow" target="_blank"
13+
><img
14+
src="https://img.shields.io/hexpm/dw/live_debugger?style=flat&amp;label=downloads&amp;color=blue"
15+
alt="Hex.pm Downloads"
16+
style="max-width: 100%"
17+
/></a>
18+
<a href="https://github.com/software-mansion/live-debugger/blob/main/LICENSE"
19+
><img
20+
src="https://img.shields.io/github/license/software-mansion/live-debugger"
21+
alt="GitHub License"
22+
style="max-width: 100%"
23+
/></a>
24+
</p>
925
</div>
1026

1127
[LiveDebugger](https://docs.swmansion.com/live-debugger/) is a browser-based tool for debugging applications written in [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view) - an Elixir library designed for building rich, interactive online experiences with server-rendered HTML.

0 commit comments

Comments
 (0)