Skip to content

Commit

Permalink
Remove feature-v2-model branch references
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshpolishetti committed May 24, 2018
1 parent 2a954e3 commit 1499e8d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ branches:
- master
- develop
- /^v\d+\.\d+\.\d+(\.\d+)?(-\S*)?$/
- feature-v2-model

cache:
bundler: false
Expand Down
2 changes: 1 addition & 1 deletion docs/web/content/development/developing-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If Go is installed correctly, this command will also build the mashling binary t
If you decide to download the source code from Github using Git, please make sure Git is installed.

```bash
git clone -b feature-v2-model --single-branch https://github.com/TIBCOSoftware/mashling.git $GOPATH/src/github.com/TIBCOSoftware/mashling
git clone -b master --single-branch https://github.com/TIBCOSoftware/mashling.git $GOPATH/src/github.com/TIBCOSoftware/mashling
cd $GOPATH/src/github.com/TIBCOSoftware/mashling
go install ./...
```
Expand Down
2 changes: 1 addition & 1 deletion docs/web/content/getting-started/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pre: "<i class=\"fa fa-cog\" aria-hidden=\"true\"></i> "

### Overview

The [mashling-gateway](https://github.com/TIBCOSoftware/mashling/tree/feature-v2-model/docs/gateway) powers the core event driven routing engine of the Mashling project. This core binary can run all versions of the Mashling schema to date, however for the purposes of this document, we will focus on the 1.0 configuration schema.
The [mashling-gateway](https://github.com/TIBCOSoftware/mashling/tree/master/docs/gateway) powers the core event driven routing engine of the Mashling project. This core binary can run all versions of the Mashling schema to date, however for the purposes of this document, we will focus on the 1.0 configuration schema.

### Usage
The gateway binary has the following command line arguments available to setup and specify how you would like the binary to operate.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ weight: 3300
pre: "<i class=\"fa fa-terminal\" aria-hidden=\"true\"></i> "
---

Create a Mashling application using [CLI](https://github.com/TIBCOSoftware/mashling/blob/feature-v2-model/docs/cli/README.md) (the Command line tool for building Mashling-based gateways).
Create a Mashling application using [CLI](https://github.com/TIBCOSoftware/mashling/blob/master/docs/cli/README.md) (the Command line tool for building Mashling-based gateways).

### Overview

Expand Down

0 comments on commit 1499e8d

Please sign in to comment.