Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 2fc491a

Browse files
committed
Updated contacts and urls
1 parent 5161c97 commit 2fc491a

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ through the process.
1111
## <a name="question"></a> Got a Question or Problem?
1212

1313
If you have questions about how to use MarkLogic Workflow, please direct these to the
14-
Adam Fowler - adam.fowler@marklogic.com.
14+
Ed Outhwaite - ed.outhwaite@marklogic.com.
1515

1616
## <a name="issue"></a> Found an Issue?
1717
If you find a bug in the source code or a mistake in the documentation, you can help us by
@@ -47,10 +47,10 @@ progress so multiple dev teams can work at the same time. Below is a description
4747

4848
#### Fork MarkLogic Workflow
4949

50-
First ask Adam Fowler for access to the project, passing him your GitHub account name. Then:-
50+
First ask Ed Outhwaite for access to the project, passing him your GitHub account name. Then:-
5151

5252
```sh
53-
$ git clone ssh://[email protected]/adamfowleruk/marklogicworkflow.git
53+
$ git clone ssh://[email protected]/marklogic-community/marklogicworkflow.git
5454
$ cd marklogicworkflow
5555
$ git checkout -b develop origin/develop
5656
```
@@ -93,7 +93,7 @@ To share the branch so others can see it (although advised not to work on it) do
9393
$ git push --set-upstream origin feature-ISSUEID
9494
```
9595

96-
Now your feature branch [will be visible on GitHub](https://github.com/adamfowleruk/marklogicworkflow/branches) if you
96+
Now your feature branch [will be visible on GitHub](https://github.com/marklogic-community/marklogicworkflow/branches) if you
9797
are a contributor.
9898

9999
#### Formatting code
@@ -143,5 +143,5 @@ to your code.
143143

144144
### Further information
145145

146-
- [issue tracker](https://github.com/adamfowleruk/marklogicworkflow/issues)
146+
- [issue tracker](https://github.com/marklogic-community/marklogicworkflow/issues)
147147
- [.editorconfig](http://editorconfig.org/)

documentation/DEV-MODELER.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ project, you will need to execute the extension manually.
2828

2929
### Latest from source (any branch) for Plugin development
3030

31+
*Newer versions of Eclipse may be better supported under the develop branch*
32+
3133
Note: If following the Contributing guide, you should have logged an issue and created a new branch from develop using
3234
```sh
3335
$ git checkout -b feature-ISSUEID develop
3436
```
3537

3638
To execute the latest extension from source:-
37-
- Checkout or download the zip of the latest (develop or feature branch) of MarkLogic Workflow at http://github.com/adamfowleruk/marklogicworkflow
39+
- Checkout or download the zip of the latest (develop or feature branch) of MarkLogic Workflow at http://github.com/marklogic-community/marklogicworkflow
3840
- Open Eclipse Luna (4.4) or above
3941
- Go to File -> Import project
4042
- Navigate to ./marklogicworkflow/eclipse/org.eclipse.bpmn2.modeler.runtime.marklogic (NOT just ./marklogicworkflow)

documentation/DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Here is the developer documentation
44
- [Creating a custom step processor](DEV-STEPPROC.md)
55
- [Integrating your app to MarkLogic Workflow](RESTAPI.md)
66

7-
Any issues contact me at adam.fowler@marklogic.com
7+
Any issues contact Ed Outhwaite at ed.outhwaite@marklogic.com

documentation/SPRINTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Completed Sat 18 Apr 2015 14:30 BST by Adam Fowler
7070
## All future sprints in GitHub
7171

7272
Sprints are now modelled as Milestones (Sprint-00x) in GitHub. Go to the
73-
[issues page](http://github.com/adamfowleruk/marklogicworkflow/issues) for details.
73+
[issues page](http://github.com/marklogic-community/marklogicworkflow/issues) for details.

0 commit comments

Comments
 (0)