Skip to content

Commit

Permalink
Add overview pdf (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell authored Apr 25, 2022
1 parent c55492c commit 1482fb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Binary file added public/handouts/Sourcegraph-Overview.pdf
Binary file not shown.
8 changes: 1 addition & 7 deletions src/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ const Footer: FunctionComponent<Props> = ({ minimal, className }) => (
<Link href="/pricing">Pricing</Link>
</li>
<li className="nav-item">
<a
href="https://info.sourcegraph.com/hubfs/CTA%20assets/Sourcegraph-overview.pdf"
target="_blank"
rel="nofollow noopener noreferrer"
>
Sourcegraph overview (PDF)
</a>
<Link href="/handouts/Sourcegraph-Overview.pdf">Sourcegraph overview (PDF)</Link>
</li>
</ul>
</div>
Expand Down

0 comments on commit 1482fb7

Please sign in to comment.