diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 081a2ae..936ef25 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,4 +1,4 @@ -# Contributor Covenant Code of Conduct +# Contributor Code of Conduct ## Our Pledge diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52b0d8d..71dbbf2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ Please verify that your issue is not being currently addressed by other issues o ## Submitting Changes * Push your changes to a topic branch in your fork of the repository. -* Submit a pull request to the repository in the Nike-Inc organization. +* Submit a pull request to the repository in the MetLife organization. * After feedback has been given we expect responses within two weeks. After two weeks we may close the pull request if it isn't showing any activity. * Bug fixes or features that lack appropriate tests may not be considered for merge. * Changes that lower test coverage may not be considered for merge. diff --git a/README.md b/README.md index 2a03c4b..0c4aad1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SSLChecker is a serverless API written in Python and running on Azure Functions. ## Pre-requisites -Development - To set up a local development environment, follow the guidance from Microsoft [here](https://docs.microsoft.com/en-us/dazure/azure-functions/functions-create-first-function-python?tabs=bash%2Cbrowser). +Development - To set up a local development environment, follow the guidance from Microsoft [here](https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-python&tabs=bash%2Cbrowser). Deployment - As part of the above setup, you will be able to deploy to Azure using the azure-cli. Additionally, Azure DevOps or another CI/CD tool is capable of deploying to Azure.