Skip to content

Some internal links in the documentation goes to 404 errors #579

@AdamMerrifield

Description

@AdamMerrifield

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions