Skip to content

Commit

Permalink
Merge pull request #915 from caelum/fixingDocs
Browse files Browse the repository at this point in the history
adding paginator's link and fixing plugin on docs
  • Loading branch information
Turini committed Dec 26, 2014
2 parents 4254016 + c326fb1 commit 2f884e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vraptor-site/content/en/docs/converters.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

There are converters for the main Joda-time types: `DateTime`, `LocalDate`, `LocalDateTime` and `LocalTime` available using the [vraptor-jodatime](/en/docs/plugins/#joda-time) plugin.

If you are using JDK 8, you can use the new `java.time` API available using [vraptor-javatime](/en/docs/plugins) plugin.
If you are using JDK 8, you can use the new `java.time` API available using [vraptor-java8](/en/docs/plugins#vraptor-java-8) plugin.

##If conversion fails

Expand Down
2 changes: 2 additions & 0 deletions vraptor-site/content/en/docs/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@
</dependency>
~~~

[Plugin page at Github](https://github.com/caelum/vraptor-paginator).

##VRaptor Panettone

A typesafe template engine written in Java.
Expand Down
2 changes: 1 addition & 1 deletion vraptor-site/content/pt/docs/conversores.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

Existem conversores para os principais tipos do Joda-time como `DateTime`, `LocalDate`, `LocalDateTime` e `LocalTime`. Os conversores do Joda-time estão disponíveis usando o plugin [vraptor-jodatime](/pt/docs/plugins/#joda-time).

Se você está usando JDK 8, você pode tirar proveito dos conversores do pacote `java.time`, que estão disponíveis usando o plugin [vraptor-javatime](/pt/docs/plugins/#nova-api-de-datas-do-java).
Se você está usando JDK 8, você pode tirar proveito dos conversores do pacote `java.time`, que estão disponíveis usando o plugin [vraptor-java8](/pt/docs/plugins/#vraptor-java-8).

##Mensagem de erro de conversão

Expand Down

0 comments on commit 2f884e2

Please sign in to comment.