diff --git a/vraptor-site/content/en/docs/converters.html b/vraptor-site/content/en/docs/converters.html
index 97c4fc7cd..adf5980e4 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/#time-joda) 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`.