aboutsummaryrefslogtreecommitdiff
path: root/object/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch')
-rw-r--r--object/fetch/doc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/object/fetch/doc.go b/object/fetch/doc.go
index b5c66f50..2ceda59c 100644
--- a/object/fetch/doc.go
+++ b/object/fetch/doc.go
@@ -1,7 +1,8 @@
// Package fetch loads typed Git objects from object storage
// and provides higher-level object queries.
//
-// Fetching is above [objectstore]:
+// Fetching is above
+// [lindenii.org/go/furgit/object/store]:
// it parses stored objects
// into blobs, trees, commits, and tags,
// exposes object metadata,