Use absolute links in readme (#1223)

This commit is contained in:
Casey Rodarmor 2022-06-09 15:12:11 -05:00 committed by GitHub
parent 76a8222003
commit c8c5fe1789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -86,8 +86,6 @@ jobs:
cargo run --package generate-book cargo run --package generate-book
mdbook build book/en mdbook build book/en
mdbook build book/zh mdbook build book/zh
cp CHANGELOG.md screenshot.png www/man/en
cp CHANGELOG.md screenshot.png www/man/zh
- name: Deploy Pages - name: Deploy Pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3

View File

@ -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`: 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`: You can then run them with `just RECIPE`:
@ -1904,7 +1904,7 @@ bar
Changelog 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 Miscellanea
----------- -----------