From 2d8d5be1adaac54b11a0199f1651f1a450a381d5 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Fri, 22 Sep 2023 20:26:50 +0200 Subject: [PATCH] Update links (#170) --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f3b43d..8b112745 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ This package was kindly donated to the [Pydantic organisation](https://github.co For the old "Hipster-orgazmic tool to mange application settings" package, see [version 0.2.5](https://pypi.org/project/pydantic-settings/0.2.5/). -See [documentation](https://docs.pydantic.dev/latest/usage/pydantic_settings/) for more details. +See [documentation](https://docs.pydantic.dev/latest/concepts/pydantic_settings/) for more details. diff --git a/pyproject.toml b/pyproject.toml index 18591922..2776f921 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ Homepage = 'https://github.com/pydantic/pydantic-settings' Funding = 'https://github.com/sponsors/samuelcolvin' Source = 'https://github.com/pydantic/pydantic-settings' Changelog = 'https://github.com/pydantic/pydantic-settings/releases' -Documentation = 'https://docs.pydantic.dev/dev-v2/usage/pydantic_settings/' +Documentation = 'https://docs.pydantic.dev/dev-v2/concepts/pydantic_settings/' [tool.pytest.ini_options] testpaths = 'tests'