Fix linkification

there was a space between ']' and '(' which made markdown not recognize the links...
This commit is contained in:
Brendan Burns
2017-11-01 20:05:51 -07:00
committed by GitHub
parent 21cabff5ad
commit fff1d28a53
+2 -2
View File
@@ -30,8 +30,8 @@ Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery
|----------|----------------|-----------------|
| Go | [github.com/kubernetes/client-go/](https://github.com/kubernetes/client-go/) | [browse](https://github.com/kubernetes/client-go/tree/master/examples)
| Python | [github.com/kubernetes-incubator/client-python/](https://github.com/kubernetes-incubator/client-python/) | [browse](https://github.com/kubernetes-incubator/client-python/tree/master/examples)
| Java | [github.com/kubernetes-client/java](https://github.com/kubernetes-client/java/) | [browse] (https://github.com/kubernetes-client/java#installation)
| dotnet | [github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [browse] (https://github.com/kubernetes-client/csharp/tree/master/examples/simple)
| Java | [github.com/kubernetes-client/java](https://github.com/kubernetes-client/java/) | [browse](https://github.com/kubernetes-client/java#installation)
| dotnet | [github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [browse](https://github.com/kubernetes-client/csharp/tree/master/examples/simple)
## Community-maintained client libraries