From 771c22a3d6b6d578af29b50f481032770a2ee174 Mon Sep 17 00:00:00 2001 From: Rodrigo Turini Date: Mon, 15 Dec 2014 15:06:42 -0200 Subject: [PATCH] using markdown on link --- vraptor-site/content/en/docs/components.html | 2 +- vraptor-site/content/pt/docs/componentes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vraptor-site/content/en/docs/components.html b/vraptor-site/content/en/docs/components.html index 95e5e396d..f2f96d0ba 100644 --- a/vraptor-site/content/en/docs/components.html +++ b/vraptor-site/content/en/docs/components.html @@ -292,7 +292,7 @@ } ~~~ -If you are not using our vraptor-jpa plugin, and you want to use `EntityManager` provided by +If you are not using our [vraptor-jpa](/en/docs/plugins/#vraptor-jpa) plugin, and you want to use `EntityManager` provided by the Appplication Server, you need to create a producer for `EntityManager` like this example: diff --git a/vraptor-site/content/pt/docs/componentes.html b/vraptor-site/content/pt/docs/componentes.html index 754b881dd..e1d275525 100644 --- a/vraptor-site/content/pt/docs/componentes.html +++ b/vraptor-site/content/pt/docs/componentes.html @@ -239,7 +239,7 @@ } ~~~ -Se você não está usando nosso plugin vraptor-jpa, e você quer usar o `EntityManager` +Se você não está usando nosso plugin [vraptor-jpa](/pt/docs/plugins/#vraptor-jpa), e você quer usar o `EntityManager` disponibilizado pelo Servidor de Aplicações, você precisa também criar um producer para injetá-lo via construtor. No exemplo abaixo adicionamos em nossa classe `Resources` um producer para o `EntityManager`: