dewrich closed pull request #2265: Fix formatting in Native Client Doc Readme URL: https://github.com/apache/incubator-trafficcontrol/pull/2265
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/traffic_control/clients/README.md b/traffic_control/clients/README.md index ec091b4f8..29a759503 100644 --- a/traffic_control/clients/README.md +++ b/traffic_control/clients/README.md @@ -1,16 +1,16 @@ -#TrafficOps Native Client Libraries +# TrafficOps Native Client Libraries There are two client libraries supported: -##Python +## Python * Supported TO API Versions * 1.1 * 1.2 * Documentation * https://github.com/apache/incubator-trafficcontrol/tree/master/traffic_control/clients/python/trafficops -##Golang -###TO API v1.2 _(Deprecated)_ +## Golang +### TO API v1.2 _(Deprecated)_ * Documentation * https://github.com/apache/incubator-trafficcontrol/tree/master/traffic_ops/client ###TO API v1.3 diff --git a/traffic_ops/client/README.md b/traffic_ops/client/README.md index 8303b1e5f..aca523225 100644 --- a/traffic_ops/client/README.md +++ b/traffic_ops/client/README.md @@ -1,7 +1,7 @@ -#TO Client Library Golang +# TO Client Library Golang _This version of the SDK is deprecated in favor of the newer [TO API v1.3 Client Library](https://github.com/apache/incubator-trafficcontrol/tree/master/traffic_ops/client/v13)_ -##Getting Started +## Getting Started 1. Obtain the latest version of the library `go get github.com/apache/incubator-trafficcontrol/traffic_ops/client` diff --git a/traffic_ops/client/v13/README.md b/traffic_ops/client/v13/README.md index ea2e147bf..bc61072fc 100644 --- a/traffic_ops/client/v13/README.md +++ b/traffic_ops/client/v13/README.md @@ -1,6 +1,6 @@ -#TO Client Library Golang +# TO Client Library Golang -##Getting Started +## Getting Started 1. Obtain the latest version of the library `go get github.com/apache/incubator-trafficcontrol/traffic_ops/client/v13` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
