From 57195dc27a07607ff15d74fc28046f8fec69f0ed Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Mar 2013 18:20:14 -0400 Subject: [PATCH] tweaks --- doc/index.mdwn | 2 -- doc/links/key_concepts.mdwn | 1 - doc/summary.mdwn | 2 ++ 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/index.mdwn b/doc/index.mdwn index c2fa82d2a5..57bfe2408c 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -1,7 +1,5 @@ [[!inline raw=yes pages="summary"]] -To get a feel for git-annex, see the [[walkthrough]] or read about [[how_it_works]]. - [[!sidebar content=""" [[!inline feeds=no template=bare pages=sidebar]] diff --git a/doc/links/key_concepts.mdwn b/doc/links/key_concepts.mdwn index fe3d1246c3..f1754e0c83 100644 --- a/doc/links/key_concepts.mdwn +++ b/doc/links/key_concepts.mdwn @@ -1,7 +1,6 @@ ### key concepts * [[git-annex man page|git-annex]] -* [[walkthrough]] * [[how_it_works]] * [[special_remotes]] * [[sync]] diff --git a/doc/summary.mdwn b/doc/summary.mdwn index d2290d1459..be7b2cc2c1 100644 --- a/doc/summary.mdwn +++ b/doc/summary.mdwn @@ -7,3 +7,5 @@ to limitations in memory, time, or disk space. git-annex is designed for git users who love the command line. For everyone else, the [[git-annex assistant|assistant]] turns git-annex into an easy to use folder synchroniser. + +To get a feel for git-annex, see the [[walkthrough]].