aboutsummaryrefslogtreecommitdiff
path: root/object/doc.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-27 06:15:31 +0000
committerGravatar Runxi Yu2026-05-27 06:15:31 +0000
commit07204c4b1ea56aeb4e236418ed80186b9f27ddf5 (patch)
tree9e5b786a198cd7482d4a66b82fc501fc1a0919e9 /object/doc.go
parentfurgit: Fix typos (diff)
Switch module URL to lindenii.org/go/furgit
Diffstat (limited to 'object/doc.go')
-rw-r--r--object/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/doc.go b/object/doc.go
index 4566ae48..ad251bca 100644
--- a/object/doc.go
+++ b/object/doc.go
@@ -4,7 +4,7 @@
// Concrete object forms such as
// [blob], [tree], [commit], and [tag]
// live in subpackages.
-// Use [codeberg.org/lindenii/furgit/object/stored] when object values
+// Use [lindenii.org/go/furgit/object/stored] when object values
// need to be paired with the object IDs
// they were loaded under.
//