Skip to content

Commit

Permalink
fix: https in helm readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Mar 15, 2021
1 parent 5a08a68 commit 5f907f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc2md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# asciidoctor -a env-github -b docbook -a leveloffset=+1 -o - README.adoc | pandoc --markdown-headings=atx --wrap=preserve -t gfm -f docbook -

sed -i 's/^plantuml::arch.puml.*$/![Component diagram](http:\/\/www.plantuml.com\/plantuml\/proxy?cache=no\&src=https:\/\/raw.githubusercontent.com\/eshepelyuk\/cmak-operator\/master\/arch.puml)/g' README.md
sed -i 's/^plantuml::arch.puml.*$/![Component diagram](https:\/\/www.plantuml.com\/plantuml\/proxy?cache=no\&src=https:\/\/raw.githubusercontent.com\/eshepelyuk\/cmak-operator\/master\/arch.puml)/g' README.md

0 comments on commit 5f907f7

Please sign in to comment.