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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-graph.git


The following commit(s) were added to refs/heads/master by this push:
     new bd30239  Fix markdown links
bd30239 is described below

commit bd30239006a451b9cb0eb37d8c184f840dd58b27
Author: Bruno P. Kinoshita <[email protected]>
AuthorDate: Sun Jul 19 15:30:49 2020 +1200

    Fix markdown links
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bb259e2..1209dfc 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Documentation
 
 More information can be found on the [Apache Commons Graph (Sandbox) 
homepage](https://commons.apache.org/sandbox/commons-graph/).
 The [Javadoc](https://commons.apache.org/sandbox/commons-graph/apidocs) can be 
browsed.
-Questions related to the usage of Apache Commons Graph (Sandbox) should be 
posted to the [user mailing list][https://commons.apache.org/mail-lists.html].
+Questions related to the usage of Apache Commons Graph (Sandbox) should be 
posted to the [user mailing list](https://commons.apache.org/mail-lists.html).
 
 Where can I get the latest release?
 -----------------------------------
@@ -64,7 +64,7 @@ Yet to release.
 Contributing
 ------------
 
-We accept Pull Requests via GitHub. The [developer mailing 
list][https://commons.apache.org/mail-lists.html] is the main channel of 
communication for contributors.
+We accept Pull Requests via GitHub. The [developer mailing 
list](https://commons.apache.org/mail-lists.html) is the main channel of 
communication for contributors.
 There are some guidelines which will make applying PRs easier for us:
 + No tabs! Please use spaces for indentation.
 + Respect the code style.

Reply via email to