Skip to content

Commit b51e135

Browse files
Maria Rita Iglesiasmalfet
Maria Rita Iglesias
authored andcommitted
Updating pge link to foundation
1 parent 5403e59 commit b51e135

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

_includes/main_menu.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<li class="main-menu-item">
88
<div id="dropdownMenuButton" data-toggle="resources-dropdown" class="resources-dropdown">
9-
<a class="resource-option {% if (current[1] == {{ site.baseurl }} or current[1] == 'pytorch-foundation') %}with-down-white-arrow{% else %}with-down-arrow{% endif %}" href="{{ site.baseurl }}/ecosystem">
9+
<a class="resource-option {% if (current[1] == {{ site.baseurl }} or current[1] == 'foundation') %}with-down-white-arrow{% else %}with-down-arrow{% endif %}" href="{{ site.baseurl }}/ecosystem">
1010
Ecosystem
1111
</a>
1212
<div class="resources-dropdown-menu">
@@ -40,7 +40,7 @@
4040

4141
<li class="main-menu-item">
4242
<div id="docsDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
43-
<a class="doc-option {% if current[1] == {{ site.baseurl }} or current[1] == 'pytorch-foundation' %}with-down-white-arrow{% else %}with-down-arrow{% endif %}">
43+
<a class="doc-option {% if current[1] == {{ site.baseurl }} or current[1] == 'foundation' %}with-down-white-arrow{% else %}with-down-arrow{% endif %}">
4444
Docs
4545
</a>
4646
<div class="resources-dropdown-menu">
@@ -89,15 +89,15 @@
8989
<li class="main-menu-item {% if resources contains current[1] %}active resources-active{% endif %}">
9090

9191
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
92-
<a class="resource-option {% if current[1] == {{ site.baseurl }} or current[1] == 'pytorch-foundation' %}with-down-white-arrow{% else %}with-down-arrow{% endif %}">
92+
<a class="resource-option {% if current[1] == {{ site.baseurl }} or current[1] == 'foundation' %}with-down-white-arrow{% else %}with-down-arrow{% endif %}">
9393
Resources
9494
</a>
9595
<div class="resources-dropdown-menu">
9696
<a class="nav-dropdown-item" href="{{ site.baseurl }}/features">
9797
<span class=dropdown-title>About</span>
9898
<p>Learn about PyTorch’s features and capabilities</p>
9999
</a>
100-
<a class="nav-dropdown-item" href="{{ site.baseurl }}/pytorch-foundation">
100+
<a class="nav-dropdown-item" href="{{ site.baseurl }}/foundation">
101101
<span class=dropdown-title>PyTorch Foundation</span>
102102
<p>Learn more about the PyTorch Foundation.</p>
103103
</a>

_includes/mobile_menu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</li>
107107

108108
<li>
109-
<a href="{{ site.baseurl }}/pytorch-foundation">PyTorch Foundation</a>
109+
<a href="{{ site.baseurl }}/foundation">PyTorch Foundation</a>
110110
</li>
111111

112112
<li>

_news/news-item-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
order: 1
3-
link: https://pytorch.org/blog/PyTorchfoundation
3+
link: /blog/PyTorchfoundation
44
summary: "Breaking News: PyTorch strengthens its governance by joining the Linux Foundation."
55
---

_news/news-item-2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
order: 2
3-
link: https://ai.facebook.com/blog/pytorch-foundation/
3+
link: https://ai.facebook.com/blog/foundation/
44
summary: "Announcing the PyTorch Foundation: A new era for the cutting-edge AI framework"
55
---

_news/news-item-3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
order: 3
3-
link: /pytorch-foundation
3+
link: /foundation
44
summary: "Learn more about the PyTorch Foundation"
55
---

announcement.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: PyTorch Foundation
44
body-class: announcement
55
background-class: announcement-background
6-
permalink: /pytorch-foundation
6+
permalink: /foundation
77
---
88
{% assign cards = site.board_info %}
99

0 commit comments

Comments
 (0)