Skip to content

Commit 35154ef

Browse files
authored
Update to docs links (#5385)
* Removed old links to Twitter and Slack * Update navigation links in styling guide to point to the current Uber ride page * Update navigation links in styling guide and remove GitHub issue button from index page
1 parent 7c0ba40 commit 35154ef

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

documentation-site/pages/guides/styling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function Navigation() {
105105
</li>
106106
<li>
107107
<a
108-
href="https://www.uber.com/us/en/atg/"
108+
href="https://www.uber.com/us/en/ride/"
109109
className={css({
110110
textDecoration: "none",
111111
color: theme.colors.accent,
@@ -181,7 +181,7 @@ export default function Navigation() {
181181
</StyledLink>
182182
</li>
183183
<li>
184-
<StyledLink href="https://www.uber.com/us/en/atg/">ATG</StyledLink>
184+
<StyledLink href="https://www.uber.com/us/en/ride/">Ride</StyledLink>
185185
</li>
186186
</ul>
187187
);

documentation-site/pages/index.jsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ const Adopters = (props) => (
5555
</FlexGridItem>
5656
))}
5757
</FlexGrid>
58-
<Button
59-
$as="a"
60-
href="https://github.com/uber/baseweb/issues/1889"
61-
size="compact"
62-
kind="secondary"
63-
>
64-
Please let us know if you are using Base Web!
65-
</Button>
6658
</>
6759
);
6860

0 commit comments

Comments
 (0)