Skip to content

Commit 3d9c711

Browse files
doc: Link to package homepage instead of source repo (#251)
1 parent b7bb0a8 commit 3d9c711

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -418,13 +418,13 @@ Use [huacnlee/autocorrect-action](https://github.com/huacnlee/autocorrect-action
418418

419419
AutoCorrect makes for support use in many programming languages.
420420

421-
- Rust - [autocorrect](https://github.com/huacnlee/autocorrect)
422-
- Ruby - [autocorrect-rb](https://github.com/huacnlee/autocorrect/tree/main/autocorrect-rb)
423-
- Go - [autocorrect-go](https://github.com/longbridgeapp/autocorrect)
424-
- Python - [autocorrect-py](https://github.com/huacnlee/autocorrect/tree/main/autocorrect-py)
425-
- Node.js - [autocorrect-node](https://github.com/huacnlee/autocorrect/tree/main/autocorrect-node)
426-
- JavaScript (Browser) - [autocorrect-wasm](https://github.com/huacnlee/autocorrect/tree/main/autocorrect-wasm)
427-
- Java - [autocorrect-java](https://github.com/huacnlee/autocorrect/tree/main/autocorrect-java)
421+
- Rust - [autocorrect](https://crates.io/crates/autocorrect)
422+
- Ruby - [autocorrect-rb](https://rubygems.org/gems/autocorrect-rb)
423+
- Go - [autocorrect-go](https://pkg.go.dev/github.com/longbridge/autocorrect)
424+
- Python - [autocorrect-py](https://pypi.org/project/autocorrect-py/)
425+
- Node.js - [autocorrect-node](https://www.npmjs.com/package/autocorrect-node)
426+
- JavaScript (Browser) - [autocorrect-wasm](https://www.npmjs.com/package/@huacnlee/autocorrect)
427+
- Java - [autocorrect-java](https://mvnrepository.com/artifact/io.github.huacnlee/autocorrect-java)
428428

429429
## Benchmark
430430

0 commit comments

Comments
 (0)