Skip to content

Commit

Permalink
point docs links to github for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Sep 21, 2017
1 parent 7aefd39 commit fca13ca
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions components/DocsLink.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import Link from 'next/link'
import Button from './Button'

export default props =>
<Link href={{pathname: '/doc', query: {src: 'doc/decent/about.md'}}} as={`/docs/decent/about`}>
<a>
<Button {...props} />
</a>
</Link>
<a href="https://github.com/attic-labs/noms/blob/master/doc/decent/about.md">
<Button {...props} />
</a>

0 comments on commit fca13ca

Please sign in to comment.