Ver código fonte

Merge pull request #3440 from rhcarvalho/update-homepage

Update homepage and fix typo
Scott Dodson 8 anos atrás
pai
commit
f3c09db7db
2 arquivos alterados com 2 adições e 2 exclusões
  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
 2. a custom Ansible module in [library/](library), for cases when the modules
    shipped with Ansible do not provide the required functionality.
    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
 action plugin. See
 [playbooks/byo/openshift-preflight/check.yml](../../playbooks/byo/openshift-preflight/check.yml)
 [playbooks/byo/openshift-preflight/check.yml](../../playbooks/byo/openshift-preflight/check.yml)
 for an example.
 for an example.

+ 1 - 1
utils/setup.py

@@ -16,7 +16,7 @@ setup(
     description="Ansible wrapper for OpenShift Enterprise 3 installation.",
     description="Ansible wrapper for OpenShift Enterprise 3 installation.",
 
 
     # The project's main homepage.
     # 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 details
     author="openshift@redhat.com",
     author="openshift@redhat.com",