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 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' } ]