Skip to content

Commit

Permalink
Merge pull request #1400 from google/fix-url-link
Browse files Browse the repository at this point in the history
Fix URLs while investigating autocxx.rs.
  • Loading branch information
adetaylor authored Sep 26, 2024
2 parents 5b292e5 + 4373c27 commit 70aa23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Adrian Taylor <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Safe autogenerated interop between Rust and C++"
repository = "https://github.com/google/autocxx"
homepage = "https://autocxx.rs"
homepage = "https://google.github.io/autocxx/"
edition = "2021"
keywords = ["ffi"]
categories = ["development-tools::ffi", "api-bindings"]
Expand Down
2 changes: 1 addition & 1 deletion book/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Published automatically to https://autocxx.rs from master branch.
Published automatically to https://google.github.io/autocxx/ from master branch.

To build and view locally:

Expand Down

0 comments on commit 70aa23f

Please sign in to comment.