Skip to content

Commit 21d655c

Browse files
committed
Pointing to 0.2.0 examples
1 parent 5626209 commit 21d655c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ By the following the steps in this section, you will:
1919
Don't want to follow all these Steps? Make sure you have your prerequisites and you can just run:
2020

2121
```bash
22-
curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.1.4/examples/install-all.sh | bash
22+
curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.2.0/examples/install-all.sh | bash
2323
```
2424

2525
This will run all the Steps for you. Once everything has launched, you should be able to go to the Bullet UI running locally at [http://localhost:8800](http://localhost:8800). You can then continue this guide from [here](#what-did-we-do).
@@ -41,7 +41,7 @@ mkdir -p $BULLET_HOME/backend/storm
4141
mkdir -p $BULLET_HOME/service
4242
mkdir -p $BULLET_HOME/ui
4343
cd $BULLET_HOME
44-
curl -LO https://github.com/yahoo/bullet-docs/releases/download/v0.1.4/examples_artifacts.tar.gz
44+
curl -LO https://github.com/yahoo/bullet-docs/releases/download/v0.2.0/examples_artifacts.tar.gz
4545
tar -xzf examples_artifacts.tar.gz
4646
export BULLET_EXAMPLES=$BULLET_HOME/bullet-examples
4747
```
@@ -223,7 +223,7 @@ Visit [http://localhost:8800](http://localhost:8800) to query your topology with
223223
If you were following the [Quicker Start](#quicker-start) or if you don't want to manually bring down everything, you can run:
224224

225225
```bash
226-
curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.1.4/examples/install-all.sh | bash -s cleanup
226+
curl -sLo- https://raw.githubusercontent.com/yahoo/bullet-docs/v0.2.0/examples/install-all.sh | bash -s cleanup
227227
```
228228

229229
If you were performing the steps yourself, you can also manually cleanup **all the components and all the downloads** using:

0 commit comments

Comments
 (0)