From c67eebb3112549260064b31d480e88efb8550fc6 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Fri, 27 Oct 2023 00:31:38 +0900 Subject: [PATCH] Update `README.md` --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d5a9341..278709e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ SPDX-License-Identifier: Apache-2.0 OR MIT [![Dev Docs][dev-docs-badge]][dev-docs-url] **Sysexits.jl** is a library that provides the system exit code constants as -defined by [``][sysexits-man-url]. +defined by [``]. -This library is a port of [sysexits-rs][sysexits-rs-crate-url]. +This library is a port of [sysexits-rs]. ## Usage @@ -46,20 +46,20 @@ See the [documentation][stable-docs-url] for more details. ## Changelog -Please see [CHANGELOG.adoc](CHANGELOG.adoc). +Please see [CHANGELOG.adoc]. ## Contributing -Please see [CONTRIBUTING.adoc](CONTRIBUTING.adoc). +Please see [CONTRIBUTING.adoc]. ## License -Copyright © 2023 Shun Sakai (see [AUTHORS.adoc](AUTHORS.adoc)) +Copyright © 2023 Shun Sakai (see [AUTHORS.adoc]) This library is distributed under the terms of either the _Apache License 2.0_ or the _MIT License_. -See [COPYING](COPYING) for more details. +See [COPYING] for more details. [ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/Sysexits.jl/CI.yaml?branch=develop&label=CI&logo=github&style=for-the-badge [ci-url]: https://github.com/sorairolake/Sysexits.jl/actions?query=branch%3Adevelop+workflow%3ACI++ @@ -67,5 +67,9 @@ See [COPYING](COPYING) for more details. [stable-docs-url]: https://sorairolake.github.io/Sysexits.jl/stable/ [dev-docs-badge]: https://img.shields.io/badge/docs-dev-blue?style=for-the-badge [dev-docs-url]: https://sorairolake.github.io/Sysexits.jl/dev/ -[sysexits-man-url]: https://man.openbsd.org/sysexits -[sysexits-rs-crate-url]: https://crates.io/crates/sysexits +[``]: https://man.openbsd.org/sysexits +[sysexits-rs]: https://crates.io/crates/sysexits +[CHANGELOG.adoc]: CHANGELOG.adoc +[CONTRIBUTING.adoc]: CONTRIBUTING.adoc +[AUTHORS.adoc]: AUTHORS.adoc +[COPYING]: COPYING