diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 48b4a69f9..28945ddf0 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,7 +7,7 @@ assignees: ''
---
-Please use the debugging guide first to see if you can identify the problem - https://github.com/marklogic-community/ml-gradle/wiki/Debugging-guide . That addresses the most common bugs, such as not being able to load modules, or getting any error when deploying a particular resource, or getting any error with one of the data movement asks.
+Please use the debugging guide first to see if you can identify the problem - https://github.com/marklogic/ml-gradle/wiki/Debugging-guide . That addresses the most common bugs, such as not being able to load modules, or getting any error when deploying a particular resource, or getting any error with one of the data movement asks.
**Describe the bug**
A clear and concise description of what the bug is.
diff --git a/README.md b/README.md
index a3d30d5cb..d8edfc3db 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-![GitHub release](https://img.shields.io/github/release/marklogic-community/ml-gradle.svg)
-![GitHub last commit](https://img.shields.io/github/last-commit/marklogic-community/ml-gradle.svg)
+![GitHub release](https://img.shields.io/github/release/marklogic/ml-gradle.svg)
+![GitHub last commit](https://img.shields.io/github/last-commit/marklogic/ml-gradle.svg)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
-[![Known Vulnerabilities](https://snyk.io/test/github/marklogic-community/ml-gradle/badge.svg)](https://snyk.io/test/github/marklogic-community/ml-gradle)
+[![Known Vulnerabilities](https://snyk.io/test/github/marklogic/ml-gradle/badge.svg)](https://snyk.io/test/github/marklogic/ml-gradle)
Automate everything involving MarkLogic with Gradle
=========
@@ -14,11 +14,11 @@ ml-gradle either automates it already or can be extended to do so.
You can use ml-gradle right away with the simple tutorial below, or learn more:
-- The [ml-gradle Wiki](https://github.com/marklogic-community/ml-gradle/wiki) guides you through all of the ml-gradle documentation
-- Read the [Getting Started guide](https://github.com/marklogic-community/ml-gradle/wiki/Getting-started) for more details on setting up a new project
-- Browse the [example projects](https://github.com/marklogic-community/ml-gradle/tree/master/examples) for working examples of different ml-gradle features
+- The [ml-gradle Wiki](https://github.com/marklogic/ml-gradle/wiki) guides you through all of the ml-gradle documentation
+- Read the [Getting Started guide](https://github.com/marklogic/ml-gradle/wiki/Getting-started) for more details on setting up a new project
+- Browse the [example projects](https://github.com/marklogic/ml-gradle/tree/master/examples) for working examples of different ml-gradle features
-**Don't want to use Gradle?** Then consider using [the ml-app-deployer Java library](https://github.com/marklogic-community/ml-app-deployer)
+**Don't want to use Gradle?** Then consider using [the ml-app-deployer Java library](https://github.com/marklogic/ml-app-deployer)
on which ml-gradle depends. ml-app-deployer provides most of the functionality within ml-gradle without having any dependency on Gradle or
Groovy - ml-gradle is then a fairly thin wrapper around ml-app-deployer to expose its functionality within a Gradle environment.
diff --git a/build.gradle b/build.gradle
index 0a8182fc9..91008164d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,7 +89,7 @@ publishing {
name = "${group}:${project.name}"
description = "Gradle plugin for automating everything involving MarkLogic"
packaging = "jar"
- url = "https://github.com/marklogic-community/${project.name}"
+ url = "https://github.com/marklogic/${project.name}"
licenses {
license {
name = "The Apache License, Version 2.0"
@@ -106,9 +106,9 @@ publishing {
}
}
scm {
- url = "git@github.com:marklogic-community/${project.name}.git"
- connection = "scm:git@github.com:marklogic-community/${project.name}.git"
- developerConnection = "scm:git@github.com:marklogic-community/${project.name}.git"
+ url = "git@github.com:marklogic/${project.name}.git"
+ connection = "scm:git@github.com:marklogic/${project.name}.git"
+ developerConnection = "scm:git@github.com:marklogic/${project.name}.git"
}
}
from components.java
@@ -138,7 +138,7 @@ publishing {
pluginBundle {
website = 'https://www.marklogic.com/'
- vcsUrl = 'https://github.com/marklogic-community/' + project.name + '.git'
+ vcsUrl = 'https://github.com/marklogic/' + project.name + '.git'
description = 'Publishes ml-gradle'
tags = ['marklogic']
diff --git a/examples/README.md b/examples/README.md
index 5ad3bffc8..a7bdf63a2 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -21,5 +21,5 @@ After you've deployed and examined/tested the application, you can undeploy it v
./gradlew -i -Pconfirm=true mlUndeploy
Please note that these example projects are not re-tested with every ml-gradle release. If you run into a problem with
-any of them, please file an [issue with ml-gradle](https://github.com/marklogic-community/ml-gradle/wiki).
+any of them, please file an [issue with ml-gradle](https://github.com/marklogic/ml-gradle/wiki).
diff --git a/examples/dependency-project/README.md b/examples/dependency-project/README.md
index c2a41e6fd..215a7be26 100644
--- a/examples/dependency-project/README.md
+++ b/examples/dependency-project/README.md
@@ -107,7 +107,7 @@ Which should return:
66.6666666666667
```
-See [Loading data](https://github.com/marklogic-community/ml-app-deployer/wiki/Loading-data) for more
+See [Loading data](https://github.com/marklogic/ml-app-deployer/wiki/Loading-data) for more
information on configuring how data is loaded during a deployment.
diff --git a/examples/failover-project/README.md b/examples/failover-project/README.md
index f200724b7..49dd1200e 100644
--- a/examples/failover-project/README.md
+++ b/examples/failover-project/README.md
@@ -1,5 +1,5 @@
This project shows an example of configuring replica forests for the out-of-the-box databases that are typically worth
-enabling failover. See https://github.com/marklogic-community/ml-gradle/wiki/Property-reference for more properties
+enabling failover. See https://github.com/marklogic/ml-gradle/wiki/Property-reference for more properties
for configuring the replica forests that are created.
Note that you'll need to run this against a cluster with at least two nodes (failover requires three nodes, but you
diff --git a/examples/mlcp-project/build.gradle b/examples/mlcp-project/build.gradle
index 48f3122eb..ba928334d 100644
--- a/examples/mlcp-project/build.gradle
+++ b/examples/mlcp-project/build.gradle
@@ -81,7 +81,7 @@ task importRdf(type: com.marklogic.gradle.task.MlcpTask) {
/**
* Example of importing semicolon-delimited text, in reference to:
- * https://github.com/marklogic-community/ml-gradle/issues/90
+ * https://github.com/marklogic/ml-gradle/issues/90
*/
task importSemicolonDelimitedText(type: com.marklogic.gradle.task.MlcpTask) {
classpath = configurations.mlcp
diff --git a/examples/partition-project/README.md b/examples/partition-project/README.md
index fcb34e9b0..b834430fb 100644
--- a/examples/partition-project/README.md
+++ b/examples/partition-project/README.md
@@ -18,7 +18,7 @@ To try this example out, first deploy the application:
This will result in 3 forests - one "default" forest with no partition assigned, and then two forests based on
partitions - "myDate-2011" and "myDate-2012". Note also that the "mlAddHostNameTokens" property is set so that the
partition files can refer to a host name dynamically via the "mlHostName1" token as opposed to being hardcoded to a
-specific host name. See these [ml-app-deployer docs](https://github.com/marklogic-community/ml-app-deployer/wiki/Scheduled-Tasks#referring-to-host-names-in-scheduled-task-files) for more information.
+specific host name. See these [ml-app-deployer docs](https://github.com/marklogic/ml-app-deployer/wiki/Scheduled-Tasks#referring-to-host-names-in-scheduled-task-files) for more information.
You can then insert documents via qconsole (or any other ML interface) to test out the range assignments - e.g.
diff --git a/examples/redaction-ruleset-project/README.md b/examples/redaction-ruleset-project/README.md
index 3b461add0..33fb3efb0 100644
--- a/examples/redaction-ruleset-project/README.md
+++ b/examples/redaction-ruleset-project/README.md
@@ -10,6 +10,6 @@ These files contain the definitions for the applicable collections to be applied
***Note***: Rulesets must have a .json or .xml file extension.
-See [Specifying collections and permissions](https://github.com/marklogic-community/ml-javaclient-util/wiki/Loading-files#specifying-collections-and-permissions) for information on how to apply the collections and permission when the rulesets are loaded
+See [Specifying collections and permissions](https://github.com/marklogic/ml-javaclient-util/wiki/Loading-files#specifying-collections-and-permissions) for information on how to apply the collections and permission when the rulesets are loaded
See [Redacting Document Content](http://docs.marklogic.com/guide/app-dev/redaction) for more information on redacting content
diff --git a/examples/sample-project/gradle.properties b/examples/sample-project/gradle.properties
index 20b96e3f0..db1da4ee0 100644
--- a/examples/sample-project/gradle.properties
+++ b/examples/sample-project/gradle.properties
@@ -41,7 +41,7 @@ mlManagePassword=password
# Starting with 3.4.0, mlSecurityUsername should be set when the value of mlManageUsername is either not a user with
# the "security" role or is a user defined within the project, in which case some existing ML user is needed to create
-# the user. See https://github.com/marklogic-community/ml-gradle/wiki/Configuring-different-users-for-different-jobs
+# the user. See https://github.com/marklogic/ml-gradle/wiki/Configuring-different-users-for-different-jobs
# for more information.
#
# If these properties are not set, then mlUsername/mlPassword will be used.
diff --git a/examples/unit-test-project/README.md b/examples/unit-test-project/README.md
index 67f5a4f90..727f9593d 100644
--- a/examples/unit-test-project/README.md
+++ b/examples/unit-test-project/README.md
@@ -69,7 +69,7 @@ And you can run the original UI test runner by going to:
Prior to ml-gradle 3.8.1, the mlUnitTest task will connect to mlTestRestPort if it's set, else mlRestPort.
Starting in release 3.8.1, you can configure which REST API server mlUnitTest will connect to. The mlUnitTest task now
-exposes a property of type [DatabaseClientConfig](https://github.com/marklogic-community/ml-javaclient-util/blob/master/src/main/java/com/marklogic/client/ext/DatabaseClientConfig.java).
+exposes a property of type [DatabaseClientConfig](https://github.com/marklogic/ml-javaclient-util/blob/master/src/main/java/com/marklogic/client/ext/DatabaseClientConfig.java).
You can configure the properties of this object, and mlUnitTest will use it for creating a connection to MarkLogic.
Below is an example of configuring the mlUnitTest task in build.gradle - note that you need to configure every property necessary for the type of connection you want, as
diff --git a/pom.xml b/pom.xml
index 4cc9381d8..71446f574 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@ It is not intended to be used to build this project.
4.5.2
com.marklogic:ml-gradle
Gradle plugin for automating everything involving MarkLogic
- https://github.com/marklogic-community/ml-gradle
+ https://github.com/marklogic/ml-gradle
The Apache License, Version 2.0
@@ -32,9 +32,9 @@ It is not intended to be used to build this project.
- scm:git@github.com:marklogic-community/ml-gradle.git
- scm:git@github.com:marklogic-community/ml-gradle.git
- git@github.com:marklogic-community/ml-gradle.git
+ scm:git@github.com:marklogic/ml-gradle.git
+ scm:git@github.com:marklogic/ml-gradle.git
+ git@github.com:marklogic/ml-gradle.git
diff --git a/src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy b/src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy
index fa8e8c2e7..4886d3788 100644
--- a/src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy
+++ b/src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy
@@ -41,7 +41,7 @@ class NewProjectTask extends MarkLogicTask {
def now = new Date()
def propertiesText = "# Properties generated by mlNewProject at ${now}" +
- "\n# See https://github.com/marklogic-community/ml-gradle/wiki/Property-reference for a list of all supported properties" +
+ "\n# See https://github.com/marklogic/ml-gradle/wiki/Property-reference for a list of all supported properties" +
"\nmlAppName=${ant.mlAppName}" +
"\nmlHost=${ant.mlHost}" +
"\nmlUsername=${ant.mlUsername}" +
diff --git a/src/main/groovy/com/marklogic/gradle/task/PrintPropertiesTask.groovy b/src/main/groovy/com/marklogic/gradle/task/PrintPropertiesTask.groovy
index c79911a1d..1752e1309 100644
--- a/src/main/groovy/com/marklogic/gradle/task/PrintPropertiesTask.groovy
+++ b/src/main/groovy/com/marklogic/gradle/task/PrintPropertiesTask.groovy
@@ -44,6 +44,6 @@ class PrintPropertiesTask extends MarkLogicTask {
println "\nThe Manage server connection properties, Admin server connection properties, and " +
"application properties are listed above, with each set in alphabetical order. \nFor a list of " +
- "all properties with documentation, see https://github.com/marklogic-community/ml-gradle/wiki/Property-reference ."
+ "all properties with documentation, see https://github.com/marklogic/ml-gradle/wiki/Property-reference ."
}
}