Use absolute links in readme (#1223)
This commit is contained in:
parent
76a8222003
commit
c8c5fe1789
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -86,8 +86,6 @@ jobs:
|
||||
cargo run --package generate-book
|
||||
mdbook build book/en
|
||||
mdbook build book/zh
|
||||
cp CHANGELOG.md screenshot.png www/man/en
|
||||
cp CHANGELOG.md screenshot.png www/man/zh
|
||||
|
||||
- name: Deploy Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
@ -29,7 +29,7 @@ This readme is also available as a [book](https://just.systems/man/en/);
|
||||
|
||||
Commands, called recipes, are stored in a file called `justfile` with syntax inspired by `make`:
|
||||
|
||||
![screenshot](screenshot.png)
|
||||
![screenshot](https://raw.githubusercontent.com/casey/just/master/screenshot.png)
|
||||
|
||||
You can then run them with `just RECIPE`:
|
||||
|
||||
@ -1904,7 +1904,7 @@ bar
|
||||
Changelog
|
||||
---------
|
||||
|
||||
A changelog for the latest release is available in [CHANGELOG.md](CHANGELOG.md). Changelogs for previous releases are available on [the releases page](https://github.com/casey/just/releases). `just --changelog` can also be used to make a `just` binary print its changelog.
|
||||
A changelog for the latest release is available in [CHANGELOG.md](https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md). Changelogs for previous releases are available on [the releases page](https://github.com/casey/just/releases). `just --changelog` can also be used to make a `just` binary print its changelog.
|
||||
|
||||
Miscellanea
|
||||
-----------
|
||||
|
Loading…
Reference in New Issue
Block a user