Skip to content

Commit 4373c27

Browse files
committed
Fix URLs while investigating autocxx.rs.
Fixes #1399.
1 parent 5b292e5 commit 4373c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = ["Adrian Taylor <[email protected]>"]
1313
license = "MIT OR Apache-2.0"
1414
description = "Safe autogenerated interop between Rust and C++"
1515
repository = "https://github.com/google/autocxx"
16-
homepage = "https://autocxx.rs"
16+
homepage = "https://google.github.io/autocxx/"
1717
edition = "2021"
1818
keywords = ["ffi"]
1919
categories = ["development-tools::ffi", "api-bindings"]

book/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Published automatically to https://autocxx.rs from master branch.
1+
Published automatically to https://google.github.io/autocxx/ from master branch.
22

33
To build and view locally:
44

0 commit comments

Comments
 (0)