Skip to content

Commit

Permalink
fixed moco maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Mar 1, 2020
1 parent b873adb commit 6f13fec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Integration, especially based on HTTP protocol, e.g. web service, REST etc, is w
In the old days, we just deployed another WAR to an application server, e.g. Jetty or Tomcat etc. As we all know, it's so boring to develop a WAR and deploy it to any application server, even if we use an embeded server. And the WAR needs to be reassembled even if we just want to change a little bit.

## Quick Start
* Download [Standalone Moco Runner](http://central.maven.org/maven2/com/github/dreamhead/moco-runner/1.1.0/moco-runner-1.1.0-standalone.jar)
* Download [Standalone Moco Runner](https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/1.1.0/moco-runner-1.1.0-standalone.jar)
* Write your own configuration file to describe your Moco server configuration as follow:
```json
[
Expand Down
2 changes: 1 addition & 1 deletion moco-doc/cmd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Standalone Command Line

Moco can be used as standalone to run with configuration and you can download standalone directly:
[Standalone Moco Runner](http://central.maven.org/maven2/com/github/dreamhead/moco-runner/1.1.0/moco-runner-1.1.0-standalone.jar)
[Standalone Moco Runner](https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/1.1.0/moco-runner-1.1.0-standalone.jar)

First of all, a JSON configuration file needs to be provided to start Moco.

Expand Down
2 changes: 1 addition & 1 deletion moco-doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public class MocoRunnerTest {
## Standalone

Moco can be used as standalone to run with configuration and you can download standalone directly:
[Standalone Moco Runner](http://central.maven.org/maven2/com/github/dreamhead/moco-runner/1.1.0/moco-runner-1.1.0-standalone.jar)
[Standalone Moco Runner](https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/1.1.0/moco-runner-1.1.0-standalone.jar)

First of all, a JSON configuration file needs to be provided to start Moco.

Expand Down

0 comments on commit 6f13fec

Please sign in to comment.