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

Commit 4c807a3

Browse files
committed
Updated contacts and urls
1 parent 2416c1b commit 4c807a3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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://user@github.com/adamfowleruk/marklogicworkflow.git
53+
$ git clone ssh://user@github.com/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Note: If following the Contributing guide, you should have logged an issue and c
3333
$ git checkout -b feature-ISSUEID develop
3434
```
3535

36-
1. Checkout or download the zip of the latest (develop or feature branch) of MarkLogic Workflow at http://github.com/adamfowleruk/marklogicworkflow
36+
1. Checkout or download the zip of the latest (develop or feature branch) of MarkLogic Workflow at http://github.com/marklogic-community/marklogicworkflow
3737
2. Open Eclipse Luna (4.4) or above
38-
3. Install the BPMN plugin version according to your eclipse version. Refer to [BPMN's download page](http://www.eclipse.org/bpmn2-modeler/downloads.php "BPMN download page") for more info.
38+
3. Install the BPMN plugin version according to your eclipse version. Refer to [BPMN's download page](http://www.eclipse.org/bpmn2-modeler/downloads.php "BPMN download page") for more info.
3939
* Only needed if you haven't installed BPMN yet.
4040
* Users that are using BPMN plugin v 1.2.2 or earlier (typically Eclipse-Luna) of would need to recompile the project to refer to the old class that contain ```RootElementParser```, i.e. search ```AbstractBpmn2RuntimeExtension.RootElementParser``` and replace with ```DefaultBpmn2RuntimeExtension.RootElementParser```
4141
* You may refer to [this issue](https://www.eclipse.org/forums/index.php/t/1074631/) for more details regarding above need for change.

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)