Skip to content

Commit 699bf4d

Browse files
committed
Fix dead links in README.
1 parent 885b276 commit 699bf4d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@ Many changes, including bug fixes and documentation improvements can be implemen
88
Some changes though are "substantial", and we ask that these be put through a bit of a design process and produce a consensus among the Amaranth community.
99

1010
The responsibility for evolving an Amaranth "subsystem" (a clearly defined part of the Amaranth project) lies on a subsystem maintainer. The assignment of maintainers to subsystems is:
11-
- **Core**: Catherine @whitequark
11+
- **Core**: Catherine [@whitequark][]
1212
- The "core" subsystem includes the HDL frontend, backend, and simulator, as well as the build and platform systems.
1313
- This covers the [amaranth-lang/amaranth][] repository and the `amaranth` Python package.
14-
- **SoC**: Jean-François @jfng
14+
- **SoC**: Jean-François [@jfng][]
1515
- The "SoC" subsystem includes the SoC infrastructure.
1616
- This covers the [amaranth-lang/amaranth-soc][] repository and the `amaranth_soc` Python package.
1717
- Other repositories and Python packages are not currently covered by the RFC process and changes are implemented on an ad-hoc basis.
1818

19+
[amaranth-lang/amaranth]: https://github.com/amaranth-lang/amaranth
20+
[amaranth-lang/amaranth-soc]: https://github.com/amaranth-lang/amaranth-soc
21+
22+
[@whitequark]: https://github.com/whitequark
23+
[@jfng]: https://github.com/jfng
24+
1925
## Table of Contents
2026
[Table of Contents]: #table-of-contents
2127

0 commit comments

Comments
 (0)