Direct links in README.md
- Since markdown parsers are unable to resolve absolute resources in any consistent, correct way, use direct URLs for resources and links.
This commit is contained in:
parent
e25d807bd7
commit
974307a22d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# pacwrap
|
||||
# <p align=center>[](https://aur.archlinux.org/packages/pacwrap/)[](https://aur.archlinux.org/packages/pacwrap-git/)[](https://spdx.org/licenses/GPL-3.0-only.html)</p>
|
||||
|
||||
<img align="left" src="/assets/logo.svg">
|
||||
<img align="left" src="https://github.com/pacwrap/pacwrap/raw/master/assets/logo.svg">
|
||||
|
||||
A package management front-end which utilises libalpm to facilitate the creation of unprivileged, userspace containers with parallelised, filesystem-agnostic deduplication. These containers are constructed via bubblewrap to execute package transactions and launch applications.
|
||||
|
||||
|
@ -38,7 +38,7 @@ $ pacwrap -Syu
|
|||
```
|
||||
|
||||
More advanced examples along with further documentation of configuration can be found further
|
||||
elaborated upon **[here](/docs/)**.
|
||||
elaborated upon **[here](https://github.com/pacwrap/pacwrap/blob/master/docs/)**.
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -79,7 +79,7 @@ If a feature you see here is not completed, feel free to submit a PR; or submit
|
|||
|
||||
## Manual
|
||||
|
||||
An online version of the user manual is viewable **[here](/docs/manual.md)**.
|
||||
An online version of the user manual is viewable **[here](https://github.com/pacwrap/pacwrap/blob/master/docs/manual.md)**.
|
||||
|
||||
## Build requirements
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue