From 2584d8c39de961993b59eb76abe27fc0e3a3f0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Mon, 21 Oct 2024 03:43:20 +0100 Subject: [PATCH] chore: fix note about code location --- README.md | 5 +++-- src/main.rs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b48cd4f..79cec2f 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,9 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s > [!TIP] > After download repository and build: -> - use [howto](howto.md) for command, options, etc. +> - Use [howto](howto.md) for command, options, etc. > - Build documentation and browse content whit source code (instruction in [about](ABOUT.md)) +> - Files layout notes in [layout.md](layout.md) ## Ideas not included @@ -50,7 +51,7 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
> [!NOTE] -> Code is in the private repository with several varias branches.
+> Code is in a private repository with several other branches.
> Link to [branch repository improved](https://repo.jesusperez.pro/NewRelic/be-technical-interview-rust/src/branch/improved) --- diff --git a/src/main.rs b/src/main.rs index abd84a9..181cc9f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,7 @@ //! - Run as **API mode** not only as batch processing //!
//! -//! Code is in the private repository with several varias branches[^note]. +//! Code is in a private repository with several branches[^note]. //! [^note]: Link to [branch repository improved](https://repo.jesusperez.pro/NewRelic/be-technical-interview-rust/src/branch/improved) #![doc(html_logo_url = "https://info.jesusperez.pro/img/jesusperez-logo-b.png")]