From a9bb76f4d7fbb92b6644f87f9105ca108dff0c2e Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Fri, 12 Aug 2022 17:49:27 +1000 Subject: [PATCH] Cosmetic fixes to the navigation at the bottom of the README for tutorial 21 and 22. --- tutorials/tutorial21/README.md | 2 +- tutorials/tutorial22/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/tutorial21/README.md b/tutorials/tutorial21/README.md index 8dbef3486..5f674e6f8 100644 --- a/tutorials/tutorial21/README.md +++ b/tutorials/tutorial21/README.md @@ -143,4 +143,4 @@ a temporary buffer (because their inner `ValueType` types are NOT convertible). `static_cast` when field's inner `ValueType` types are convertible and uses temporary buffer with write / read operations when such conversion is not possible. -[Read Previous Tutorial](../tutorial20) <----------------------- [Read Next Tutorial](../tutorial22) +[Read Previous Tutorial](../tutorial20) <-----------------------> [Read Next Tutorial](../tutorial22) diff --git a/tutorials/tutorial22/README.md b/tutorials/tutorial22/README.md index 5cf117290..48318bac8 100644 --- a/tutorials/tutorial22/README.md +++ b/tutorials/tutorial22/README.md @@ -112,4 +112,4 @@ is used, while for the second one the **long** form is in place. static constexpr function, which provides maximal remaining length value. -[Read Previous Tutorial](../tutorial21) <----------------------- [Read Next Tutorial](../tutorial23) +[Read Previous Tutorial](../tutorial21) <-----------------------> [Read Next Tutorial](../tutorial23)