From 03eeb088434c23263820af8e745b4aad8712e8ed Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Thu, 17 Aug 2023 11:18:29 -0400 Subject: [PATCH] fix link --- docs/integrations/visual_studio_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/visual_studio_code.md b/docs/integrations/visual_studio_code.md index 5aba416c29..eae701f027 100644 --- a/docs/integrations/visual_studio_code.md +++ b/docs/integrations/visual_studio_code.md @@ -283,7 +283,7 @@ This is a limitation of dataclass transforms and cannot be fixed in pydantic. These details are only useful for other library authors, etc. -This additional editor support works by implementing the proposed draft standard for [Dataclass Transform](https://github.com/microsoft/pyright/blob/master/specs/dataclass_transforms.md). +This additional editor support works by implementing the proposed draft standard for [Dataclass Transform (PEP 681)](https://peps.python.org/pep-0681/). The proposed draft standard is written by Eric Traut, from the Microsoft team, the same author of the open source package Pyright (used by Pylance to provide Python support in VS Code).