Browse Source

fixed github repo name in READMEs

Thomas Wiest 10 years ago
parent
commit
ee2ad2a52e
4 changed files with 5 additions and 5 deletions
  1. 1 1
      README.md
  2. 1 1
      README_AWS.md
  3. 2 2
      README_GCE.md
  4. 1 1
      bin/README_SHELL_COMPLETION

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-openshift-online-ansible
+openshift-ansible
 ========================
 
 This repo contains OpenShift Ansible code.

+ 1 - 1
README_AWS.md

@@ -50,7 +50,7 @@ OSX:
 
 Test The Setup
 --------------
-1. cd openshift-online-ansible
+1. cd openshift-ansible
 1. Try to list all instances:
 ```
   ./cloud.rb aws list

+ 2 - 2
README_GCE.md

@@ -49,7 +49,7 @@ gce_project_id = project_id
 ```
 1. Setup a sym link so that gce.py will pick it up (link must be in same dir as gce.py)
 ```
-  cd openshift-online-ansible/inventory/gce
+  cd openshift-ansible/inventory/gce
   ln -s ~/.gce/gce.ini gce.ini
 ```
 
@@ -64,7 +64,7 @@ Install Dependencies
 
 Test The Setup
 --------------
-1. cd openshift-online-ansible/
+1. cd openshift-ansible/
 2. Try to list all instances:
 ```
   ./cloud.rb gce list

+ 1 - 1
bin/README_SHELL_COMPLETION

@@ -20,7 +20,7 @@ and return them to be completable.
 
 # BASH
 In order to setup bash completion, source the following script:
-/path/to/repository/openshift-online-ansible/bin/ossh_bash_completion
+/path/to/repository/openshift-ansible/bin/ossh_bash_completion
 
 # ZSH
 In order to setup zsh completion, you will need to verify