File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ This library provides methods for C++ programs to configure the [Antithesis](htt
5
5
* Randomness functions for requesting both structured and unstructured randomness from the Antithesis platform.
6
6
* Lifecycle functions that inform the Antithesis environment that particular test phases or milestones have been reached.
7
7
8
- For general usage guidance see the [ Antithesis C++ SDK Documentation] ( https://antithesis.com/docs/using_antithesis/sdk/cpp/overview.html )
8
+ For general usage guidance see the [ Antithesis C++ SDK Documentation] ( https://antithesis.com/docs/using_antithesis/sdk/cpp/overview/ )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This header file can be used in both C and C++ programs. (The rest of the SDK wo
7
7
8
8
You should include it in a single .cpp or .c file.
9
9
10
- The instructions (such as required compiler flags) and usage guidance are found at https://antithesis.com/docs/using_antithesis/sdk/cpp/overview.html .
10
+ The instructions (such as required compiler flags) and usage guidance are found at https://antithesis.com/docs/using_antithesis/sdk/cpp/overview/ .
11
11
*/
12
12
13
13
#include < unistd.h>
Original file line number Diff line number Diff line change 2
2
3
3
// This header file contains the Antithesis C++ SDK, which enables C++ applications to integrate with the [Antithesis platform].
4
4
//
5
- // Documentation for the SDK is found at https://antithesis.com/docs/using_antithesis/sdk/cpp/overview.html .
5
+ // Documentation for the SDK is found at https://antithesis.com/docs/using_antithesis/sdk/cpp/overview/ .
6
6
7
7
#include < cstdint>
8
8
#include < random>
You can’t perform that action at this time.
0 commit comments