Skip to content

Commit c5ec3ce

Browse files
committed
update readme
1 parent a0ddd52 commit c5ec3ce

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![crates.io](https://img.shields.io/crates/v/rink)](https://crates.io/crates/rink)
55
[![downloads](https://img.shields.io/crates/d/rink)](https://crates.io/crates/rink)
66

7+
https://rinkcalc.app/about
8+
79
Rink is an open source unit-aware calculator. It can be used for physics
810
and engineering calculations, as well as dimensionality analysis.
911

@@ -22,13 +24,13 @@ conversions.
2224
factorizations and finding units for quantities.
2325
* Temperature conversions
2426

25-
## [Manual](./docs/rink.7.adoc)
27+
## [Manual](https://rinkcalc.app/manual)
2628

2729
Describes (hopefully) everything you need to know to use Rink's
2830
expression language.
2931

30-
* [CLI man page](./docs/rink.1.adoc)
31-
* [CLI config.toml](./docs/rink.5.adoc)
32+
* [CLI man page](https://rinkcalc.app/cli-manpage)
33+
* [CLI config.toml](https://rinkcalc.app/configuration)
3234

3335
## Install
3436

@@ -41,6 +43,8 @@ The most common version of Rink is the command line interface `rink`.
4143
| Nix | `nix-env -i rink` |
4244
| Scoop | `scoop install rink` |
4345

46+
Downloads are also available at <https://rinkcalc.app/releases>.
47+
4448
## [Web Interface: rinkcalc.app](https://rinkcalc.app)
4549

4650
Rink is available via a web interface in addition to the terminal-based
@@ -121,4 +125,4 @@ documentation here: [docs/rink-defs.5.adoc](./docs/rink-defs.5.adoc)
121125

122126
## Changelog
123127

124-
See here: https://github.com/tiffany352/rink-rs/releases
128+
See here: https://rinkcalc.app/releases

0 commit comments

Comments
 (0)