Skip to content

Fix REFRESH_WORKER documentation link#172

Open
HusamAamer wants to merge 1 commit into
runpod-workers:mainfrom
HusamAamer:patch-1
Open

Fix REFRESH_WORKER documentation link#172
HusamAamer wants to merge 1 commit into
runpod-workers:mainfrom
HusamAamer:patch-1

Conversation

@HusamAamer
Copy link
Copy Markdown

Motivation

  • Fix REFRESH_WORKER documentation link
CleanShot 2025-09-24 at 11 07 18

Issues closed

Copy link
Copy Markdown
Contributor

@TimPietruskyRunPod TimPietruskyRunPod left a comment

Choose a reason for hiding this comment

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

The intent is right — the old link is dead — but the current diff produces an invalid markdown link because it nests [...](...) inside another [...](...).

Current:
```md
RunPod documentation
```

This renders broken (the inner [] becomes literal text in most markdown renderers).

It should be one of:

```md
RunPod documentation
```

Could you fix that to a single, flat link and also add a changeset entry? Once that's done I'll happily merge.

```md

"worker-comfyui": patch

docs: fix dead REFRESH_WORKER documentation link in docs/configuration.md.
```

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