Skip to content

Commit 23f43d9

Browse files
committed
Fix links in xet proto contents pages
1 parent 6f82c56 commit 23f43d9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/hub/xet/protocol/architecture.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ These pages will describe the overall Xet architecture, including how to perform
66

77
## Contents
88

9-
- [Content-Defined Chunking](./xet/protocol/chunking)
10-
- [Hashing Methods](./xet/protocol/hashing)
11-
- [File Reconstruction](./xet/protocol/file-reconstruction)
12-
- [Xorb Format](./xet/protocol/xorb)
13-
- [Shard Format](./xet/protocol/shard)
14-
- [Deduplication](./xet/protocol/deduplication)
9+
- [Content-Defined Chunking](./chunking)
10+
- [Hashing Methods](./hashing)
11+
- [File Reconstruction](./file-reconstruction)
12+
- [Xorb Format](./xorb)
13+
- [Shard Format](./shard)
14+
- [Deduplication](./deduplication)
1515

docs/hub/xet/protocol/building-client.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ These pages explain how you can build a client library for Xet storage. Included
44

55
## Contents
66

7-
- [Upload Protocol](./xet/protocol/upload-protocol)
8-
- [Download Protocol](./xet/protocol/download-protocol)
9-
- [CAS API](./xet/protocol/api)
10-
- [Authentication and Authorization](./xet/protocol/auth)
11-
- [Hub file conversion to Xet File ID](./xet/protocol/file-id)
7+
- [Upload Protocol](./upload-protocol)
8+
- [Download Protocol](./download-protocol)
9+
- [CAS API](./api)
10+
- [Authentication and Authorization](./auth)
11+
- [Hub file conversion to Xet File ID](./file-id)
1212

0 commit comments

Comments
 (0)