From 21e9134ae8423cb467308a8bd281d66ade1e92a1 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 23 Oct 2015 15:18:09 -0700 Subject: [PATCH] fix another bad backticks usage --- docs/proposals/horizontal-pod-autoscaler.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/proposals/horizontal-pod-autoscaler.md b/docs/proposals/horizontal-pod-autoscaler.md index 9417ee5704..efefb800fe 100644 --- a/docs/proposals/horizontal-pod-autoscaler.md +++ b/docs/proposals/horizontal-pod-autoscaler.md @@ -65,9 +65,8 @@ The wider discussion regarding Scale took place in [#1629](https://github.com/ku Scale subresource will be present in API for replication controller or deployment under the following paths: -```api/vX/replicationcontrollers/myrc/scale``` - -```api/vX/deployments/mydeployment/scale``` + * `api/vX/replicationcontrollers/myrc/scale` + * `api/vX/deployments/mydeployment/scale` It will have the following structure: