You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2017/12/13 17:05:20 UTC

[accumulo-website] branch master updated: Removed links to internal pages of tour from blog post

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 694ad0e  Removed links to internal pages of tour from blog post
694ad0e is described below

commit 694ad0e6951a9dd3a2475e481e3ef69f390de1d8
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Dec 13 12:03:36 2017 -0500

    Removed links to internal pages of tour from blog post
---
 _posts/blog/2017-12-12-take-the-accumulo-tour.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/_posts/blog/2017-12-12-take-the-accumulo-tour.md b/_posts/blog/2017-12-12-take-the-accumulo-tour.md
index 6dab228..31e8599 100644
--- a/_posts/blog/2017-12-12-take-the-accumulo-tour.md
+++ b/_posts/blog/2017-12-12-take-the-accumulo-tour.md
@@ -6,18 +6,17 @@ Apache Accumulo now has a [hands-on tour][tour] that introduces users to key Acc
 by completing a series of programming exercises. Don't worry! Solutions are provided if
 you get stuck.
 
-The tour has a [getting started][gs] page that helps you set up your development environment and
+The [tour] has a 'Getting Started' page that helps you set up your development environment and
 clone a repository with template code. After you are set up, the tour has exercises that cover the
 following Accumulo concepts:
 
- * [Writing and Reading from Accumulo](/tour/basic-read-write/)
- * [Data Model](/tour/data-model/)
- * [Authorizations](/tour/authorizations/)
- * [Ranges & Splits](/tour/ranges-splits/)
- * [Batch Scanner](/tour/batch-scanner/)
- * [Conditional Writer](/tour/conditional-writer/)
+ * Writing and Reading from Accumulo
+ * Data Model
+ * Authorizations
+ * Ranges & Splits
+ * Batch Scanner
+ * Conditional Writer
 
 More exercises (such as one on Accumulo Iterators) will be added in the future so check for updates.
 
 [tour]: /tour/
-[gs]: /tour/getting-started/

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <co...@accumulo.apache.org>'].