2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-23 03:18:55 +00:00

Merge pull request #1103 from tobya/docsupdate

Update links to design.md to design.rst
This commit is contained in:
Alexander Neumann 2017-07-16 10:39:53 +02:00
commit 2778ac21de
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": [