Skip to content

Commit 54751c6

Browse files
Merge pull request #34399 from EricPonvelle/AzureRegionsLinks
OSDOS-1890: Updated two Azure links in the contribution doc.
2 parents c767cd8 + 4575f4b commit 54751c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing_to_docs/doc_guidelines.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,13 +532,13 @@ URIs beginning with `http` are forbidden for security reasons and will fail the
532532
documentation build.
533533
====
534534

535-
For example, if you want to embed the link:https://github.com/openshift/installer/blob/release-4.7/upi/azure/01_vnet.json[01_vnet.json] template, include the URI of its raw file version like this:
535+
For example, if you want to embed the link:https://github.com/openshift/installer/blob/release-4.8/upi/azure/01_vnet.json[01_vnet.json] template, include the URI of its raw file version like this:
536536

537537
```
538538
.`01_vnet.json` ARM template
539539
[source,json]
540540
----
541-
\include::https://raw.githubusercontent.com/openshift/installer/release-4.7/upi/azure/01_vnet.json[]
541+
\include::https://raw.githubusercontent.com/openshift/installer/release-4.8/upi/azure/01_vnet.json[]
542542
----
543543
```
544544

0 commit comments

Comments
 (0)