chore: fix note about code location

This commit is contained in:
Jesús Pérez 2024-10-21 03:43:20 +01:00
parent 25d3066677
commit 2584d8c39d
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -36,8 +36,9 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
> [!TIP] > [!TIP]
> After download repository and build: > 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)) > - Build documentation and browse content whit source code (instruction in [about](ABOUT.md))
> - Files layout notes in [layout.md](layout.md)
## Ideas not included ## Ideas not included
@ -50,7 +51,7 @@ Elements items come from [main changes](/NewRelic/be-technical-interview-rust/s
<br> <br>
> [!NOTE] > [!NOTE]
> Code is in the private repository with several varias branches.<br> > Code is in a private repository with several other branches.<br>
> Link to [branch repository improved](https://repo.jesusperez.pro/NewRelic/be-technical-interview-rust/src/branch/improved) > Link to [branch repository improved](https://repo.jesusperez.pro/NewRelic/be-technical-interview-rust/src/branch/improved)
--- ---

View File

@ -41,7 +41,7 @@
//! - Run as **API mode** not only as batch processing //! - Run as **API mode** not only as batch processing
//! <br> //! <br>
//! //!
//! 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) //! [^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")] #![doc(html_logo_url = "https://info.jesusperez.pro/img/jesusperez-logo-b.png")]