|
6 | 6 |
|
7 | 7 | <li class="main-menu-item">
|
8 | 8 | <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"> |
10 | 10 | Ecosystem
|
11 | 11 | </a>
|
12 | 12 | <div class="resources-dropdown-menu">
|
|
40 | 40 |
|
41 | 41 | <li class="main-menu-item">
|
42 | 42 | <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 %}"> |
44 | 44 | Docs
|
45 | 45 | </a>
|
46 | 46 | <div class="resources-dropdown-menu">
|
|
89 | 89 | <li class="main-menu-item {% if resources contains current[1] %}active resources-active{% endif %}">
|
90 | 90 |
|
91 | 91 | <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 %}"> |
93 | 93 | Resources
|
94 | 94 | </a>
|
95 | 95 | <div class="resources-dropdown-menu">
|
96 | 96 | <a class="nav-dropdown-item" href="{{ site.baseurl }}/features">
|
97 | 97 | <span class=dropdown-title>About</span>
|
98 | 98 | <p>Learn about PyTorch’s features and capabilities</p>
|
99 | 99 | </a>
|
100 |
| - <a class="nav-dropdown-item" href="{{ site.baseurl }}/pytorch-foundation"> |
| 100 | + <a class="nav-dropdown-item" href="{{ site.baseurl }}/foundation"> |
101 | 101 | <span class=dropdown-title>PyTorch Foundation</span>
|
102 | 102 | <p>Learn more about the PyTorch Foundation.</p>
|
103 | 103 | </a>
|
|
0 commit comments