Skip to content

Commit fe2f3f7

Browse files
committed
Update how references are references in Ebuild notes.
1 parent 8c289be commit fe2f3f7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/notes/Ebuild/Snapshots.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ There are two ways to name an ebuild which packages a snapshot version of a sour
1212

1313
It's common to assume `$upcoming_version` to be `0` or `0.0.1` for repositories without tags.
1414

15-
See [Gentoo Development Guide > Snapshots and live ebuilds](https://devmanual.gentoo.org/ebuild-writing/file-format/index.html#snapshots-and-live-ebuilds).
15+
## References
16+
17+
- [Gentoo Development Guide > Snapshots and live ebuilds](https://devmanual.gentoo.org/ebuild-writing/file-format/index.html#snapshots-and-live-ebuilds).

content/notes/Ebuild/Sub-slots.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ See also the [parent note](@/notes/Ebuild/_index.md).
66

77
Ebuild sub-slots can be used to specify versions of the package that cannot be installed simultaneously (compared to regular slots that allow that). For example, the [`media-libs/libsfml`](https://packages.gentoo.org/packages/media-libs/libsfml) package has subslots `0/2.6` and `0/3.0`.
88

9-
See [Gentoo Development Guide > Slotting > Sub-slots](https://devmanual.gentoo.org/general-concepts/slotting/#sub-slots).
9+
## References
10+
11+
- [Gentoo Development Guide > Slotting > Sub-slots](https://devmanual.gentoo.org/general-concepts/slotting/#sub-slots).

0 commit comments

Comments
 (0)