Skip to content

Commit 963afe2

Browse files
Merge pull request #15 from isaacchua/main
Fixed broken links and version number on Nix file
2 parents 466ed04 + d6ae291 commit 963afe2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

antithesis-sdk-cpp.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
with pkgs;
33
stdenv.mkDerivation {
44
pname = "antithesis-sdk-cpp";
5-
version = "0.3.0";
5+
version = "0.4.0";
66

77
src = ./.;
88

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)