Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Fixed some minor syntax issues #224

Merged
merged 1 commit into from Mar 27, 2024
Merged

Conversation

javiereguiluz
Copy link
Contributor

This fixes the following errors when building docs:

Errors for SchebTwoFactorBundle / 6.x

Found invalid reference "related packages on Packagist.org<https://packagist.org/packages/scheb/2fa-bundle/dependents>" in file "installation"

Found invalid reference "related packages on Packagist.org<https://packagist.org/packages/scheb/2fa-bundle/dependents>" in file "index"

In RST, the syntax for links is:

For links that appear more than once in the docs and that define their URL separately:

`The link text`_

.. _`The link text`: https://example.com

For one-time links that define their URL embedded:

`The link text <https://example.com>`__

CAUTION: in the second case, the link ends with 2 underscores (__) instead of just one as in the first case (_)

@scheb scheb merged commit 15eb175 into scheb:6.x Mar 27, 2024
7 of 8 checks passed
@javiereguiluz javiereguiluz deleted the fix_docs branch March 27, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants