Skip to content

Commit efe79ee

Browse files
kHarshitsoumith
authored andcommitted
Fix 404 on pages with trailing slashes (#300)
* Add trailing slash to hub url * Add trailing slash to ecosystem.html * Add trailing slash to resources.html * Add trailing slash to features.html
1 parent f27fbd1 commit efe79ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ecosystem/ecosystem.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Ecosystem
4-
permalink: ecosystem.html
4+
permalink: ecosystem/
55
background-class: ecosystem-background
66
body-class: ecosystem
77
---

features.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Features
4-
permalink: features.html
4+
permalink: features/
55
background-class: features-background
66
body-class: features
77
---

hub/hub.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: PyTorch Hub
4-
permalink: hub.html
4+
permalink: hub/
55
background-class: hub-background
66
body-class: hub
77
---

resources.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Resources
4-
permalink: resources.html
4+
permalink: resources/
55
body-class: resources
66
redirect_from: /support/
77
---

0 commit comments

Comments
 (0)