You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ra...@apache.org on 2015/05/19 23:37:10 UTC

[2/2] deltaspike git commit: Fix broken link

Fix broken link


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/0813ac05
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/0813ac05
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/0813ac05

Branch: refs/heads/master
Commit: 0813ac05f486f0ef19efcad5fbd65ae66a57b3ad
Parents: 947ef58
Author: Rafael Benevides <ra...@gmail.com>
Authored: Tue May 19 17:30:40 2015 -0400
Committer: Rafael Benevides <ra...@gmail.com>
Committed: Tue May 19 17:30:44 2015 -0400

----------------------------------------------------------------------
 site/src/main/asciidoc/source.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/0813ac05/site/src/main/asciidoc/source.adoc
----------------------------------------------------------------------
diff --git a/site/src/main/asciidoc/source.adoc b/site/src/main/asciidoc/source.adoc
index 6448e23..87652e3 100644
--- a/site/src/main/asciidoc/source.adoc
+++ b/site/src/main/asciidoc/source.adoc
@@ -49,7 +49,7 @@ For Eclipse you can use this
 link:http://deltaspike.apache.org/resources/files/deltaspike-code-conventions.xml[Code Formatter Profile]. Import it via Window | Preferences | Java | Code Style | Formatter
 
 == 3. Build the Source
-Always build and test your changes before you make pull requests to the DeltaSpike repository. For instructions on building the source and running Arquillian tests, see <<build#,Build and Test DeltaSpike from Source>>.
+Always build and test your changes before you make pull requests to the DeltaSpike repository. For instructions on building the source and running Arquillian tests, see link:http://deltaspike.apache.org/documentation/build.html[Build and Test DeltaSpike from Source].
 
 
 == 4. Make a Pull Request