From 269eac1616327eefc8503b1dabab692b01df1ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armandas=20Jaru=C5=A1auskas?= Date: Mon, 14 Oct 2024 09:56:46 +0900 Subject: [PATCH] Update example link. --- mcu/atmega-hal/src/usart_spi.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcu/atmega-hal/src/usart_spi.rs b/mcu/atmega-hal/src/usart_spi.rs index 7ec9eb62c5..2742e26aeb 100644 --- a/mcu/atmega-hal/src/usart_spi.rs +++ b/mcu/atmega-hal/src/usart_spi.rs @@ -19,8 +19,8 @@ //! //! # Example //! -//! Complete example source code can be found in the -//! [repository](https://github.com/Rahix/avr-hal/blob/main/examples/atmega2560/src/bin/atmega2560-usart_spi-feedback.rs). +//! Complete example source code can be found in the repository: +//! [`atmega2560-usart_spi-feedback.rs`](https://github.com/Rahix/avr-hal/blob/main/examples/atmega2560/src/bin/atmega2560-usart_spi-feedback.rs) //! //! ``` //! let dp = atmega_hal::Peripherals::take().unwrap();