From cb3cd57926e4c75ccca6c1b4de0d71169a6a4adb Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Sat, 15 Jul 2017 19:35:45 +0100 Subject: [PATCH] Update links to design.md to design.rst --- doc/manual.rst | 2 +- src/restic/index/index_test.go | 2 +- src/restic/repository/index_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual.rst b/doc/manual.rst index 233308117..6e1d22cfc 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -986,7 +986,7 @@ Under the hood: Browse repository objects Internally, a repository stores data of several different types described in the `design -documentation `__. +documentation `__. You can ``list`` objects such as blobs, packs, index, snapshots, keys or locks with the following command: diff --git a/src/restic/index/index_test.go b/src/restic/index/index_test.go index a469ee443..ced5d2591 100644 --- a/src/restic/index/index_test.go +++ b/src/restic/index/index_test.go @@ -328,7 +328,7 @@ func TestIndexAddRemovePack(t *testing.T) { } } -// example index serialization from doc/Design.md +// example index serialization from doc/Design.rst var docExample = []byte(` { "supersedes": [ diff --git a/src/restic/repository/index_test.go b/src/restic/repository/index_test.go index 892b2b4fa..b3f92931d 100644 --- a/src/restic/repository/index_test.go +++ b/src/restic/repository/index_test.go @@ -195,7 +195,7 @@ func TestIndexSize(t *testing.T) { t.Logf("Index file size for %d blobs in %d packs is %d", blobs*packs, packs, wr.Len()) } -// example index serialization from doc/Design.md +// example index serialization from doc/Design.rst var docExample = []byte(` { "supersedes": [