Skip to content

Commit 3a5712b

Browse files
author
mikeblome
committed
changed br to \ for See Also sections
1 parent 345ac80 commit 3a5712b

File tree

264 files changed

+526
-525
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+526
-525
lines changed

docs/assembler/masm/alias-masm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ The alternate or alias name. The angle brackets are required.
2323

2424
## See also
2525

26-
[Directives Reference](../../assembler/masm/directives-reference.md)<br/>
26+
[Directives Reference](directives-reference.md)\
2727
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/align-masm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ When data is aligned, the skipped space is padded with zeroes. When instructions
2424
## See also
2525

2626
[EVEN](even.md)\
27-
[Directives reference](directives-reference.md)<br/>
27+
[Directives reference](directives-reference.md)\
2828
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/assume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ After an **ASSUME** is put into effect, the assembler watches for changes to the
2222

2323
## See also
2424

25-
[Directives Reference](../../assembler/masm/directives-reference.md)<br/>
25+
[Directives Reference](directives-reference.md)\
2626
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/at-at.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.assetid: 4c0aa730-d534-4efd-9608-54d683d78654
77
---
88
# \@\@:
99

10-
Defines a code label recognizable only between *label1* and *label2*, where *label1* is either start of code or the previous `@@:` label, and *label2* is either end of code or the next `@@:` label. See [\@B](../../assembler/masm/at-b.md) and [\@F](../../assembler/masm/at-f.md).
10+
Defines a code label recognizable only between *label1* and *label2*, where *label1* is either start of code or the previous `@@:` label, and *label2* is either end of code or the next `@@:` label. See [\@B](at-b.md) and [\@F](at-f.md).
1111

1212
## Syntax
1313

1414
> **\@\@:**
1515
1616
## See also
1717

18-
[Symbols reference](symbols-reference.md)<br/>
18+
[Symbols reference](symbols-reference.md)\
1919
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/at-b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.assetid: ca17c71a-4a5d-4470-a098-484c781dbfa7
77
---
88
# \@B
99

10-
The location of the previous [\@\@:](../../assembler/masm/at-at.md) label.
10+
The location of the previous [\@\@:](at-at.md) label.
1111

1212
## Syntax
1313

1414
> **\@B**
1515
1616
## See also
1717

18-
[Symbols reference](symbols-reference.md)<br/>
18+
[Symbols reference](symbols-reference.md)\
1919
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/at-catstr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Macro function that concatenates one or more strings. Returns a string.
1515
1616
## See also
1717

18-
[Symbols reference](symbols-reference.md)<br/>
18+
[Symbols reference](symbols-reference.md)\
1919
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/at-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ The name of the code segment (text macro).
1515
1616
## See also
1717

18-
[Symbols reference](symbols-reference.md)<br/>
18+
[Symbols reference](symbols-reference.md)\
1919
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/at-codesize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ ms.assetid: 6e18d99f-9999-41fe-9330-b80de8f735d5
1515
1616
## See also
1717

18-
[Symbols reference](symbols-reference.md)<br/>
18+
[Symbols reference](symbols-reference.md)\
1919
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/at-cpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ A bit mask specifying the processor mode (numeric equate).
1515
1616
## See also
1717

18-
[Symbols reference](symbols-reference.md)<br/>
18+
[Symbols reference](symbols-reference.md)\
1919
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/at-curseg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ The name of the current segment (text macro).
1515
1616
## See also
1717

18-
[Symbols reference](symbols-reference.md)<br/>
18+
[Symbols reference](symbols-reference.md)\
1919
[MASM BNF Grammar](masm-bnf-grammar.md)

0 commit comments

Comments
 (0)