mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
Update links to design.md to design.rst
This commit is contained in:
parent
1d2045cb61
commit
cb3cd57926
@ -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:
|
||||||
|
|
||||||
|
@ -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": [
|
||||||
|
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user