Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/products/telepresence/v2.2' into…
Browse files Browse the repository at this point in the history
… lukeshu/from-telepresence.io-2021-06-28/products/telepresence/v2.2
  • Loading branch information
LukeShu committed Aug 4, 2021
2 parents 767d104 + 051cacf commit 545ab00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/old-version-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ export default function SimpleTabs() {
<TabPanel value={value} index={0}>
<CodeBlock>
{
'https://app.getambassador.io/download/tel2/darwin/amd64/x.x.x/telepresence'
'https://app.getambassador.io/download/tel2/darwin/amd64/x.y.z/telepresence'
}
</CodeBlock>
</TabPanel>
<TabPanel value={value} index={1}>
<CodeBlock>
{
'https://app.getambassador.io/download/tel2/linux/amd64/x.x.x/telepresence'
'https://app.getambassador.io/download/tel2/linux/amd64/x.y.z/telepresence'
}
</CodeBlock>
</TabPanel>
Expand Down

0 comments on commit 545ab00

Please sign in to comment.