diff --git a/collections/html-head-basics.yaml b/collections/html/head-basics.yaml similarity index 96% rename from collections/html-head-basics.yaml rename to collections/html/head-basics.yaml index 2add3c849..937c52b84 100644 --- a/collections/html-head-basics.yaml +++ b/collections/html/head-basics.yaml @@ -1,4 +1,4 @@ -slug: c/html-head-basics +slug: html/head-basics name: HTML Head Basics featured: true snippetIds: diff --git a/collections/react-rendering.yaml b/collections/react/rendering.yaml similarity index 96% rename from collections/react-rendering.yaml rename to collections/react/rendering.yaml index 6d3295a3f..e687ca814 100644 --- a/collections/react-rendering.yaml +++ b/collections/react/rendering.yaml @@ -1,4 +1,4 @@ -slug: c/react-rendering +slug: react/rendering name: React Rendering miniName: Rendering parent: react diff --git a/collections/react-testing.yaml b/collections/react/testing.yaml similarity index 97% rename from collections/react-testing.yaml rename to collections/react/testing.yaml index 5d220a594..a31032b98 100644 --- a/collections/react-testing.yaml +++ b/collections/react/testing.yaml @@ -1,4 +1,4 @@ -slug: c/react-testing +slug: react/testing name: React Testing shortName: Testing parent: react diff --git a/hub.yaml b/hub.yaml index f3d2b6aac..6143361ee 100644 --- a/hub.yaml +++ b/hub.yaml @@ -20,7 +20,7 @@ featuredListings: - js/data-structures - js/promises - js/comparison -- c/html-head-basics +- html/head-basics - css/centering - js/css-manipulation - js/url @@ -31,13 +31,13 @@ featuredListings: - js/arrow-functions - js/performance - tips -- c/react-rendering +- react/rendering - js/colors - js/browser-capabilities - js/array-methods - js/array-tricks - js/object-key-transformations -- c/react-testing +- react/testing - css/hover-effects - js/string-casing - js/generators