Skip to content

Commit

Permalink
using markdown on link
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Dec 17, 2014
1 parent b9ca50d commit 771c22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vraptor-site/content/en/docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
}
~~~

If you are not using our <a href="/en/docs/plugins/#vraptor-jpa">vraptor-jpa</a> 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:

Expand Down
2 changes: 1 addition & 1 deletion vraptor-site/content/pt/docs/componentes.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
}
~~~

Se você não está usando nosso plugin <a href="/pt/docs/plugins/#vraptor-jpa">vraptor-jpa</a>, 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`:
Expand Down

0 comments on commit 771c22a

Please sign in to comment.