diff --git a/content/docs/documentation/property-search.mdx b/content/docs/documentation/property-search.mdx
index 2424fe0..5b80227 100644
--- a/content/docs/documentation/property-search.mdx
+++ b/content/docs/documentation/property-search.mdx
@@ -8,8 +8,8 @@ The Property Search API returns ownership and resident information for a given p
**V2 API Available**: We recommend using the [V2 Property
- API](/references/property/search_property_by_address_v2) for new integrations.
- The V2 API provides improved data structure and additional features.
+ API](/references/property-v2/search_property_v2) for new integrations. The V2
+ API provides improved data structure and additional features.
## Make Your First Request
diff --git a/src/app/og/[...slug]/route.tsx b/src/app/og/[...slug]/route.tsx
index 362b1fc..8d4d5d9 100644
--- a/src/app/og/[...slug]/route.tsx
+++ b/src/app/og/[...slug]/route.tsx
@@ -17,7 +17,7 @@ export async function GET(
,
{
width: 1200,