diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-11-13 23:53:14 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-13 23:53:14 +0100 |
commit | 4900b2c63b301445cca5f3674f83c573dfbcc0e1 (patch) | |
tree | 944abbd55d66ca5c04724c1f3a687e02a34ef288 | |
parent | 34cfa3fc36a270287b677463228afad5a778c873 (diff) | |
download | buildroot-4900b2c63b301445cca5f3674f83c573dfbcc0e1.tar.gz buildroot-4900b2c63b301445cca5f3674f83c573dfbcc0e1.zip |
docs/manual/resources.txt: fix patchwork link
The patchwork website needs the trailing slash, otherwise it returns a 404.
Reported-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | docs/manual/resources.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/resources.txt b/docs/manual/resources.txt index b11053ee1b..b327f9e956 100644 --- a/docs/manual/resources.txt +++ b/docs/manual/resources.txt @@ -60,7 +60,7 @@ project. Patches that have been sent to a mailing list are \'caught' by the system, and appear on a web page. Any comments posted that reference the patch are appended to the patch page too. For more information on Patchwork see -http://jk.ozlabs.org/projects/patchwork[]. +http://jk.ozlabs.org/projects/patchwork/[]. + Buildroot's Patchwork website is mainly for use by Buildroot's maintainer to ensure patches aren't missed. It is also used by Buildroot |