Skip to content

Commit 44762a9

Browse files
committed
Update 9.md
1 parent a090b61 commit 44762a9

File tree

1 file changed

+3
-3
lines changed
  • docs/documentation/tips_and_tricks

1 file changed

+3
-3
lines changed

docs/documentation/tips_and_tricks/9.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ The result will be:
7979
![console_color](/pictures/tips_and_tricks/9.png)
8080

8181
## Remarks
82-
* xtd::console::background_color and xtd::console::foreground_color can be used with xtd::console, xtd::println and std::println.
83-
* xtd::background_color and xtd::foreground_color can be used with xtd::console::out and std::cout.
82+
* [xtd::console::background_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#a16386e533bc0bbb8cc4dfb4b079c828a) and [xtd::console::foreground_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#abd246067ff6963a6118830762ba9b6d1) can be used with [xtd::console](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html), [xtd::println](https://gammasoft71.github.io/xtd/reference_guides/latest/namespacextd.html#a28cc6e13c0ba3a33707d84f6a4d60deb) and [std::println](https://www.en.cppreference.com/w/cpp/io/println.html).
83+
* [xtd::background_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#a16386e533bc0bbb8cc4dfb4b079c828a) and [xtd::foreground_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#abd246067ff6963a6118830762ba9b6d1) can be used with [xtd::console::out](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#a923837ac84baf01726703e0474ca4888) and [std::cout](https://en.cppreference.com/w/cpp/io/cout.html).
8484
* xtd helps you manipulate console input and output as text color and background color.
85-
* xtd::console has more features than those presented here, see [console](/docs/documentation/guides/xtd.core/console_class) for more information.
85+
* [xtd::console](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html) has more features than those presented here, see [console](/docs/documentation/guides/xtd.core/console_class) for more information.
8686

8787
## See also
8888

0 commit comments

Comments
 (0)