Skip to content

Commit f210507

Browse files
committed
v1.0.1 updated plugin xml links
1 parent 99438a6 commit f210507

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ideaplugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "de.jensklingenberg"
12-
version = "1.0"
12+
version = "1.0.1"
1313

1414
repositories {
1515
mavenCentral()

ideaplugin/src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
99
Turn this:
1010
<p align="center">
11-
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/buttonhtml.png" height=500 />
11+
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/buttonhtml.png" height=500 />
1212
</p>
1313
1414
Into this:
1515
<p align="center">
16-
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/composebutton.png" height=500 />
16+
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/composebutton.png" height=500 />
1717
</p>
1818
1919
## Introduction / HOW TO USE
2020
2121
1) Put your cursor to the place where you want to insert the Compose code.
2222
2) Open the Plugin under Tools> HTML to Compose Web
2323
<p align="center">
24-
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/ideatools.png" height=500 />
24+
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/ideatools.png" height=500 />
2525
</p>
2626
3) Add your HTML to press "Generate"
2727
<p align="center">
28-
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/ideaWindow.png" height=500 />
28+
<img src ="https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/master/docs/ideaWindow.png" height=500 />
2929
</p>
3030
4) Your code is now inserted at your cursor.
3131

0 commit comments

Comments
 (0)