diff --git a/README.md b/README.md index 9ee4a12..bdfa6b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BOSH Release for 18F Cloud Foundry Secure Proxy +# BOSH Release for cloud-gov Cloud Foundry Secure Proxy This proxy adds an nginx layer on top of Cloud Foundry, proxying all requests made to the router. diff --git a/ci/credentials.example.yml b/ci/credentials.example.yml index cbba610..1e5a6f1 100644 --- a/ci/credentials.example.yml +++ b/ci/credentials.example.yml @@ -1,6 +1,6 @@ --- aws-region: REGION -pipeline-tasks-git-url: https://github.com/18f/cg-pipeline-tasks.git +pipeline-tasks-git-url: https://github.com/cloud-gov/cg-pipeline-tasks.git pipeline-tasks-git-branch: master s3-bosh-releases-access-key-id: AWS_ACCESS_KEY_ID s3-bosh-releases-bucket: SECURE_BUCKET @@ -14,5 +14,5 @@ secureproxy-private-yml: |- bucket_name: BLOBSTORE_BUCKET_NAME access_key_id: BLOBSTORE_BUCKET_ACCESS_KEY_ID secret_access_key: BLOBSTORE_BUCKET_SECRET_ACCESS_KEY -secureproxy-release-git-url: https://github.com/18F/cg-secureproxy-boshrelease.git +secureproxy-release-git-url: https://github.com/cloud-gov/cg-secureproxy-boshrelease.git secureproxy-release-git-branch: master