Skip to content

Commit f43a91a

Browse files
committed
Update documentation
1 parent 2af69b8 commit f43a91a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/xtd.core.examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@
277277
* [enumerable_any2](linq/enumerable_any2/README.md) shows how to use [xtd::linq::enumerable::any](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#af6685459cb72973136764e127613a3bb) method.
278278
* [enumerable_any3](linq/enumerable_any3/README.md) shows how to use [xtd::linq::enumerable::any](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#afc08a959b1eac4f4812fb640ddcb1385) method.
279279
* [enumerable_any4](linq/enumerable_any4/README.md) shows how to use [xtd::linq::enumerable::any](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a36cca9c23f887a13fcbaae69a231fbbf) method.
280-
* [enumerable_append](linq/enumerable_append/README.md) shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a36cca9c23f887a13fcbaae69a231fbbf) method.
281-
* [enumerable_append2](linq/enumerable_append2/README.md) shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a36cca9c23f887a13fcbaae69a231fbbf) method.
280+
* [enumerable_append](linq/enumerable_append/README.md) shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a850d17deb2ca4039f3ad05dc4dd6caa4) method.
281+
* [enumerable_append2](linq/enumerable_append2/README.md) shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a33b3a348f1b0aba3f3aec5afdca7ea46) method.
282282

283283
## [Mains](mains/README.md)
284284

examples/xtd.core.examples/linq/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* [enumerable_any2](enumerable_any2/README.md) shows how to use [xtd::linq::enumerable::any](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#af6685459cb72973136764e127613a3bb) method.
1515
* [enumerable_any3](enumerable_any3/README.md) shows how to use [xtd::linq::enumerable::any](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#afc08a959b1eac4f4812fb640ddcb1385) method.
1616
* [enumerable_any4](enumerable_any4/README.md) shows how to use [xtd::linq::enumerable::any](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a36cca9c23f887a13fcbaae69a231fbbf) method.
17-
* [enumerable_append](enumerable_append/README.md) shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a36cca9c23f887a13fcbaae69a231fbbf) method.
18-
* [enumerable_append2](enumerable_append2/README.md) shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a36cca9c23f887a13fcbaae69a231fbbf) method.
17+
* [enumerable_append](enumerable_append/README.md) shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a850d17deb2ca4039f3ad05dc4dd6caa4) method.
18+
* [enumerable_append2](enumerable_append2/README.md) shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a33b3a348f1b0aba3f3aec5afdca7ea46) method.
1919

2020
## Build and run any project
2121

examples/xtd.core.examples/linq/enumerable_append/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# enumerable_append
22

3-
Shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a80ec308a9a8c3b94822405b811270630) method.
3+
Shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a850d17deb2ca4039f3ad05dc4dd6caa4) method.
44

55
## Sources
66

examples/xtd.core.examples/linq/enumerable_append2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# enumerable_append2
22

3-
Shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a80ec308a9a8c3b94822405b811270630) method.
3+
Shows how to use [xtd::linq::enumerable::append](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1linq_1_1enumerable.html#a33b3a348f1b0aba3f3aec5afdca7ea46) method.
44

55
## Sources
66

0 commit comments

Comments
 (0)