Skip to content

Commit 64132e0

Browse files
Merge pull request #33009 from codyhoag/fix-include-guidelines
Fix include statement in doc guidelines
2 parents 82c59a1 + cd27ab4 commit 64132e0

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
@@ -508,7 +508,7 @@ For example, if you want to embed the link:https://github.com/openshift/installe
508508
.`01_vnet.json` ARM template
509509
[source,json]
510510
----
511-
include::https://raw.githubusercontent.com/openshift/installer/release-4.7/upi/azure/01_vnet.json[]
511+
\include::https://raw.githubusercontent.com/openshift/installer/release-4.7/upi/azure/01_vnet.json[]
512512
----
513513
```
514514

0 commit comments

Comments
 (0)