Repository: struts-site Updated Branches: refs/heads/master 8bce64e7d -> 840f0616c
Fixing broken link to Java EE tutorial. Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/840f0616 Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/840f0616 Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/840f0616 Branch: refs/heads/master Commit: 840f0616c62bda329584c06c8b2f0da431555c77 Parents: 8bce64e Author: Michael Hidalgo <michaelfal...@gmail.com> Authored: Sat Jan 16 10:25:54 2016 -0600 Committer: Michael Hidalgo <michaelfal...@gmail.com> Committed: Sat Jan 16 10:25:54 2016 -0600 ---------------------------------------------------------------------- source/primer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/840f0616/source/primer.md ---------------------------------------------------------------------- diff --git a/source/primer.md b/source/primer.md index dafecac..65444aa 100644 --- a/source/primer.md +++ b/source/primer.md @@ -48,7 +48,7 @@ If you are not familiar with the Java language generally,then the best starting [Java Tutorial](http://docs.oracle.com/javase/tutorial/index.html). If you are familiar with Java, but not the mentioned technologies, -the best overall starting point is the [Java EE Tutorial](http://docs.oracle.com/javaee/7/tutorial/doc/). +the best overall starting point is the [Java EE Tutorial](https://docs.oracle.com/javaee/7/tutorial/). If you've created web applications for other platforms, you may be able to follow along and visit the other references as needed. The core