Skip to content

Commit 95ab55c

Browse files
author
Colin Robertson
authored
Fix link.
1 parent a1f26d0 commit 95ab55c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/preprocessor/optimize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The *optimization-list* can be zero or more of the parameters shown in the follo
2424

2525
| Parameter(s) | Type of optimization |
2626
|--------------------|--------------------------|
27-
| **`g`** | Enable global optimizations. Deprecated. For more information, see [`/Og` (Global optimizations)](../build/reference/og-global-optimizations). |
27+
| **`g`** | Enable global optimizations. Deprecated. For more information, see [`/Og` (Global optimizations)](../build/reference/og-global-optimizations.md). |
2828
| **`s`** or **`t`** | Specify short or fast sequences of machine code. |
2929
| **`y`** | Generate frame pointers on the program stack. |
3030

0 commit comments

Comments
 (0)