Fix documentation errors

Change-Id: I120b9903386fcf8ed48113c0fecb81a6f3a4013c
diff --git a/docs/quickstart_physical.md b/docs/quickstart_physical.md
index d88df20..f75ccb4 100644
--- a/docs/quickstart_physical.md
+++ b/docs/quickstart_physical.md
@@ -63,7 +63,7 @@
 ## Clone the Repository
 To clone the repository, on your OtP build host issue the `git` command:
 ```
-git clone -b cord-1.0 http://gerrit.opencord.org/cord
+git clone http://gerrit.opencord.org/cord
 ```
 
 ### Complete
@@ -420,7 +420,7 @@
    populated with the exit message from provisioning.
 
 Please refer to [Re-provision Compute Nodes and Switches
-](#re-provision-copute-nodes-and-switches)
+](#re-provision-compute-nodes-and-switches)
 if you want to restart this process or re-provision a initialized compute node.
 
 ## Booting OpenFlow switches
@@ -469,7 +469,7 @@
    populated with the exit message from provisioning.
 
 Please refer to [Re-provision Compute Nodes and Switches
-](#re-provision-copute-nodes-and-switches)
+](#re-provision-compute-nodes-and-switches)
 if you want to restart this process or re-provision a initialized switch.
 
 ## Post Deployment Configuration of XOS / ONOS VTN app
@@ -765,8 +765,8 @@
 ```
 curl -sS http://$(docker inspect --format '{{.NetworkSettings.Networks.maas_default.IPAddress}}' provisioner):4243/provision/ | jq '[.[] | { "status": .status, "id": .request.Info.id, "name": .request.Info.name}]'
 ```
-1. Delete the state on the provisioner
+2. Delete the state on the provisioner
 ```
 curl -sS -XDELETE http://$(docker inspect --format '{{.NetworkSettings.Networks.maas_default.IPAddress}}' provisioner):4243/provision/<switch-id>
 ```
-1. The provisioner should try to re-provision the compute node/switch automatically.
+3. The provisioner should try to re-provision the compute node/switch automatically.