aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2020-05-04 23:29:38 +0000
committerPiotr <chocimier@tlen.pl>2020-07-13 16:21:02 +0000
commitcca89783419769825a11a5512f32f70302c31dcc (patch)
treee015fd87b06bb7e13ae0bf12584ed13f0878b6e6 /CONTRIBUTING.md
parentfcac235f495f70d81ff7d18d6e992995efa7b2e1 (diff)
downloadvoid-packages-cca89783419769825a11a5512f32f70302c31dcc.tar
void-packages-cca89783419769825a11a5512f32f70302c31dcc.tar.gz
void-packages-cca89783419769825a11a5512f32f70302c31dcc.tar.bz2
void-packages-cca89783419769825a11a5512f32f70302c31dcc.tar.lz
void-packages-cca89783419769825a11a5512f32f70302c31dcc.tar.xz
void-packages-cca89783419769825a11a5512f32f70302c31dcc.tar.zst
void-packages-cca89783419769825a11a5512f32f70302c31dcc.zip
CONTRIBUTING.md: use local links instead of GH ones
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0bbae36a014..a38751f55ec 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,9 +8,8 @@ This document describes how you, as a contributor, can help with adding packages
If you really want to get a package into Void Linux, we recommend you package it yourself.
-We provide a [comprehensive Manual](https://github.com/void-linux/void-packages/blob/master/Manual.md)
-on how to create new packages. There's also a
-[manual for xbps-src](https://github.com/void-linux/void-packages/blob/master/README.md), which is used
+We provide a [comprehensive Manual](./Manual.md) on how to create new packages.
+There's also a [manual for xbps-src](./README.md), which is used
to build package files from templates.
For this guide, we assume you have basic knowledge about [git](http://git-scm.org), as well as a [GitHub Account](http://github.com).
@@ -25,7 +24,7 @@ You can use the helper tool `xnew`, from the [xtools](https://github.com/chneuki
Templates must have the name `void-packages/srcpkgs/<pkgname>/template`, where `pkgname` is the same as the `pkgname` variable in the template.
-For deeper insights on the contents of template files, please read the [manual](https://github.com/void-linux/void-packages/blob/master/Manual.md), and be sure to browse the existing template files in the `srcpkgs` directory of this repository for concrete examples.
+For deeper insights on the contents of template files, please read the [manual](./Manual.md), and be sure to browse the existing template files in the `srcpkgs` directory of this repository for concrete examples.
When you've finished working on the template file, please check it with `xlint` helper from the [xtools](https://github.com/chneukirchen/xtools) package: