Skip to content

Commit af489c8

Browse files
committed
Fixes all cast data type links.
Fixes #367, fixes #368, fixes #369, fixes #370, fixes #371, fixes #372.
1 parent 8cc2729 commit af489c8

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Language/Variables/Conversion/intCast.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Umwandlung" ]
1717

1818
[float]
1919
=== Beschreibung
20-
Konvertiert einen Wert in den link:../../data-types/int[int]-Datentyp.
20+
Konvertiert einen Wert in den `link:../../data-types/int[int]`-Datentyp.
2121
[%hardbreaks]
2222

2323

@@ -34,7 +34,7 @@ Konvertiert einen Wert in den link:../../data-types/int[int]-Datentyp.
3434

3535
[float]
3636
=== Rückgabewert
37-
Datentyp: `int`.
37+
Datentyp: link:../../data-types/int[`int`].
3838

3939

4040
--
@@ -51,7 +51,7 @@ Datentyp: `int`.
5151
=== Siehe auch
5252

5353
[role="language"]
54-
* #SPRACHE# link:../../data-types/int[int]
54+
* #SPRACHE# link:../../data-types/int[`int`]
5555

5656

5757
--

Language/Variables/Conversion/longCast.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Umwandlung" ]
1717

1818
[float]
1919
=== Beschreibung
20-
Konvertiert einen Wert in den link:../../data-types/long[long]-Datentyp.
20+
Konvertiert einen Wert in den `link:../../data-types/long[long]`-Datentyp.
2121
[%hardbreaks]
2222

2323

@@ -34,7 +34,7 @@ Konvertiert einen Wert in den link:../../data-types/long[long]-Datentyp.
3434

3535
[float]
3636
=== Rückgabewert
37-
Datentyp: `long`.
37+
Datentyp: link:../../data-types/long[`long`].
3838

3939

4040
--
@@ -51,7 +51,7 @@ Datentyp: `long`.
5151
=== Siehe auch
5252

5353
[role="language"]
54-
* #SPRACHE# link:../../data-types/long[long]
54+
* #SPRACHE# link:../../data-types/long[`long`]
5555

5656

5757
--

Language/Variables/Conversion/unsignedIntCast.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Umwandlung" ]
1717

1818
[float]
1919
=== Beschreibung
20-
Konvertiert einen Wert in den link:../../data-types/unsignedint[unsigned int]-Datentyp.
20+
Konvertiert einen Wert in den `link:../../data-types/unsignedint[unsigned int]`-Datentyp.
2121
[%hardbreaks]
2222

2323

@@ -33,7 +33,7 @@ Konvertiert einen Wert in den link:../../data-types/unsignedint[unsigned int]-Da
3333

3434
[float]
3535
=== Rückgabewert
36-
Datentyp: `unsigned int`.
36+
Datentyp: link:../../data-types/unsignedint[`unsigned int`].
3737

3838
--
3939
// ÜBERSICHTSABSCHNITT ENDET
@@ -49,7 +49,7 @@ Datentyp: `unsigned int`.
4949
=== Siehe auch
5050

5151
[role="language"]
52-
* #LANGUAGE# link:../../data-types/unsignedint[unsigned int]
52+
* #LANGUAGE# link:../../data-types/unsignedint[`unsigned int`]
5353

5454

5555
--

Language/Variables/Conversion/unsignedLongCast.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Umwandlung" ]
1717

1818
[float]
1919
=== Beschreibung
20-
Konvertiert einen Wert in den link:../../data-types/unsignedlong[unsigned long]-Datentyp.
20+
Konvertiert einen Wert in den `link:../../data-types/unsignedlong[unsigned long]`-Datentyp.
2121
[%hardbreaks]
2222

2323

@@ -33,7 +33,7 @@ Konvertiert einen Wert in den link:../../data-types/unsignedlong[unsigned long]-
3333

3434
[float]
3535
=== Rückgabewert
36-
Datentyp: `unsigned long`.
36+
Datentyp: link:../../data-types/unsignedlong[`unsigned long`].
3737

3838
--
3939
// ÜBERSICHTSABSCHNITT ENDET
@@ -49,7 +49,7 @@ Datentyp: `unsigned long`.
4949
=== Siehe auch
5050

5151
[role="language"]
52-
* #LANGUAGE# link:../../data-types/unsignedlong[unsigned long]
52+
* #LANGUAGE# link:../../data-types/unsignedlong[`unsigned long`]
5353

5454

5555
--

Language/Variables/Conversion/wordcast.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Umwandlung" ]
1717

1818
[float]
1919
=== Beschreibung
20-
Konvertiert einen Wert in den link:../../data-types/word[Word]-Datentyp.
20+
Konvertiert einen Wert in den `link:../../data-types/word[word]`-Datentyp.
2121
[%hardbreaks]
2222

2323

@@ -35,7 +35,7 @@ Konvertiert einen Wert in den link:../../data-types/word[Word]-Datentyp.
3535

3636
[float]
3737
=== Rückgabewert
38-
Datentyp: `word`.
38+
Datentyp: link:../../data-types/word[`word`].
3939

4040

4141
--
@@ -52,7 +52,7 @@ Datentyp: `word`.
5252
=== Siehe auch
5353

5454
[role="language"]
55-
* #SPRACHE# link:../../data-types/word[word]
55+
* #SPRACHE# link:../../data-types/word[`word`]
5656

5757

5858
--

0 commit comments

Comments
 (0)