diff options
| author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2023-07-27 13:06:17 +0000 |
|---|---|---|
| committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2023-07-27 13:06:17 +0000 |
| commit | 69fb89a5a305dd2faeb34ad45575bb42be5ce461 (patch) | |
| tree | f29780347b87f3e547b09e4fa64e8b5294864d00 | |
| parent | 5f9b7d4305b847c12dd99bff2d7570ac79f7513b (diff) | |
Status/2023Q2: Replace name entities
Name entities were not rendered properly. Instead of fixing them, switch
them to mailto macros. This has the advantages of keeping things simpler
and also add more information (the email addresses).
Approved by: carlavilla (mentor, implicit)
| -rw-r--r-- | website/content/en/status/report-2023-04-2023-06/batman.adoc | 2 | ||||
| -rw-r--r-- | website/content/en/status/report-2023-04-2023-06/mfsbsd.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/website/content/en/status/report-2023-04-2023-06/batman.adoc b/website/content/en/status/report-2023-04-2023-06/batman.adoc index 7f6c0d2a8c..500e7afea6 100644 --- a/website/content/en/status/report-2023-04-2023-06/batman.adoc +++ b/website/content/en/status/report-2023-04-2023-06/batman.adoc @@ -16,6 +16,6 @@ This includes the kernel module itself, but also userland networking libraries a Currently, creating interfaces and interacting with them works (with both Linux and FreeBSD userspaces), and packet transmission (kind of) works, although it is incomplete as of yet. Support for batadv interfaces has been added to man:ifconfig[8] too. -Mentor: {mmokhi-name} +Mentor: mailto:mmokhi@FreeBSD.org[Mahdi Mokhtari] Sponsor: The Google Summer of Code '23 program diff --git a/website/content/en/status/report-2023-04-2023-06/mfsbsd.adoc b/website/content/en/status/report-2023-04-2023-06/mfsbsd.adoc index 0fbb51bded..b901fd6612 100644 --- a/website/content/en/status/report-2023-04-2023-06/mfsbsd.adoc +++ b/website/content/en/status/report-2023-04-2023-06/mfsbsd.adoc @@ -25,6 +25,6 @@ This is a GSoC 2023 (Google Summer of Code) project. As such, the official coding period is between May 29, 2023 and August 28, 2023. As a humble beginner in the open-source community, the author welcomes all comments / suggestions / pull requests in the project repository, which will be the location for all code throughout this period. -Mentors: {otis-name} and {jrm-name} +Mentors: mailto:otis@FreeBSD.org[Juraj Lutter] and mailto:jrm@FreeBSD.org[Joseph Mingone] Sponsor: The Google Summer of Code '23 program |
