Skip to content

Commit

Permalink
#19 links
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 3, 2023
1 parent 96e01bb commit 7eeadbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker:
image: yegor256/rultor-image:1.13.0
image: yegor256/rultor-image:1.21.0
assets:
settings.xml: yegor256/home#assets/jcabi/settings.xml
secring.gpg: yegor256/home#assets/secring.gpg
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![Managed by Zerocracy](https://www.0crat.com/badge/C3RUBL5H9.svg)](https://www.0crat.com/p/C3RUBL5H9)
[![DevOps By Rultor.com](http://www.rultor.com/b/jcabi/jcabi-velocity)](http://www.rultor.com/p/jcabi/jcabi-velocity)
[![DevOps By Rultor.com](https://www.rultor.com/b/jcabi/jcabi-velocity)](https://www.rultor.com/p/jcabi/jcabi-velocity)

[![Build Status](https://travis-ci.org/jcabi/jcabi-velocity.svg?branch=master)](https://travis-ci.org/jcabi/jcabi-velocity)
[![PDD status](http://www.0pdd.com/svg?name=jcabi/jcabi-velocity)](http://www.0pdd.com/p?name=jcabi/jcabi-velocity)
[![mvn](https://github.com/jcabi/jcabi-velocity/actions/workflows/mvn.yml/badge.svg)](https://github.com/jcabi/jcabi-velocity/actions/workflows/mvn.yml)
[![PDD status](https://www.0pdd.com/svg?name=jcabi/jcabi-velocity)](https://www.0pdd.com/p?name=jcabi/jcabi-velocity)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-velocity/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-velocity)
[![Javadoc](https://javadoc.io/badge/com.jcabi/jcabi-velocity.svg)](http://www.javadoc.io/doc/com.jcabi/jcabi-velocity)
[![Javadoc](https://javadoc.io/badge/com.jcabi/jcabi-velocity.svg)](https://www.javadoc.io/doc/com.jcabi/jcabi-velocity)

More details are here: [velocity.jcabi.com](http://velocity.jcabi.com/index.html)
More details are here: [velocity.jcabi.com](https://velocity.jcabi.com/index.html)

`VelocityPage` is a convenient builder/wrapper around [Apache Velocity](http://velocity.apache.org/):
`VelocityPage` is a convenient builder/wrapper around [Apache Velocity](https://velocity.apache.org/):

```java
import com.jcabi.velocity.VelocityPage;
Expand Down

0 comments on commit 7eeadbf

Please sign in to comment.