From 46bd614d63a308bd9db767e3c258ccb4701aebf9 Mon Sep 17 00:00:00 2001 From: fjy Date: Tue, 24 Feb 2015 20:14:17 -0800 Subject: [PATCH] fix broken links --- docs/content/Examples.md | 8 ++++---- docs/content/Tutorial:-A-First-Look-at-Druid.md | 6 +++--- docs/content/Tutorial:-Loading-Streaming-Data.md | 2 +- docs/content/Tutorial:-The-Druid-Cluster.md | 6 +++--- .../bin/examples/indexing/wikipedia_hadoop_config.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/content/Examples.md b/docs/content/Examples.md index 7a260ad7990..f26476748f1 100644 --- a/docs/content/Examples.md +++ b/docs/content/Examples.md @@ -19,17 +19,17 @@ Clone Druid and build it: git clone https://github.com/druid-io/druid.git druid cd druid git fetch --tags -git checkout druid-0.7.0-rc3 +git checkout druid-0.7.0 mvn clean package ``` ### Downloading the DSK (Druid Standalone Kit) -[Download](http://static.druid.io/artifacts/releases/druid-0.7.0-rc3-bin.tar.gz) a stand-alone tarball and run it: +[Download](http://static.druid.io/artifacts/releases/druid-0.7.0-bin.tar.gz) a stand-alone tarball and run it: ``` bash -tar -xzf druid-0.7.0-rc3-bin.tar.gz -cd druid-0.7.0-rc3 +tar -xzf druid-0.7.0-bin.tar.gz +cd druid-0.7.0 ``` Twitter Example diff --git a/docs/content/Tutorial:-A-First-Look-at-Druid.md b/docs/content/Tutorial:-A-First-Look-at-Druid.md index 401011e6e3b..1ed6ff85293 100644 --- a/docs/content/Tutorial:-A-First-Look-at-Druid.md +++ b/docs/content/Tutorial:-A-First-Look-at-Druid.md @@ -47,18 +47,18 @@ There are two ways to setup Druid: download a tarball, or [Build From Source](Bu ### Download a Tarball -We've built a tarball that contains everything you'll need. You'll find it [here](http://static.druid.io/artifacts/releases/druid-0.7.0-rc3-bin.tar.gz). Download this file to a directory of your choosing. +We've built a tarball that contains everything you'll need. You'll find it [here](http://static.druid.io/artifacts/releases/druid-0.7.0-bin.tar.gz). Download this file to a directory of your choosing. You can extract the content within by issuing: ``` -tar -zxvf druid-0.7.0-rc3-bin.tar.gz +tar -zxvf druid-0.7.0-bin.tar.gz ``` If you cd into the directory: ``` -cd druid-0.7.0-rc3 +cd druid-0.7.0 ``` You should see a bunch of files: diff --git a/docs/content/Tutorial:-Loading-Streaming-Data.md b/docs/content/Tutorial:-Loading-Streaming-Data.md index a3368efdeb9..0af0e6c9dec 100644 --- a/docs/content/Tutorial:-Loading-Streaming-Data.md +++ b/docs/content/Tutorial:-Loading-Streaming-Data.md @@ -81,7 +81,7 @@ cluster were adapted from the [Apache Kafka quickstart guide](http://kafka.apach The realtime spec for the data source in this tutorial is available under `examples/indexing/wikipedia.spec` from the [Druid -download](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc3-bin.tar.gz) +download](http://static.druid.io/artifacts/releases/druid-services-0.7.0-bin.tar.gz) 1. Launch the realtime node diff --git a/docs/content/Tutorial:-The-Druid-Cluster.md b/docs/content/Tutorial:-The-Druid-Cluster.md index 57dbba459ec..72d5413cae1 100644 --- a/docs/content/Tutorial:-The-Druid-Cluster.md +++ b/docs/content/Tutorial:-The-Druid-Cluster.md @@ -13,13 +13,13 @@ In this tutorial, we will set up other types of Druid nodes and external depende If you followed the first tutorial, you should already have Druid downloaded. If not, let's go back and do that first. -You can download the latest version of druid [here](http://static.druid.io/artifacts/releases/druid-0.7.0-rc3-bin.tar.gz) +You can download the latest version of druid [here](http://static.druid.io/artifacts/releases/druid-0.7.0-bin.tar.gz) and untar the contents within by issuing: ```bash -tar -zxvf druid-0.7.0-rc3-bin.tar.gz -cd druid-0.7.0-rc3 +tar -zxvf druid-0.7.0-bin.tar.gz +cd druid-0.7.0 ``` You can also [Build From Source](Build-from-source.html). diff --git a/examples/bin/examples/indexing/wikipedia_hadoop_config.json b/examples/bin/examples/indexing/wikipedia_hadoop_config.json index 95b89b58a10..2401648f494 100644 --- a/examples/bin/examples/indexing/wikipedia_hadoop_config.json +++ b/examples/bin/examples/indexing/wikipedia_hadoop_config.json @@ -61,7 +61,7 @@ "type": "hadoop", "inputSpec": { "type": "static", - "paths": "/myPath/druid-0.7.0-rc3/examples/indexing/wikipedia_data.json" + "paths": "/myPath/druid-0.7.0/examples/indexing/wikipedia_data.json" }, "metadataUpdateSpec": { "type": "db",