diff --git a/collections/cheatsheets.yaml b/collections/cheatsheets.yaml index e10172eb2..3942615b5 100644 --- a/collections/cheatsheets.yaml +++ b/collections/cheatsheets.yaml @@ -1,4 +1,4 @@ -slug: c/cheatsheets +slug: cheatsheets name: Cheatsheets featured: true typeMatcher: cheatsheet diff --git a/collections/tips.yaml b/collections/tips.yaml index 6d80a1bd6..a9f163751 100644 --- a/collections/tips.yaml +++ b/collections/tips.yaml @@ -1,4 +1,4 @@ -slug: c/tips +slug: tips name: Tips & Tricks featured: true typeMatcher: tip diff --git a/collections/webdev.yaml b/collections/webdev.yaml index 2b549b363..b28230821 100644 --- a/collections/webdev.yaml +++ b/collections/webdev.yaml @@ -1,4 +1,4 @@ -slug: c/web-development +slug: web-development name: Web development Snippets shortName: Web development typeMatcher: article diff --git a/hub.yaml b/hub.yaml index cbb5a8e02..79c7f531f 100644 --- a/hub.yaml +++ b/hub.yaml @@ -30,7 +30,7 @@ featuredListings: - c/js-event-handling - c/js-arrow-functions - c/js-performance -- c/tips +- tips - c/react-rendering - c/js-colors - c/js-browser-capabilities @@ -51,6 +51,6 @@ featuredListings: - c/js-object-cloning - react/components - c/js-http-requests -- c/web-development +- web-development - c/js-object-key-selection -- c/cheatsheets +- cheatsheets