diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b74c301e4..3746fe0f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ Before submitting an Issue, please search for similar ones in the 1. Please open the pull request against the `dev` branch. This is the development branch where all changes are tested before merging to main. 2. Ensure any install or build dependencies are removed before the end of the layer when doing a build. -3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/). +3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is [SemVer](https://semver.org/). 4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you. ## Contributor License Agreement diff --git a/README.md b/README.md index e0bef27e9..8e9aed226 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ If you would like to [contribute](https://github.com/newrelic/newrelic-php-agent To all [contributors](https://github.com/newrelic/newrelic-php-agent/graphs/contributors), we thank you! Without your contribution, this project would not be what it is today. We also host a community project page dedicated to the [New Relic PHP agent](https://opensource.newrelic.com/projects/newrelic/newrelic-php-agent). ## License -The PHP agent is licensed under the [Apache 2.0](http://apache.org/licenses/LICENSE-2.0.txt) License and also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document. +The PHP agent is licensed under the [Apache 2.0](https://apache.org/licenses/LICENSE-2.0.txt) License and also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document. diff --git a/STYLEGUIDE.md b/STYLEGUIDE.md index 9f7b7bd61..60821ab02 100644 --- a/STYLEGUIDE.md +++ b/STYLEGUIDE.md @@ -132,7 +132,7 @@ _"This does not contain everything, but what it contains is true"._ ``` 0. Format code with - [clang-format 3.8](http://releases.llvm.org/3.8.0/tools/clang/docs/ClangFormat.html) + [clang-format 3.8](https://releases.llvm.org/3.8.0/tools/clang/docs/ClangFormat.html) or later using our [style configuration file](.clang-format). 0. Disregard directives from this list when other approaches are more diff --git a/agent/README.txt b/agent/README.txt index eac645387..9da736979 100644 --- a/agent/README.txt +++ b/agent/README.txt @@ -6,4 +6,4 @@ and API descriptions please see the online FAQ at: For license and copyright, see LICENSE. -For support, contact us at http://support.newrelic.com for assistance. +For support, contact us at https://support.newrelic.com for assistance. diff --git a/agent/newrelic-install.sh b/agent/newrelic-install.sh index d538bb260..68c2d1c45 100755 --- a/agent/newrelic-install.sh +++ b/agent/newrelic-install.sh @@ -355,7 +355,7 @@ The New Relic installation directory is incomplete. The files or directories listed above could not be found. This usually means that you have a corrupt installation archive. Please re-download your New Relic software and try again. If the problem persists, please contact -${bold}http://support.newrelic.com${rmso} and report the issue. Be sure +${bold}https://support.newrelic.com${rmso} and report the issue. Be sure to include all the above output in your bug report. We apologize for the inconvenience. @@ -494,7 +494,7 @@ fatal() { echo "FATAL: $@" >&2 cat >&2 <