mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
Merge pull request #1103 from tobya/docsupdate
Update links to design.md to design.rst
This commit is contained in:
commit
2778ac21de
@ -986,7 +986,7 @@ Under the hood: Browse repository objects
|
||||
|
||||
Internally, a repository stores data of several different types
|
||||
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
|
||||
locks with the following command:
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user