Skip to content

Commit 2053f3d

Browse files
BYKokineadev
andauthored
Use _the_ website
Co-authored-by: Okinea Dev <hi@okinea.dev>
1 parent 5ab1dd3 commit 2053f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/utils/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export function generatePackageMarkdown(options: PackageMarkdownOptions): string
251251
const username = (maintainer as { username?: string }).username
252252
const name = maintainer.name || username || 'Unknown'
253253
if (username) {
254-
lines.push(`- [${name}](https://www.npmjs.com/~${username})`)
254+
lines.push(`- [${name}](https://npmx.com/~${username})`)
255255
} else {
256256
lines.push(`- ${name}`)
257257
}

0 commit comments

Comments
 (0)