From 176e4fc9a61650d123d975bdc6b01187144e1774 Mon Sep 17 00:00:00 2001 From: Gleb Lozhkovoy Date: Fri, 8 Jun 2018 17:02:13 +0300 Subject: [PATCH] Fixed ready to get started in features link --- src/TrySection/index.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/TrySection/index.js b/src/TrySection/index.js index 11f3cbd678..e0095e8c10 100644 --- a/src/TrySection/index.js +++ b/src/TrySection/index.js @@ -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 ({}) => (