Skip to content

Commit 2b84f8e

Browse files
committed
Update links to docs in README (close #212)
1 parent 13821b3 commit 2b84f8e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ sbt compile
2525
The Snowplow Elasticsearch Loader has the following command-line interface:
2626

2727
```
28-
snowplow-elasticsearch-loader 2.0.0
28+
snowplow-elasticsearch-loader 2.0.1
2929
3030
Usage: snowplow-elasticsearch-loader [options]
3131
@@ -45,15 +45,15 @@ Update the configuration to fit your needs.
4545
Next, start the loader, making sure to specify your new config file:
4646

4747
```bash
48-
$ java -jar snowplow-elasticsearch-loader-2.0.0.jar --config my.conf
48+
$ java -jar snowplow-elasticsearch-loader-2.0.1.jar --config my.conf
4949
```
5050

5151
## Find out more
5252

53-
| Technical Docs | Setup Guide | Roadmap & Contributing |
54-
|-----------------------------|-----------------------|--------------------------------------|
55-
| ![i1][techdocs-image] | ![i2][setup-image] | ![i3][roadmap-image] |
56-
| [Technical Docs][techdocs] | [Setup Guide][setup] | _coming soon_ |
53+
| Technical Docs | Setup Guide | Roadmap | Contributing |
54+
|:--------------------------:|:--------------------:|:--------------------:|:----------------------------:|
55+
| ![i1][techdocs-image] | ![i2][setup-image] | ![i3][roadmap-image] | ![i4][contributing-image] |
56+
| [Technical Docs][techdocs] | [Setup Guide][setup] | [Roadmap][roadmap] | [Contributing][contributing] |
5757

5858
## Copyright and license
5959

@@ -84,10 +84,13 @@ limitations under the License.
8484
[elasticsearch]: http://www.elasticsearch.org/
8585
[sbt]: http://www.scala-sbt.org
8686

87-
[setup]: https://github.com/snowplow/snowplow/wiki/elasticsearch-loader-setup
88-
[techdocs]: https://github.com/snowplow/snowplow/wiki/elasticsearch-loader
87+
[setup]: https://docs.snowplowanalytics.com/docs/getting-started-on-snowplow-open-source/
88+
[roadmap]: https://github.com/snowplow/enrich/issues
89+
[techdocs]: https://docs.snowplowanalytics.com/docs/pipeline-components-and-applications/loaders-storage-targets/elasticsearch-loader/
90+
[contributing]: https://docs.snowplowanalytics.com/docs/contributing/
8991

9092
[techdocs-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png
9193
[setup-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/setup.png
9294
[roadmap-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/roadmap.png
95+
[contributing-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png
9396
[license]: http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)