Re: [ovs-dev] [PATCH 2/2] dist-docs: Fix relative links.

2016-02-09 Thread Russell Bryant
On 02/09/2016 12:56 PM, Ben Pfaff wrote: > On Tue, Feb 09, 2016 at 12:50:45PM -0500, Russell Bryant wrote: >> On 02/09/2016 12:36 PM, Ben Pfaff wrote: >>> On Tue, Feb 09, 2016 at 11:24:22AM -0500, Russell Bryant wrote: On 02/09/2016 11:09 AM, Ben Pfaff wrote: > I didn't get the original pa

Re: [ovs-dev] [PATCH 2/2] dist-docs: Fix relative links.

2016-02-09 Thread Ben Pfaff
On Tue, Feb 09, 2016 at 12:50:45PM -0500, Russell Bryant wrote: > On 02/09/2016 12:36 PM, Ben Pfaff wrote: > > On Tue, Feb 09, 2016 at 11:24:22AM -0500, Russell Bryant wrote: > >> On 02/09/2016 11:09 AM, Ben Pfaff wrote: > >>> I didn't get the original patch, for whatever reason. > >> > >> I'm havi

Re: [ovs-dev] [PATCH 2/2] dist-docs: Fix relative links.

2016-02-09 Thread Russell Bryant
On 02/09/2016 12:36 PM, Ben Pfaff wrote: > On Tue, Feb 09, 2016 at 11:24:22AM -0500, Russell Bryant wrote: >> On 02/09/2016 11:09 AM, Ben Pfaff wrote: >>> I didn't get the original patch, for whatever reason. >> >> I'm having the same problem... >> >>> Which links does this fix? >> >> MAINTAINERS.m

Re: [ovs-dev] [PATCH 2/2] dist-docs: Fix relative links.

2016-02-09 Thread Ben Pfaff
On Tue, Feb 09, 2016 at 11:24:22AM -0500, Russell Bryant wrote: > On 02/09/2016 11:09 AM, Ben Pfaff wrote: > > I didn't get the original patch, for whatever reason. > > I'm having the same problem... > > > Which links does this fix? > > MAINTAINERS.md links to .md files in Documentation/. I und

Re: [ovs-dev] [PATCH 2/2] dist-docs: Fix relative links.

2016-02-09 Thread Russell Bryant
On 02/09/2016 11:09 AM, Ben Pfaff wrote: > I didn't get the original patch, for whatever reason. I'm having the same problem... > Which links does this fix? MAINTAINERS.md links to .md files in Documentation/. The files in Documentation/ had similar issues, I think, but that may have been fixed

Re: [ovs-dev] [PATCH 2/2] dist-docs: Fix relative links.

2016-02-09 Thread Ben Pfaff
I didn't get the original patch, for whatever reason. Which links does this fix? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 2/2] dist-docs: Fix relative links.

2016-02-08 Thread Russell Bryant
There are some relative links designed to work on github. These links are broken within dist-docs. Adding a symbolic link from the original filename to the plain text version makes these links work within dist-docs. Signed-off-by: Russell Bryant --- build-aux/dist-docs | 1 + 1 file changed, 1