Skip to content

Commit

Permalink
Merge pull request #87 from vtex-apps/fix/route-names
Browse files Browse the repository at this point in the history
Fix links with docs in the route
  • Loading branch information
João Marcos Gris authored Apr 15, 2020
2 parents 25b30de + 2b2c5cd commit 7d02ebd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fix a few links that were not moved from `docs` to `docs-ui`

## [2.0.0] - 2020-04-15
### Changed
Expand Down
2 changes: 1 addition & 1 deletion react/components/LatestFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const LatestFeatures: FC = () => {
</div>
<div className="flex items-center mv5">
<Link
page="docs.release-notes"
page="docs-ui.release-notes"
className="link no-underline c-emphasis mv5 dim">
<span className="mr5">
<FormattedMessage id="docs-ui/see-previous-releases" />
Expand Down
2 changes: 1 addition & 1 deletion react/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SearchBar: FC = () => {
e.preventDefault()
if (inputString !== '') {
navigate({
page: 'docs.search',
page: 'docs-ui.search',
query: `q=${inputString}`,
fetchPage: true,
})
Expand Down

0 comments on commit 7d02ebd

Please sign in to comment.