From 9baf12f84e84686c637aaac4a5c45a469221b02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Garcia?= Date: Sat, 27 Sep 2014 02:04:31 -0300 Subject: [PATCH 1/2] Adding links to vraptor plugins --- vraptor-site/content/en/docs/converters.html | 6 +++--- vraptor-site/content/pt/docs/conversores.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vraptor-site/content/en/docs/converters.html b/vraptor-site/content/en/docs/converters.html index 97c4fc7cd..97066820d 100644 --- a/vraptor-site/content/en/docs/converters.html +++ b/vraptor-site/content/en/docs/converters.html @@ -37,9 +37,9 @@ `Calendar` and `Date` are supported using application locale. -There are converters for the main Joda-time types: `DateTime`, `LocalDate`, `LocalDateTime` and `LocalTime` available using the vraptor-jodatime plugin. More info [here](/en/docs/plugins). +There are converters for the main Joda-time types: `DateTime`, `LocalDate`, `LocalDateTime` and `LocalTime` available using the [vraptor-jodatime](/en/docs/plugins) plugin.. -If you are using JDK 8, you can use the new `java.time` API available using vraptor-javatime plugin. More info [here](/en/docs/plugins). +If you are using JDK 8, you can use the new `java.time` API available using [vraptor-javatime](/en/docs/plugins) plugin. ##If conversion fails @@ -188,4 +188,4 @@ } ~~~ -All of VRaptor's `Converter`s have `LIBRARY_BEFORE` priority. \ No newline at end of file +All of VRaptor's `Converter`s have `LIBRARY_BEFORE` priority. diff --git a/vraptor-site/content/pt/docs/conversores.html b/vraptor-site/content/pt/docs/conversores.html index db8b70de9..9f78adb42 100644 --- a/vraptor-site/content/pt/docs/conversores.html +++ b/vraptor-site/content/pt/docs/conversores.html @@ -36,9 +36,9 @@ `Calendar` e `Date` são suportados por padrão usando a localização da sua aplicação. -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. Mais informações [aqui](/pt/docs/plugins/#joda-time). +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. Mais informações [aqui](/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-javatime](/pt/docs/plugins/#nova-api-de-datas-do-java). ##Mensagem de erro de conversão @@ -183,4 +183,4 @@ } ~~~ -Por padrão todo `Converter` do VRaptor tem prioridade `LIBRARY_BEFORE`. \ No newline at end of file +Por padrão todo `Converter` do VRaptor tem prioridade `LIBRARY_BEFORE`. From 5dce71225731f2a9292665e5234c828d1d1e460d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Garcia?= Date: Mon, 27 Oct 2014 23:37:26 -0200 Subject: [PATCH 2/2] Adding anchors to improve site UX --- vraptor-site/content/en/docs/converters.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vraptor-site/content/en/docs/converters.html b/vraptor-site/content/en/docs/converters.html index 97066820d..adf5980e4 100644 --- a/vraptor-site/content/en/docs/converters.html +++ b/vraptor-site/content/en/docs/converters.html @@ -37,7 +37,7 @@ `Calendar` and `Date` are supported using application locale. -There are converters for the main Joda-time types: `DateTime`, `LocalDate`, `LocalDateTime` and `LocalTime` available using the [vraptor-jodatime](/en/docs/plugins) plugin.. +There are converters for the main Joda-time types: `DateTime`, `LocalDate`, `LocalDateTime` and `LocalTime` available using the [vraptor-jodatime](/en/docs/plugins/#time-joda) plugin. If you are using JDK 8, you can use the new `java.time` API available using [vraptor-javatime](/en/docs/plugins) plugin.