You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2018/06/25 22:07:06 UTC

[trafficcontrol] 07/12: Fix README links within Java API Client

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

neuman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 1c8fa3f759f5cf28077bac32a4a6aa7de9607968
Author: nerdynick <ne...@gmail.com>
AuthorDate: Thu May 17 12:11:21 2018 -0600

    Fix README links within Java API Client
---
 traffic_control/clients/java/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/traffic_control/clients/java/README.md b/traffic_control/clients/java/README.md
index 97b9a3e..43d9592 100644
--- a/traffic_control/clients/java/README.md
+++ b/traffic_control/clients/java/README.md
@@ -2,8 +2,8 @@
 
 Simple framework for Rest based API communication. 
 
-See [TrafficOps Readme](trafficops/README.mb) for example and usage with communicating with the TrafficOps API
+See [TrafficOps Readme](trafficops/README.md) for example and usage with communicating with the TrafficOps API
 
 ## Development
 
-See [Contribute](CONTRIBUTE.mb) for information on setting up your IDE.
+See [Contribute](CONTRIBUTE.md) for information on setting up your IDE.