summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/plantuml/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/plantuml/README.md')
-rw-r--r--macros/luatex/latex/plantuml/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/luatex/latex/plantuml/README.md b/macros/luatex/latex/plantuml/README.md
index eb0fd1ce84..d655302010 100644
--- a/macros/luatex/latex/plantuml/README.md
+++ b/macros/luatex/latex/plantuml/README.md
@@ -1,6 +1,6 @@
# plantuml
-Version 0.3.0
+Version 0.3.1
> A LuaLaTeX package for PlantUML in LaTeX
@@ -8,7 +8,7 @@ Version 0.3.0
This package allows for embedding PlantUML diagrams using the PlantUML source.
Currently, this project runs with [lualatex](http://www.luatex.org/) only.
-Check [issue #1](https://github.com/latextemplates/plantuml/issues/1) for the current state of affairs for support pdflatex.
+Check [issue #1](https://github.com/koppor/plantuml/issues/1) for the current state of affairs for support pdflatex.
## Preconditions
@@ -86,7 +86,7 @@ See [the discussion at tex.sx](https://tex.stackexchange.com/q/27982/9075) for t
## Development
-The release is built at [CircleCI](http://circleci.com/) using [release.sh](release.sh).
+The release is built using [GitHub Actions](https://github.com/features/actions) ([workflow file](https://github.com/koppor/plantuml/blob/master/.github/workflows/build-and-publish.yml)) using [`release.sh`](release.sh).
Release prepration:
@@ -96,7 +96,7 @@ Release prepration:
## Alternative Solutions
-[TikZ-UML](https://perso.ensta-paristech.fr/~kielbasi/tikzuml/) is a very powerful package based in [TikZ](https://www.ctan.org/pkg/pgf).
+[TikZ-UML](https://perso.ensta-paristech.fr/~kielbasi/tikzuml/) is a very powerful package based on [TikZ](https://www.ctan.org/pkg/pgf).
More alternative solutions are collected at the [CTAN topic UML](https://www.ctan.org/topic/uml).
## License