| Submitter | Samuel Martin |
|---|---|
| Date | Feb. 25, 2013, 9:31 p.m. |
| Message ID | <bd4236ff40f9132d14f2f6610588847e92df93dc.1361827174.git.s.martin49@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/223051/ |
| State | Accepted |
| Commit | 9bdf69b49d107beeddff05c3419e9ef2dcfba4ea |
| Headers | show |
Comments
On 25/02/13 22:31, Samuel Martin wrote: > Signed-off-by: Samuel Martin <s.martin49@gmail.com> > > --- > Changes since v1: > * simplify cross-ref (Arnout) > --- > docs/manual/working-with.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/docs/manual/working-with.txt b/docs/manual/working-with.txt > index a57169c..4432b54 100644 > --- a/docs/manual/working-with.txt > +++ b/docs/manual/working-with.txt > @@ -25,5 +25,5 @@ interested in hacking it to add: > > * new packages: refer to the xref:adding-packages[Developer guide] > > -* new board support: refer to the xref:customize-store[], more specifically > - xref:customize-store-board-support[]. > +* new board support: refer to the > + xref:customize-store-board-support[Developer guide]. > Could you merge this with patch 1/11 (adding your own SoB of course)? Regards, Arnout
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Committed, thanks.
Patch
diff --git a/docs/manual/working-with.txt b/docs/manual/working-with.txt index a57169c..4432b54 100644 --- a/docs/manual/working-with.txt +++ b/docs/manual/working-with.txt @@ -25,5 +25,5 @@ interested in hacking it to add: * new packages: refer to the xref:adding-packages[Developer guide] -* new board support: refer to the xref:customize-store[], more specifically - xref:customize-store-board-support[]. +* new board support: refer to the + xref:customize-store-board-support[Developer guide].
Signed-off-by: Samuel Martin <s.martin49@gmail.com> --- Changes since v1: * simplify cross-ref (Arnout) --- docs/manual/working-with.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)