Skip to content

Commit 1e69311

Browse files
authored
Merge pull request #51303 from cherouvim/patch-1
docs: asciidoctor link fix.
2 parents 8c7592a + b8ce70a commit 1e69311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing_to_docs/doc_guidelines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Use only one level 1 heading (`=`) in any file.
245245

246246
If you have a section heading that you do not want to appear in the TOC (like if you think that some section is not worth showing up or if there are already too many nested levels), you can use a discrete (or floating) heading:
247247

248-
http://asciidoctor.org/docs/user-manual/#discrete-or-floating-section-titles
248+
https://docs.asciidoctor.org/asciidoc/latest/blocks/discrete-headings/
249249

250250
A discrete heading also will not get a section number in the Customer Portal build of the doc. Previously, we would use plain bold mark-up around a heading like this, but discrete headings also allow you to ignore section nesting rules (like jumping from a `==` section level to a `====` level if you wanted for some style reason).
251251

0 commit comments

Comments
 (0)