-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
(maint) Add HTML anchor tag #1863
Conversation
README.md
Outdated
@@ -720,6 +726,7 @@ apache::mod { 'mod_authnz_external': } | |||
|
|||
There are several optional parameters you can specify when defining Apache modules this way. See the [defined type's reference][`apache::mod`] for details. | |||
|
|||
<a id="configuring-fastCGI-servers"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are labels case sensitive? Should this be all lowercase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 17:
[Configuring FastCGI servers]: #configuring-fastcgi-servers-to-handle-php-files
So, this would be the correct anchor:
<a id="configuring-fastcgi-servers-to-handle-php-files"></a>
To test, just modify the section header a little bit
### Configuring FastCGI servers to handle PHP files xxxxxxxxx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<a id="configuring-fastcgi-servers-to-handle-php-files"></a>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closing and reopening to rekick Travis to remove failures. |
(maint) Add HTML anchor tag
The anchor tag helps fix broken links — If the header text changes (gets localized) the link will brake.