Browse code

Merge pull request #10801 from lixiaobing10051267/masterOpenshift

website changed for openshift and can be accessed directly

Dan McPherson authored on 2016/09/06 20:26:04
Showing 1 changed files
1 1
old mode 100644
2 2
new mode 100755
... ...
@@ -1,6 +1,6 @@
1 1
 # OpenShift Command-Line Interface
2 2
 
3
-The `oc` command line tool is used to interact with the [OpenShift](http://openshift.github.io) and [Kubernetes](http://kubernetes.io/) HTTP API(s). `oc` is an alias for `openshift cli`.
3
+The `oc` command line tool is used to interact with the [OpenShift](https://www.openshift.org/) and [Kubernetes](http://kubernetes.io/) HTTP API(s). `oc` is an alias for `openshift cli`.
4 4
 
5 5
 `oc` is *verb focused*.
6 6
 The base verbs are *[get](#oc-get)*, *[create](#oc-create)*, *[delete](#oc-delete)*, *[replace](#oc-replace)*, and *[describe](#oc-describe)*.