From 4373c2766fc75d36dfa8136d602bf18dacdcd888 Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Thu, 26 Sep 2024 09:19:51 +0100 Subject: [PATCH] Fix URLs while investigating autocxx.rs. Fixes #1399. --- Cargo.toml | 2 +- book/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e2a059bd..02c915120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = ["Adrian Taylor "] 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"] diff --git a/book/README.md b/book/README.md index c883a4597..23521faf4 100644 --- a/book/README.md +++ b/book/README.md @@ -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: