|
38 | 38 | Resources
|
39 | 39 | </a>
|
40 | 40 | <div class="resources-dropdown-menu">
|
41 |
| - <a class="nav-dropdown-item" href="{{ site.baseurl }}/resources"> |
42 |
| - <span class=dropdown-title>Developer Resources</span> |
43 |
| - <p>Find resources and get questions answered</p> |
44 |
| - </a> |
45 | 41 | <a class="nav-dropdown-item" href="{{ site.baseurl }}/features">
|
46 | 42 | <span class=dropdown-title>About</span>
|
47 | 43 | <p>Learn about PyTorch’s features and capabilities</p>
|
48 | 44 | </a>
|
49 |
| - <a class="nav-dropdown-item" href="{{ site.baseurl }}/hub"> |
50 |
| - <span class=dropdown-title>Models (Beta)</span> |
51 |
| - <p>Discover, publish, and reuse pre-trained models</p> |
52 |
| - </a> |
53 | 45 | <a class="nav-dropdown-item" href="{{ site.baseurl }}/#community-module">
|
54 | 46 | <span class=dropdown-title>Community</span>
|
55 | 47 | <p>Join the PyTorch developer community to contribute, learn, and get your questions answered.</p>
|
56 | 48 | </a>
|
| 49 | + <a class="nav-dropdown-item" href="{{ site.baseurl }}/resources"> |
| 50 | + <span class=dropdown-title>Developer Resources</span> |
| 51 | + <p>Find resources and get questions answered</p> |
| 52 | + </a> |
57 | 53 | <a class="nav-dropdown-item" href="{{ site.external_urls.discuss }}" target="_blank">
|
58 | 54 | <span class=dropdown-title>Forums</span>
|
59 | 55 | <p>A place to discuss PyTorch code, issues, install, research</p>
|
60 | 56 | </a>
|
| 57 | + <a class="nav-dropdown-item" href="{{ site.baseurl }}/hub"> |
| 58 | + <span class=dropdown-title>Models (Beta)</span> |
| 59 | + <p>Discover, publish, and reuse pre-trained models</p> |
| 60 | + </a> |
61 | 61 | </div>
|
62 | 62 | </div>
|
63 | 63 | </li>
|
|
0 commit comments