View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006911 | GNUnet | documentation | public | 2021-06-28 23:45 | 2024-02-11 11:44 |
| Reporter | gmacedo | Assigned To | schanzen | ||
| Priority | normal | Severity | text | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.15.0 | Fixed in Version | 0.16.0 | ||
| Summary | 0006911: Fix wrong links syntax - broken link | ||||
| Description | Fix broken links to maintainers' personal websites that were written with the wrong syntax. | ||||
| Steps To Reproduce | 1. Go to "1.4 Project governance" section in the reference manual - https://docs.gnunet.org/handbook/gnunet.html#Project-governance. 2. Try to access the link each maintainers' personal website. 3. The links are broken, pointing to an internal link in the page, instead of each correct website. | ||||
| Additional Information | Patch to fix: --- diff --git a/doc/handbook/chapters/preface.texi b/doc/handbook/chapters/preface.texi index d1afdf756..961ec0737 100644 --- a/doc/handbook/chapters/preface.texi +++ b/doc/handbook/chapters/preface.texi @@ -185,8 +185,8 @@ The current maintainers of GNUnet are: @itemize @bullet -@item @uref{Christian Grothoff, https://grothoff.org/christian/} -@item @uref{Martin Schanzenbach, https://schanzen.eu} +@item @uref{https://grothoff.org/christian/, Christian Grothoff} +@item @uref{https://schanzen.eu, Martin Schanzenbach} @end itemize --- | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-06-28 23:45 | gmacedo | New Issue | |
| 2021-06-28 23:45 | gmacedo | Tag Attached: documentation | |
| 2021-07-05 09:49 | schanzen | Assigned To | => schanzen |
| 2021-07-05 09:49 | schanzen | Status | new => resolved |
| 2021-07-05 09:49 | schanzen | Resolution | open => fixed |
| 2021-07-05 09:49 | schanzen | Fixed in Version | => Git master |
| 2021-07-05 09:49 | schanzen | Note Added: 0017983 | |
| 2021-07-05 09:50 | schanzen | Target Version | => 0.15.0 |
| 2022-02-22 23:05 | schanzen | Fixed in Version | Git master => 0.16.0 |
| 2022-02-26 23:10 | schanzen | Note Added: 0018737 | |
| 2022-02-26 23:10 | schanzen | Status | resolved => closed |
| 2024-02-11 11:44 | Christian Grothoff | Tag Detached: documentation |