Skip to content

Commit da4efb1

Browse files
committed
Fixed broken documentation URLs
1 parent 891a02b commit da4efb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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_sdk.html.
10+
The instructions (such as required compiler flags) and usage guidance are found at https://antithesis.com/docs/using_antithesis/sdk/cpp/overview.html.
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_sdk.html.
5+
// Documentation for the SDK is found at https://antithesis.com/docs/using_antithesis/sdk/cpp/overview.html.
66

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

0 commit comments

Comments
 (0)