Skip to content

Commit 75613ba

Browse files
committed
docs(kernel:rcu): fix link formatting
1 parent 7209927 commit 75613ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/kernel/sync/rcu.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ typedef struct rcu_entry rcu_entry_t;
4242
* To access RCU protected data, a read-side critical section must be created using `rcu_read_lock()` and
4343
* `rcu_read_unlock()`, or the `RCU_READ_SCOPE()` macro.
4444
*
45-
* @see [https://en.wikipedia.org/wiki/Read-copy-update](Wikipedia) for more information about RCU.
46-
* @see [https://www.kernel.org/doc/Documentation/RCU/whatisRCU.txt](kernel.org) for a explanation of RCU in the Linux kernel.
45+
* @see [Wikipedia](https://en.wikipedia.org/wiki/Read-copy-update) for more information about RCU.
46+
* @see [kernel.org](https://www.kernel.org/doc/Documentation/RCU/whatisRCU.txt) for a explanation of RCU in the Linux kernel.
4747
*
4848
* @{
4949
*/

0 commit comments

Comments
 (0)