From f07edfe3d36ad4cd00614143dc2241db86c8ceaa Mon Sep 17 00:00:00 2001 From: Harshit Kumar Date: Sun, 3 Nov 2019 20:08:31 +0530 Subject: [PATCH 1/4] Add trailing slash to hub url --- hub/hub.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/hub.html b/hub/hub.html index a4b0555892ce..e364d824e22d 100644 --- a/hub/hub.html +++ b/hub/hub.html @@ -1,7 +1,7 @@ --- layout: default title: PyTorch Hub -permalink: hub.html +permalink: hub/ background-class: hub-background body-class: hub --- From 4d0cd079b974056a9b04613219be4c205074629c Mon Sep 17 00:00:00 2001 From: Harshit Kumar Date: Sun, 3 Nov 2019 20:09:47 +0530 Subject: [PATCH 2/4] Add trailing slash to ecosystem.html --- ecosystem/ecosystem.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem/ecosystem.html b/ecosystem/ecosystem.html index a1a450db2f52..14777ffbe968 100644 --- a/ecosystem/ecosystem.html +++ b/ecosystem/ecosystem.html @@ -1,7 +1,7 @@ --- layout: default title: Ecosystem -permalink: ecosystem.html +permalink: ecosystem/ background-class: ecosystem-background body-class: ecosystem --- From d9f23910e9990a1d3b3d234e3133cf5935d514b2 Mon Sep 17 00:00:00 2001 From: Harshit Kumar Date: Sun, 3 Nov 2019 20:11:39 +0530 Subject: [PATCH 3/4] Add trailing slash to resources.html --- resources.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.html b/resources.html index 865f556e0794..73b796f9da40 100644 --- a/resources.html +++ b/resources.html @@ -1,7 +1,7 @@ --- layout: default title: Resources -permalink: resources.html +permalink: resources/ body-class: resources redirect_from: /support/ --- From 44ebe2359edc822c7a78c134663586ce88c0fea6 Mon Sep 17 00:00:00 2001 From: Harshit Kumar Date: Sun, 3 Nov 2019 20:12:29 +0530 Subject: [PATCH 4/4] Add trailing slash to features.html --- features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.html b/features.html index 4ec99b5b2a62..41f6a7cbc38f 100644 --- a/features.html +++ b/features.html @@ -1,7 +1,7 @@ --- layout: default title: Features -permalink: features.html +permalink: features/ background-class: features-background body-class: features ---