Fix the link using an asciidoc trick.

https://docs.asciidoctor.org/asciidoc/latest/macros/complex-urls/
This commit is contained in:
Ahmed Charles 2022-03-12 04:03:30 -08:00 committed by GitHub
parent ec11650b9b
commit 815e24aedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ This allows a very simple still high-bandwidth communications. However, high bus
=== Stream Link Interface
The https://stnolting.github.io/neorv32/#_stream_link_interface_slink[Stream Link Interface (SLINK)] provides a
The link:++https://stnolting.github.io/neorv32/#_stream_link_interface_slink++[Stream Link Interface (SLINK)] provides a
point-to-point, unidirectional and parallel data interface that can be used to transfer _streaming_ data. In
contrast to the external bus interface, the streaming interface does not provide any kind of advanced control,
so it can be seen as "constant address bursts" where data is transmitted _sequentially_ (no random accesses).