aboutsummaryrefslogtreecommitdiff
path: root/furgit.go
diff options
context:
space:
mode:
Diffstat (limited to 'furgit.go')
-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
//