Update links to design.md to design.rst

This commit is contained in:
Toby Allen 2017-07-15 19:35:45 +01:00
parent 1d2045cb61
commit cb3cd57926
3 changed files with 3 additions and 3 deletions

View File

@ -986,7 +986,7 @@ Under the hood: Browse repository objects
Internally, a repository stores data of several different types Internally, a repository stores data of several different types
described in the `design described in the `design
documentation <https://github.com/restic/restic/blob/master/doc/Design.md>`__. documentation <https://github.com/restic/restic/blob/master/doc/Design.rst>`__.
You can ``list`` objects such as blobs, packs, index, snapshots, keys or You can ``list`` objects such as blobs, packs, index, snapshots, keys or
locks with the following command: locks with the following command:

View File

@ -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(` var docExample = []byte(`
{ {
"supersedes": [ "supersedes": [

View File

@ -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()) 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(` var docExample = []byte(`
{ {
"supersedes": [ "supersedes": [