protos: fix markdown links - #47131
Conversation
|
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
Change-Id: Ib18589e437f409bbcda14694b1277d4066c1ecde Signed-off-by: Kuat Yessenov <kuat@google.com>
phlax
left a comment
There was a problem hiding this comment.
lgtm, thanks @kyessenov
we probably want some linter to catch these
phlax
left a comment
There was a problem hiding this comment.
seems it fails rst parsing
you cant have 2 anon links on same page with same text - so in this case "here" is clashing
you can kinda workaround but it by adding an extra _ after each of the offending refs or better dont use "here" as link text
|
|
||
| // The SXG response payload is Merkle Integrity Content Encoding (MICE) encoded (specification is [here](https://datatracker.ietf.org/doc/html/draft-thomson-http-mice-03)) | ||
| // The SXG response payload is Merkle Integrity Content Encoding (MICE) encoded (specification is | ||
| // `here <https://datatracker.ietf.org/doc/html/draft-thomson-http-mice-03>`_) |
There was a problem hiding this comment.
| // `here <https://datatracker.ietf.org/doc/html/draft-thomson-http-mice-03>`_) | |
| // `here <https://datatracker.ietf.org/doc/html/draft-thomson-http-mice-03>`__) |
Change-Id: Ib18589e437f409bbcda14694b1277d4066c1ecde
Commit Message: Asked AI to convert markdown links to RST links which render nicer.
Additional Description:
Risk Level: no
Testing: no
Docs Changes: yes
Release Notes: no
Platform Specific Features: no