From b391968bbfb9a83175822ca598a235718b0330d4 Mon Sep 17 00:00:00 2001 From: Ektos <111907612+ek7os@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:10:12 +0300 Subject: [PATCH] probably a typo --- google/sheets/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/sheets/src/lib.rs b/google/sheets/src/lib.rs index 03997064..ea1efbeb 100644 --- a/google/sheets/src/lib.rs +++ b/google/sheets/src/lib.rs @@ -26,7 +26,7 @@ //! ## Client Details //! //! This client is generated from the [Google Sheets OpenAPI -//! specs](https://sheets.googleapis.com/iscovery/rest?version=v4) based on API spec version `v4`. This way it will remain +//! specs](https://sheets.googleapis.com/$discovery/rest?version=v4) based on API spec version `v4`. This way it will remain //! up to date as features are added. The documentation for the crate is generated //! along with the code to make this library easy to use. //!