···99// operation, such as commit traversal, reachability analysis, and
1010// recursive peeling, is built over those interfaces.
1111//
1212-// While the [repository] package is where most users should begin, it only
1313-// exists as one convenient composition of those pieces for the standard
1414-// on-disk repository layout. Nothing should depend on it.
1212+// While the [codeberg.org/lindenii/furgit/repository] package is where
1313+// most users should begin, it only exists as one convenient composition of
1414+// those pieces for the standard on-disk repository layout. Nothing should
1515+// depend on it.
1516//
1617// # Contract labels
1718//