You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/04 14:28:37 UTC

[maven-site] branch master updated: [MNGSITE-371] Fix syntax error in APT file

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b6a9997  [MNGSITE-371] Fix syntax error in APT file
b6a9997 is described below

commit b6a99976aee11aab5d098d65f7b77e5035448b23
Author: Maarten Mulders <ma...@infosupport.com>
AuthorDate: Tue Jun 4 16:24:48 2019 +0200

    [MNGSITE-371] Fix syntax error in APT file
---
 content/apt/guides/development/guide-maven-development.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/development/guide-maven-development.apt b/content/apt/guides/development/guide-maven-development.apt
index c71f58a..9d3d9e4 100644
--- a/content/apt/guides/development/guide-maven-development.apt
+++ b/content/apt/guides/development/guide-maven-development.apt
@@ -76,7 +76,7 @@ Developing Maven
 
  * Push your branch with the commit(s) to your fork.
  
- * Create a {{{https://help.github.com/en/articles/about-pull-requests} pull request} to submit your contribution.
+ * Create a {{{https://help.github.com/en/articles/about-pull-requests} pull request}} to submit your contribution.
    Shortly after, someone will review the pull request and give you feedback on it.
 
  []