Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Update studio link in product menu items data file #50

Merged
merged 3 commits into from
Aug 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion src/data/product-menu-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ProductMenuItems = [
name: 'Maps SDK for Unity'
},
{
url: '/help/studio-manual/',
url: '/studio-manual/',
name: 'Mapbox Studio'
}
]
Expand Down