Skip to content

Commit 2f884e2

Browse files
committed
Merge pull request #915 from caelum/fixingDocs
adding paginator's link and fixing plugin on docs
2 parents 4254016 + c326fb1 commit 2f884e2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

vraptor-site/content/en/docs/converters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
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.
4141

42-
If you are using JDK 8, you can use the new `java.time` API available using [vraptor-javatime](/en/docs/plugins) plugin.
42+
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.
4343

4444
##If conversion fails
4545

vraptor-site/content/en/docs/plugins.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@
251251
</dependency>
252252
~~~
253253

254+
[Plugin page at Github](https://github.com/caelum/vraptor-paginator).
255+
254256
##VRaptor Panettone
255257

256258
A typesafe template engine written in Java.

vraptor-site/content/pt/docs/conversores.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
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).
4040

41-
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).
41+
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).
4242

4343
##Mensagem de erro de conversão
4444

0 commit comments

Comments
 (0)