From c50edd67cf3033584189ff0bcd05bd146d0586a3 Mon Sep 17 00:00:00 2001 From: Shorthills AI <141953346+ShorthillsAI@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:48:18 +0530 Subject: [PATCH] Fixed Example Google Style Python Docstrings URL (#522) --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0abea638..f2004261 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,5 +3,5 @@ To generate the documentation, run `make` from the `docs/` directory. ## Style This project uses Google-style docstrings. See: -http://www.sphinx-doc.org/en/1.5/ext/example_google.html -for more details. +[https://www.sphinx-doc.org/en/master/usage/extensions/example_google.html +](https://www.sphinx-doc.org/en/master/usage/extensions/example_google.html)for more details.