Skip to content

Conversation

@SKalt
Copy link
Contributor

@SKalt SKalt commented Nov 26, 2025

Currently https://mise.jdx.dev/registry.html#tools includes github:user/name backend links that don't actually link to GitHub.

You can verify that this problem isn't isolated to just one github backend link.
new Set(
  [...document.querySelector('table').querySelectorAll('a[href]')]
    .filter(a => a.textContent.includes('github:'))
    .map(a => a.href)
)

This PR fixes that. I've manually tested the links are correct using mise run docs.

@jdx jdx merged commit 1d299c6 into jdx:main Nov 26, 2025
28 checks passed
jdx pushed a commit that referenced this pull request Nov 27, 2025
### 📦 Registry

- add charmbracelet/crush by @ev-the-dev in
[#7075](#7075)

### 🚀 Features

- **(aqua)** add symlink_bins option to filter exposed binaries by @jdx
in [#7076](#7076)

### 🐛 Bug Fixes

- **(aqua)** skip whitespace before pipe token in template parser by
@jdx in [#7069](#7069)
- **(docs)** link github backends to github repo URLs by @SKalt in
[#7071](#7071)

### 📚 Documentation

- update node examples from 22 to 24 by @jdx in
[#7074](#7074)

### ⚡ Performance

- **(hook-env)** add fast-path to skip initialization when nothing
changed by @jdx in [#7073](#7073)

### New Contributors

- @ev-the-dev made their first contribution in
[#7075](#7075)
- @SKalt made their first contribution in
[#7071](#7071)

## 📦 Aqua Registry Updates

#### New Packages (3)

-
[`SonarSource/sonar-scanner-cli`](https://github.com/SonarSource/sonar-scanner-cli)
-
[`Stranger6667/jsonschema`](https://github.com/Stranger6667/jsonschema)
- [`peteretelej/tree`](https://github.com/peteretelej/tree)

#### Updated Packages (2)

- [`astral-sh/uv`](https://github.com/astral-sh/uv)
- [`pre-commit/pre-commit`](https://github.com/pre-commit/pre-commit)
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