Skip to content

Commit

Permalink
Merge pull request #1067 from pwener/master
Browse files Browse the repository at this point in the history
Update references to oracle docs
  • Loading branch information
Turini committed May 7, 2016
2 parents c9c1087 + 3775ce8 commit 5ec4af5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -122,7 +122,7 @@
{: .content-table}

For more information about scopes, check [the Java EE 7
documentation](http://docs.oracle.com/javaee/7/tutorial/doc/cdi-basic008.htm#GJBBK)
documentation](https://docs.oracle.com/javaee/7/tutorial/cdi-basic008.htm)
about scopes.

##Building components
Expand Down
2 changes: 1 addition & 1 deletion vraptor-site/content/en/docs/controllers-rest.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
time it needs to be injected.

Those scopes are from CDI specification, see the [Java EE 7
documentation](http://docs.oracle.com/javaee/7/tutorial/doc/partcdi.htm#GJBNR)
documentation](http://docs.oracle.com/javaee/7/tutorial/partcdi.htm)
for more information.

##@Path
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 @@ -110,7 +110,7 @@
| @Dependent | component é instanciado sempre que requisitado.
{: .content-table}

Você pode pesquisar mais sobre os escopos [na documentação do Java EE 7](http://docs.oracle.com/javaee/7/tutorial/doc/cdi-basic008.htm).
Você pode pesquisar mais sobre os escopos [na documentação do Java EE 7](https://docs.oracle.com/javaee/7/tutorial/cdi-basic008.htm).

##Fabricando componentes

Expand Down

0 comments on commit 5ec4af5

Please sign in to comment.