Skip to content

docs: fix dead link to UiPath configuration specs in README - #1116

Open
MBK-fr wants to merge 1 commit into
UiPath:mainfrom
MBK-fr:fix/readme-dead-specs-link
Open

MBK-fr wants to merge 1 commit into
UiPath:mainfrom
MBK-fr:fix/readme-dead-specs-link

Conversation

@MBK-fr

@MBK-fr MBK-fr commented Sep 25, 2026

Copy link
Copy Markdown

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.

## 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>
Copilot AI lite review requested due to automatic review settings September 25, 2026 06:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟢 Approval recommended

The single link change is fully reviewed and has no unresolved issues.

Review effort: Lite
Findings: None

What changed in this PR

Updates the README link to the correct UiPath configuration specifications path.

Changes:

  • Replaces the broken repository-root URL with the valid package-directory URL.
File Description
README.md Corrects the configuration specifications URL.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants