From af69906aaaaa0aa2b4a5272703d00f6b389fec27 Mon Sep 17 00:00:00 2001 From: Colleen Date: Fri, 10 Aug 2018 12:25:55 -0700 Subject: [PATCH 1/2] update studio link in product menu items data file --- src/data/product-menu-items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/product-menu-items.js b/src/data/product-menu-items.js index 4bab060df..d5496a783 100644 --- a/src/data/product-menu-items.js +++ b/src/data/product-menu-items.js @@ -20,7 +20,7 @@ const ProductMenuItems = [ name: 'Maps SDK for Unity' }, { - url: '/help/studio-manual/', + url: '/studio-manual/', name: 'Mapbox Studio' } ] From ccf872daa3f4e4e150abd45ab3745e333cdcd667 Mon Sep 17 00:00:00 2001 From: Colleen Date: Sun, 12 Aug 2018 18:23:15 -0700 Subject: [PATCH 2/2] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e22c6a4..54fe6fd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## Master +- Update Mapbox Studio link in product menu items data file from /help/studio-manual/ to /studio-manual/. ([#50](https://github.com/mapbox/dr-ui/pull/50)) - Add the option to make an item active in `SectionedNavigtion`. Note: This should be used to indicate which example you're currently viewing when displaying `SectionedNavigation` on individual examples pages. ([#45](https://github.com/mapbox/dr-ui/pull/45)) - Prevent an empty array from being passed to `secondLevelItems` in `NavigationAccordion`. ([#44](https://github.com/mapbox/dr-ui/pull/44)) \ No newline at end of file