Skip to content

Commit 91476e3

Browse files
docs: correcting links to antithesis external docs
1 parent 922d8b3 commit 91476e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ This library provides methods for C++ programs to configure the [Antithesis](htt
55
* Randomness functions for requesting both structured and unstructured randomness from the Antithesis platform.
66
* Lifecycle functions that inform the Antithesis environment that particular test phases or milestones have been reached.
77

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/)

antithesis_instrumentation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This header file can be used in both C and C++ programs. (The rest of the SDK wo
77
88
You should include it in a single .cpp or .c file.
99
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/.
1111
*/
1212

1313
#include <unistd.h>

antithesis_sdk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// This header file contains the Antithesis C++ SDK, which enables C++ applications to integrate with the [Antithesis platform].
44
//
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/.
66

77
#include <cstdint>
88
#include <random>

0 commit comments

Comments
 (0)