From 0ca5b8a95dafccc6feaaa22bab93a40750b6e58d Mon Sep 17 00:00:00 2001 From: MBK-fr <41642346+MBK-fr@users.noreply.github.com> Date: Fri, 25 Sep 2026 08:25:16 +0200 Subject: [PATCH] docs: fix dead link to UiPath configuration specs in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem The README links "UiPath configuration specifications" to: ``` https://github.com/UiPath/uipath-python/blob/main/specs/README.md ``` That path returns **404** — in `uipath-python` the specs live under the package directory, not the repo root. ## Fix Point it at the real location (verified HTTP 200): ``` https://github.com/UiPath/uipath-python/blob/main/packages/uipath/specs/README.md ``` Single-line README change. Signed-off-by: MBK-fr <41642346+MBK-fr@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d60a180d0..d732d6d27 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ uipath init Running `uipath init` will process the graph definitions in the `langgraph.json` file and create the corresponding `entry-points.json` file needed for deployment. -For more details on the configuration format, see the [UiPath configuration specifications](https://github.com/UiPath/uipath-python/blob/main/specs/README.md). +For more details on the configuration format, see the [UiPath configuration specifications](https://github.com/UiPath/uipath-python/blob/main/packages/uipath/specs/README.md). ### Authentication