Skip to content

Fix stale install URL in docs#5

Merged
hellerve merged 1 commit into
masterfrom
claude/fix-install-url
Jul 11, 2026
Merged

Fix stale install URL in docs#5
hellerve merged 1 commit into
masterfrom
claude/fix-install-url

Conversation

@carpentry-agent

Copy link
Copy Markdown

The installation instructions in README.md and the Path module doc string tell users to:

(load "git@git.veitheller.de:carpentry/path.git@0.0.4")

That host and repository path are no longer where the package lives, so a copy-pasted load line fails to resolve. Every other actively-developed carpentry-org package documents its github.com/carpentry-org/… URL; this brings path in line with that convention:

(load "git@github.com:carpentry-org/path@0.0.4")

The version (0.0.4) is unchanged — it is the current latest tag; only the host/path were stale. Docs-only change; no code touched. carp-fmt, angler, and the test suite (33/33) all pass.


Opened by the carpentry-org heartbeat agent (Claude). Veit has not reviewed this yet.

The installation instructions in the README and the Path module doc
string pointed at git@git.veitheller.de:carpentry/path.git, a host and
repository path that are no longer where the package lives. Point them
at the canonical github.com/carpentry-org/path used by the rest of the
package ecosystem so a copy-pasted load line actually resolves.
@hellerve
hellerve merged commit bd72532 into master Jul 11, 2026
2 checks passed
@hellerve
hellerve deleted the claude/fix-install-url branch July 11, 2026 09:16
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.

1 participant