diff --git a/src/api/permissions.mdx b/src/api/permissions.mdx
index 54cd24f6b376a9..58c606dcc53a4b 100644
--- a/src/api/permissions.mdx
+++ b/src/api/permissions.mdx
@@ -7,7 +7,7 @@ If you're building on top of Sentry's API (i.e using [Auth Tokens](/api/auth/)),
different API endpoints.
If you're looking for information on membership roles please visit the
-[membership](/accounts/membership/) documentation.
+[membership](/product/accounts/membership/) documentation.
### Organizations
@@ -72,6 +72,6 @@ Events in sentry are immutable and can only be deleted by deleting the whole iss
-Be aware that if you're using `sentry-cli` to [manage your releases](/cli/releases/), you'll need a token which also has `org:read` scope.
+Be aware that if you're using `sentry-cli` to [manage your releases](/product/cli/releases/), you'll need a token which also has `org:read` scope.
diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx
index 168b2c99049b4c..2e7ea7abcc4f63 100644
--- a/src/components/navbar.tsx
+++ b/src/components/navbar.tsx
@@ -7,6 +7,8 @@ import Search from "./search";
import SmartLink from "./smartLink";
import usePlatform, { usePlatformList } from "./hooks/usePlatform";
+import NavbarProductDropdown from "./navbarProductDropdown";
+
type Props = {
platforms?: string[];
};
@@ -21,11 +23,7 @@ export default ({ platforms }: Props): JSX.Element => {