Skip to content

Commit e215603

Browse files
authored
Updated language-specific links
1 parent 313ab71 commit e215603

6 files changed

Lines changed: 12 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ This project is maintained by Microsoft's Open Source Programs Office (OSPO) wit
3535

3636
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
3737
trademarks or logos is subject to and must follow
38-
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
38+
[Microsoft Trademark and Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks).
3939
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
4040
Any use of third-party trademarks or logos are subject to those third-party's policies.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Thanks for your understanding.
6969

7070
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
7171
trademarks or logos is subject to and must follow
72-
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
72+
[Microsoft Trademark and Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks).
7373
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
7474
Any use of third-party trademarks or logos are subject to those third-party's policies.
7575

src/app/codeofconduct/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default function CodeOfConduct() {
166166
Expanding scope to include external impact on community health inspired by <a
167167
href="https://opensource.facebook.com/code-of-conduct" className="link-standard"
168168
target="_new">Facebook's Open Source Code of Conduct</a> and <a
169-
href="https://www.mozilla.org/en-US/about/governance/policies/participation/"
169+
href="https://www.mozilla.org/about/governance/policies/participation/"
170170
className="link-standard" target="_new">Mozilla's Community Participation Guidelines</a>.
171171
</p>
172172
<p>

src/app/components/Azure.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Azure() {
1212
<div className="col-md-6 col-lg-5 mb-4 mb-md-0">
1313
<h3 className="h5 text-brand font-weight-600 mb-2">Innovate faster and more securely with open source on Azure</h3>
1414
<p>Build on a highly secure cloud platform designed to protect your data and business assets, including proactive, comprehensive compliance coverage. Gain the flexibility to move your app anywhere. Operate seamlessly and elastically, on-premises, in hybrid or multicloud environments, or at the edge.</p>
15-
<div className="link-arrow-external mt-4"><a href="https://azure.microsoft.com/en-us/solutions/open-source/#overview">Learn more about open source on Azure</a></div>
15+
<div className="link-arrow-external mt-4"><a href="https://azure.microsoft.com/solutions/open-source/#overview">Learn more about open source on Azure</a></div>
1616
</div>
1717

1818
{/*

src/app/program/Tools.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function Tools() {
6161
<li><strong><a
6262
target="_blank"
6363
rel="noopener"
64-
href="https://azure.microsoft.com/en-us/services/devops/pipelines/">Azure Pipelines</a></strong>{' '}
64+
href="https://azure.microsoft.com/services/devops/pipelines/">Azure Pipelines</a></strong>{' '}
6565
can be exposed to public, open communities,{' '}
6666
allowing many Microsoft projects to continue using the build system they've been{' '}
6767
using for many years, but with a collaborative angle.
@@ -206,11 +206,12 @@ export default function Tools() {
206206
and eventually completing any necessary reviews.
207207
</p>
208208
<p>
209-
This system is built by using the
210-
<a href="https://docs.microsoft.com/en-us/azure/devops/reference/add-modify-wit?view=azure-devops-2020"
209+
This system is built by using the{' '}
210+
<a href="https://learn.microsoft.com/azure/devops/reference/add-modify-wit?view=azure-devops-2020"
211211
rel="noopener"
212-
target="_blank">Work Item Tracking extensibility features</a>
213-
and the <a href="https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/?view=azure-devops-rest-5.1"
212+
target="_blank">Work Item Tracking extensibility features</a>{' '}
213+
and the{' '}
214+
<a href="https://learn.microsoft.com/rest/api/azure/devops/wit/?view=azure-devops-rest-5.1"
214215
rel="noopener"
215216
target="_blank">Azure DevOps REST API</a>.
216217
</p>

src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default function Footer() {
107107
</a>
108108
</li>
109109
<li>
110-
<a href="https://privacy.microsoft.com/en-us/privacystatement" target="_blank">Privacy & Cookies</a>
110+
<a href="https://privacy.microsoft.com/privacystatement" target="_blank">Privacy & Cookies</a>
111111
</li>
112112
<li id="manageCookies" data-require-javascript="yes" data-javascript-show="immediate">
113113
<a href="#" onClick={() => {
@@ -125,7 +125,7 @@ export default function Footer() {
125125
</a>
126126
</li>
127127
<li>
128-
<a href="https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx" target="_blank">Terms</a>
128+
<a href="https://www.microsoft.com/legal/intellectualproperty/copyright/default.aspx" target="_blank">Terms</a>
129129
</li>
130130
<li>
131131
<a href="https://www.microsoft.com/trademarks" target="_blank">Trademarks</a>

0 commit comments

Comments
 (0)