Skip to content

Commit c7f1cd5

Browse files
Merge pull request #3182 from zachlasiuk/main
TEMPLATE: Changed ADP signup link on next steps page
2 parents 1dd43c6 + ae0d4c1 commit c7f1cd5

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

  • themes/arm-design-system-hugo-theme/layouts/partials/learning-paths

themes/arm-design-system-hugo-theme/layouts/partials/learning-paths/next-steps.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,18 +257,22 @@ <h4>Read related resources</h4>
257257

258258

259259
<div id="arm-dev-program-div" class="content-box">
260-
<!--
261-
<h4>Talk with Arm Experts</h4>
262-
<p>Join the Arm Developer Program to share ideas, ask questions, and explore solutions with the support of the developer community.</p>
263260

261+
<h4>Join the Arm Developer Program</h4>
262+
<p>
263+
Connect, upskill, and build with the Arm Developer Community.
264+
Join today for hands-on technical resources and education materials,
265+
along with the support of Arm engineers and the broader ecosystem.
266+
</p>
264267
<ads-cta-button id="join-dev-program" level="primary" sr-label="primary button" class="next-step-cta" name="DevProgram">Join now</ads-cta-button>
265268
<script>
266269
document.getElementById("join-dev-program").onclick = function () {
267-
window.open("https://www.arm.com/resources/developer-program?#register","_blank");
270+
window.open("https://account.arm.com/armb2c.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1A_ARM_ADPLoginExperience.SUSI&client_id=b7d17428-fd85-4548-8d75-3abfd82fea2a&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fdeveloper.arm.com%2Fdashboard%2Fapi%2Fb2c-auth&scope=openid&response_type=code&Programtype=Developer&actiontype=signup",
271+
"_blank");
268272
};
269273
</script>
270-
-->
271-
274+
275+
<!--
272276
<h4>Join the Arm Developer Program</h4>
273277
<p>
274278
Connect, upskill, and build with the Arm Developer Community. Join today for hands-on technical resources and education materials, along with the support of Arm engineers and the broader ecosystem.
@@ -489,6 +493,7 @@ <h2 class="modal-title">Program Registration Success</h2>
489493
490494
})();
491495
</script>
496+
-->
492497

493498
</div>
494499

0 commit comments

Comments
 (0)