diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-11 18:20:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-11 18:20:14 -0400 |
commit | 0b895d0b05bccfab3732aebb5497bb97e847fe4b (patch) | |
tree | e78315b6b4eba902502ca3cd5aac590cd904c053 | |
parent | 70aefcb7f8ac30f237414a77d98bba9a791f4a70 (diff) |
tweaks
-rw-r--r-- | doc/index.mdwn | 2 | ||||
-rw-r--r-- | doc/links/key_concepts.mdwn | 1 | ||||
-rw-r--r-- | doc/summary.mdwn | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn index c2fa82d2a..57bfe2408 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 fe3d1246c..f1754e0c8 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 d2290d145..be7b2cc2c 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]]. |