Skip to content

Commit

Permalink
Fixed ready to get started in features link
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Lozhkovoy committed Jun 8, 2018
1 parent c49aef7 commit 176e4fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/TrySection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import styled from 'styled-components'
import Router from 'next/router'
import { media, container } from '../styles'

const getStarted = () => {
window.scrollTo(0, 0)
Router.push('/documentation')
}
const getStarted = () =>
(window.location =
'https://blog.dataversioncontrol.com/data-version-control-tutorial-9146715eda46')

export default ({}) => (
<TrySection>
Expand Down

0 comments on commit 176e4fc

Please sign in to comment.