If you view the Object Store v1 documentation page under the 'Object Store service' heading there is a bullet list with 2 links which send the user to a 404 page. The links are for regions and url-types.
These links are in the file doc/services/common/service-args.rst. I'm not positive, but after looking at links in other .rst files it appears to me that each of them are just missing a second _ after the link. Example:
`type of URL </url-types>`_
Should be:
`type of URL </url-types>`__
I've never used sphinx before and don't have a way to test my theory so I didn't want to submit a pull request.
If you view the Object Store v1 documentation page under the 'Object Store service' heading there is a bullet list with 2 links which send the user to a 404 page. The links are for regions and url-types.
These links are in the file
doc/services/common/service-args.rst. I'm not positive, but after looking at links in other.rstfiles it appears to me that each of them are just missing a second_after the link. Example:Should be:
I've never used sphinx before and don't have a way to test my theory so I didn't want to submit a pull request.