From d8505fa9b5a8e78b2677b2f3242f264c994f4952 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Wed, 5 Mar 2025 16:19:42 -0500 Subject: [PATCH] chore: update readme to point to ghpages for guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0e8720a1..2e0290c57 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ This is an open-source library, and [contributions](CONTRIBUTING.md) are welcome ## Documentation -- [Developer's Guide](https://github.com/googleapis/google-oauth-java-client/wiki) -- [Setup Instructions](https://github.com/googleapis/google-oauth-java-client/wiki/Setup-Instructions) +- [Developer's Guide](https://googleapis.github.io/google-oauth-java-client/index.html) +- [Setup Instructions](https://googleapis.github.io/google-oauth-java-client/setup.html) - [Samples](https://github.com/googleapis/google-oauth-java-client/tree/main/samples) - [JavaDoc](https://googleapis.dev/java/google-oauth-client/latest/) - [Release Notes](https://github.com/googleapis/google-oauth-java-client/releases)