Skip to content

Commit 3fc3a72

Browse files
committed
more changes for dir name change #81
1 parent d75ad47 commit 3fc3a72

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.gradle/
33
.settings/
44
.metadata/
5-
data-hub/bin/
5+
marklogic-data-hub/bin/
66
quick-start/bin/
77
build/
88
releases/

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to Data Hub in a Box
1+
# Contributing to MarkLogic Data Hub
22

3-
Data Hub in a Box welcomes new contributors. This document will guide you
3+
MarkLogic Data Hub welcomes new contributors. This document will guide you
44
through the process.
55

66
- [Issues and Bugs](#issue)
@@ -35,15 +35,15 @@ chances of your issue being dealt with quickly:
3535

3636
### Submitting a Pull Request
3737

38-
#### Fork Data Hub in a Box
38+
#### Fork marklogic-data-hub
3939

40-
Fork the project [on GitHub](https://github.com/marklogic/data-hub-in-a-box/fork) and clone
40+
Fork the project [on GitHub](https://github.com/marklogic/marklogic-data-hub/fork) and clone
4141
your copy.
4242

4343
```sh
44-
$ git clone [email protected]:username/data-hub-in-a-box.git
45-
$ cd data-hub-in-a-box
46-
$ git remote add upstream git://github.com/marklogic/data-hub-in-a-box.git
44+
$ git clone [email protected]:username/marklogic-data-hub.git
45+
$ cd marklogic-data-hub
46+
$ git remote add upstream git://github.com/marklogic/marklogic-data-hub.git
4747
```
4848

4949
All bug fixes and new features go into the dev branch.
@@ -133,7 +133,7 @@ $ git push origin my-feature-branch
133133

134134
#### Submit the pull request
135135

136-
Go to https://github.com/username/data-hub-in-a-box and select your feature branch. Click
136+
Go to https://github.com/username/marklogic-data-hub and select your feature branch. Click
137137
the 'Pull Request' button and fill out the form.
138138

139139
Pull requests are usually reviewed within a few days. If you get comments
@@ -173,5 +173,5 @@ from the main (upstream) repository:
173173
git pull --ff upstream dev
174174
```
175175

176-
[issue tracker]: https://github.com/marklogic/data-hub-in-a-box/issues
176+
[issue tracker]: https://github.com/marklogic/marklogic-data-hub/issues
177177
[.editorconfig]: http://editorconfig.org/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project allows you to deploy a skeleton Data Hub into MarkLogic. With some
1010
# Quick Start
1111
Want to get up and running quickly? Try the quick-start jar.
1212

13-
- Download the jar from the [releases page](https://github.com/marklogic/data-hub-in-a-box/releases/latest).
13+
- Download the jar from the [releases page](https://github.com/marklogic/marklogic-data-hub/releases/latest).
1414
- Run the Jar
1515
`java -jar quick-start-1.0.0-alpha.1.jar`
1616
- Open the Quickstart Application in your browser:

marklogic-data-hub/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mlAppDeployerDependency=com.marklogic:ml-app-deployer:+
2-
mlConfigDir=data-hub/src/main/resources/ml-config
3-
publishUrl=file:../data-hub/releases
2+
mlConfigDir=marklogic-data-hub/src/main/resources/ml-config
3+
publishUrl=file:../marklogic-data-hub/releases
44
mlStagingRestPort=8010
55
mlFinalRestPort=8011
66
mlUsername=admin

marklogic-data-hub/src/main/resources/ml-modules/services/metadata/collector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>collector</title>
44
<description>
55
<div>
6-
Hub in a Box Collector entry point for Java
6+
Data Hub Collector entry point for Java
77
</div>
88
</description>
99
<method name="POST">

marklogic-data-hub/src/main/resources/ml-modules/services/metadata/entity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>entity</title>
44
<description>
55
<div>
6-
Hub in a Box Entity entry point for Java
6+
Data Hub Entity entry point for Java
77
</div>
88
</description>
99
<method name="GET">

marklogic-data-hub/src/main/resources/ml-modules/services/metadata/flow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>flow</title>
44
<description>
55
<div>
6-
Hub in a Box Flow entry point for Java
6+
Data Hub Flow entry point for Java
77
</div>
88
</description>
99
<method name="GET">

marklogic-data-hub/src/main/resources/ml-modules/services/metadata/writer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>writer</title>
44
<description>
55
<div>
6-
Hub in a Box Writer entry point for Java
6+
Data Hub Writer entry point for Java
77
</div>
88
</description>
99
<method name="GET">

marklogic-data-hub/src/main/resources/overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<html xmlns="http://www.w3.org/1999/xhtml">
2-
<head><title>MarkLogic Data Hub in a Box API Overview</title></head>
2+
<head><title>MarkLogic Data Hub API Overview</title></head>
33
<body>
4-
<h2>MarkLogic Data Hub in a Box</h2>
4+
<h2>MarkLogic Data Hub</h2>
55
<p>
6-
data-hub is awesome. TODO: fill out why
6+
marklogic-data-hub is awesome. TODO: fill out why
77
</p>
88

99
<h2>Before Starting</h2>

0 commit comments

Comments
 (0)