README, Manual: use local links for files in repo.

This commit is contained in:
Érico Rolim 2020-07-08 16:40:46 -03:00 committed by Piotr
parent cca8978341
commit 04424d8754
2 changed files with 4 additions and 7 deletions

View File

@ -1972,9 +1972,8 @@ Fork the voidlinux `void-packages` git repository on github and clone it:
$ git clone git@github.com:<user>/void-packages.git $ git clone git@github.com:<user>/void-packages.git
See [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md) See [CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to format your
for information on how to format your commits and other tips for commits and other tips for contributing.
contributing.
Once you've made changes to your `forked` repository you can submit Once you've made changes to your `forked` repository you can submit
a github pull request; see https://help.github.com/articles/fork-a-repo for more information. a github pull request; see https://help.github.com/articles/fork-a-repo for more information.

View File

@ -7,10 +7,8 @@ The included `xbps-src` script will fetch and compile the sources, and install i
files into a `fake destdir` to generate XBPS binary packages that can be installed files into a `fake destdir` to generate XBPS binary packages that can be installed
or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respectively. or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respectively.
See [Contributing](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md) See [Contributing](./CONTRIBUTING.md) for a general overview of how to contribute and the
for a general overview of how to contribute and the [Manual](./Manual.md) for details of how to create source packages.
[Manual](https://github.com/void-linux/void-packages/blob/master/Manual.md)
for details of how to create source packages.
### Table of Contents ### Table of Contents