aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 08:41:21 +0000
committerGravatar Runxi Yu2026-03-29 08:41:21 +0000
commitc4b2290131e5a36e63036546c30b65bc4143d552 (patch)
tree5813d55435520bbe394a849777b1e66f6b515e25
parentfurgit: Broad architecture ish docs? (diff)
signatureNo signature
furgit: Silly docs rendering v0.1.135
-rw-r--r--furgit.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/furgit.go b/furgit.go
index 78ec4f51..dd263559 100644
--- a/furgit.go
+++ b/furgit.go
@@ -9,9 +9,10 @@
// operation, such as commit traversal, reachability analysis, and
// recursive peeling, is built over those interfaces.
//
-// While the [repository] package is where most users should begin, it only
-// exists as one convenient composition of those pieces for the standard
-// on-disk repository layout. Nothing should depend on it.
+// While the [codeberg.org/lindenii/furgit/repository] package is where
+// most users should begin, it only exists as one convenient composition of
+// those pieces for the standard on-disk repository layout. Nothing should
+// depend on it.
//
// # Contract labels
//