diff --git a/README.md b/README.md index 5b3918ff..248328f5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ logger.commons.level = debug ## Code of Conduct -This project has adopted an [Open Source Code of Conduct](https://opendistro.github.io/for-elasticsearch/codeofconduct.html). +This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). +For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact +opensource-codeofconduct@amazon.com with any additional questions or comments. ## Security issue notifications diff --git a/build.gradle b/build.gradle index d8d11b68..bfb2d312 100644 --- a/build.gradle +++ b/build.gradle @@ -93,14 +93,14 @@ publishing { artifact javadocJar pom { - name = "Open Distro for OpenSearch Common Utils" + name = "OpenSearch Common Utils" packaging = "jar" - url = "https://github.com/opendistro-for-elasticsearch/common-utils" - description = "Open Distro for OpenSearch Common Utils" + url = "https://github.com/opensearch-project/common-utils" + description = "OpenSearch Common Utils" scm { - connection = "scm:git@github.com:opendistro-for-elasticsearch/common-utils.git" - developerConnection = "scm:git@github.com:opendistro-for-elasticsearch/common-utils.git" - url = "git@github.com:opendistro-for-elasticsearch/common-utils.git" + connection = "scm:git@github.com:opensearch-project/common-utils.git" + developerConnection = "scm:git@github.com:opensearch-project/common-utils.git" + url = "git@github.com:opensearch-project/common-utils.git" } licenses { license { diff --git a/src/main/java/org/opensearch/commons/InjectSecurity.java b/src/main/java/org/opensearch/commons/InjectSecurity.java index 8c3cd5a6..ab4f0323 100644 --- a/src/main/java/org/opensearch/commons/InjectSecurity.java +++ b/src/main/java/org/opensearch/commons/InjectSecurity.java @@ -42,7 +42,7 @@ * For background jobs usage only. User or Roles injection can be done using transport layer only. * You can't inject using REST api. * - * Roles injection is based this new feature in security plugin: https://github.com/opendistro-for-elasticsearch/security/pull/560 + * Roles injection is based on this new feature in security plugin: https://github.com/opensearch-project/security/pull/560 * * Java example Usage: *