-
Notifications
You must be signed in to change notification settings - Fork 137
docs-2979: fix broken doc anchors #2842
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,8 +35,8 @@ For other endpoint types (VMs, host interfaces), the default behavior is to deny | |
|
|
||
| ## How to | ||
|
|
||
| - [Create a default deny network policy](#crate-a-default-deny-network-policy) | ||
| - [Create a global default deny network policy](#create-a-global-default-deny-network-policy) | ||
| - [Create a default deny network policy](#create-a-default-deny-network-policy) | ||
| - [Create a global default deny network policy](#create-a-global-default-deny-policy) | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed — the anchor fragment is correct; this is a cosmetic mismatch between the TOC link text ("…network policy") and the heading ("Create a global default deny policy"). This PR is already merged, so rather than reopen it I've noted the text alignment on DOCS-2980 to ride along with the remaining default-deny/anchor cleanup. |
||
|
|
||
| ### Create a default deny network policy | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,8 +39,8 @@ To apply the sample $[prodname] network policies in the following section, [inst | |
|
|
||
| ## How to | ||
|
|
||
| - [Create a default deny network policy](#crate-a-default-deny-network-policy) | ||
| - [Create a global default deny network policy](#create-a-global-default-deny-network-policy) | ||
| - [Create a default deny network policy](#create-a-default-deny-network-policy) | ||
| - [Create a global default deny network policy](#create-a-global-default-deny-policy) | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed — the anchor fragment is correct; this is a cosmetic mismatch between the TOC link text ("…network policy") and the heading ("Create a global default deny policy"). This PR is already merged, so rather than reopen it I've noted the text alignment on DOCS-2980 to ride along with the remaining default-deny/anchor cleanup. |
||
|
|
||
| ### Create a default deny network policy | ||
|
|
||
|
|
||
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.
Agreed — the anchor fragment is correct; this is a cosmetic mismatch between the TOC link text ("…network policy") and the heading ("Create a global default deny policy"). This PR is already merged, so rather than reopen it I've noted the text alignment on DOCS-2980 to ride along with the remaining default-deny/anchor cleanup.