mirror of
https://github.com/restic/restic.git
synced 2026-06-21 08:04:18 +00:00
Update links to design.md to design.rst
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user