On Tue, 2017-04-18 at 15:08 +0300, Roi Dayan wrote: > The links were pointing to static non-existent location instead > of internal doc link. > > Signed-off-by: Roi Dayan <[email protected]> > --- > MAINTAINERS.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS.rst b/MAINTAINERS.rst > index 28831ab..36c8d58 100644 > --- a/MAINTAINERS.rst > +++ b/MAINTAINERS.rst > @@ -29,10 +29,10 @@ Open vSwitch committers are the people who have > been granted access to push > changes to to the Open vSwitch git repository. > > The responsibilities of an Open vSwitch committer are documented > -`here <Documentation/committer-responsibilities.rst>`__. > +:doc:`here <committer-responsibilities>`.
I don't think we can do this: these files are in the top-level and as such are liable to be rendered on GitHub, which doesn't support Sphinx directives like this. This is mentioned in the documentation guide [1]. We can do this, but be aware it will render funnily on GitHub. Personally, I think updating the link would be easier. > The process for adding or removing committers is documented > -`here <Documentation/committer-grant-revocation.rst>`__. > +:doc:`here <committer-grant-revocation>`. Ditto. > This is the current list of Open vSwitch committers: Cheers, Stephen [1] http://docs.openvswitch.org/en/latest/internals/contributing/docume ntation-style/ _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
