Skip to content

Commit c229690

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
Make link text match article title
1 parent 5c49fee commit c229690

File tree

439 files changed

+439
-439
lines changed

Some content is hidden

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

439 files changed

+439
-439
lines changed

docs/c-runtime-library/cgets-cgetws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Because all editing keys are active when `_cgets` or `_cgetws` is called while i
5555

5656
In C++, these functions have template overloads that invoke the newer, secure counterparts of these functions. For more information, see [Secure Template Overloads](../c-runtime-library/secure-template-overloads.md).
5757

58-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
58+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
5959

6060
### Generic-Text Routine Mappings
6161

docs/c-runtime-library/ciatan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `atan` function has a specialized calling convention that th
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/ciatan2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `atan2` function has a specialized calling convention that t
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cicos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the [cos](../c-runtime-library/reference/cos-cosf-cosl.md) funct
2525

2626
The resulting value is pushed onto the top of the floating-point stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/ciexp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `exp` function has a specialized calling convention that the
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cifmod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `fmod` function has a specialized calling convention that th
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cilog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `log` function has a specialized calling convention that the
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cilog10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `log10` function has a specialized calling convention that t
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cipow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This version of the `pow` function has a specialized calling convention that the
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

docs/c-runtime-library/cisin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This intrinsic version of the [sin](../c-runtime-library/reference/sin-sinf-sinl
2525

2626
The resulting value is pushed onto the top of the floating-point stack.
2727

28-
By default, this function's global state is scoped to the application. To change this, see [App vs OS state](global-state.md).
28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
2929

3030
## Requirements
3131

0 commit comments

Comments
 (0)