Browse Source

Merge pull request #3440 from rhcarvalho/update-homepage

Update homepage and fix typo
Scott Dodson 8 years ago
parent
commit
f3c09db7db
2 changed files with 2 additions and 2 deletions
  1. 1 1
      roles/openshift_health_checker/HOWTO_CHECKS.md
  2. 1 1
      utils/setup.py

+ 1 - 1
roles/openshift_health_checker/HOWTO_CHECKS.md

@@ -10,7 +10,7 @@ Checks are typically implemented as two parts:
 2. a custom Ansible module in [library/](library), for cases when the modules
    shipped with Ansible do not provide the required functionality.
 
-The checks are called from an Ansible playbooks via the `openshift_health_check`
+The checks are called from Ansible playbooks via the `openshift_health_check`
 action plugin. See
 [playbooks/byo/openshift-preflight/check.yml](../../playbooks/byo/openshift-preflight/check.yml)
 for an example.

+ 1 - 1
utils/setup.py

@@ -16,7 +16,7 @@ setup(
     description="Ansible wrapper for OpenShift Enterprise 3 installation.",
 
     # The project's main homepage.
-    url="http://github.com/openshift/openshift-extras/tree/enterprise-3.0/oo-install",
+    url="https://github.com/openshift/openshift-ansible",
 
     # Author details
     author="openshift@redhat.com",