From c326fb15ab5079d7de5a4864d41d5ea00b059237 Mon Sep 17 00:00:00 2001 From: Rodrigo Turini Date: Tue, 23 Dec 2014 10:57:29 -0200 Subject: [PATCH] fixing plugin link --- vraptor-site/content/en/docs/converters.html | 2 +- vraptor-site/content/pt/docs/conversores.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vraptor-site/content/en/docs/converters.html b/vraptor-site/content/en/docs/converters.html index 3d68f664c..77a9921cd 100644 --- a/vraptor-site/content/en/docs/converters.html +++ b/vraptor-site/content/en/docs/converters.html @@ -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 diff --git a/vraptor-site/content/pt/docs/conversores.html b/vraptor-site/content/pt/docs/conversores.html index 9f78adb42..2b4def171 100644 --- a/vraptor-site/content/pt/docs/conversores.html +++ b/vraptor-site/content/pt/docs/conversores.html @@ -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