Skip to content

Commit 747b683

Browse files
Mlaz-codeclaude
andcommitted
fix: update links to avoid 3XX redirects
Point signup links to /sign-up (not /signup) and streaming link to /streaming/overview to eliminate 308 redirect chains flagged by crawler. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0242dd6 commit 747b683

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

content/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ curl "https://api.sharpapi.io/api/v1/stream?api_key=sk_live_your_key"
4444

4545
## Getting Your API Key
4646

47-
1. **Sign Up** - Create an account at [sharpapi.io/signup](https://sharpapi.io/signup)
47+
1. **Sign Up** - Create an account at [sharpapi.io/sign-up](https://sharpapi.io/sign-up)
4848
2. **Access Dashboard** - Log in to your dashboard
4949
3. **Copy Key** - Your API key is displayed on the main dashboard
5050

content/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Streaming requires WebSocket add-on ($99/mo). See [Pricing](/pricing) for detail
7676
## Quick Links
7777

7878
<Cards>
79-
<Cards.Card title="Get API Key" href="https://sharpapi.io/signup">
79+
<Cards.Card title="Get API Key" href="https://sharpapi.io/sign-up">
8080
Sign up for free
8181
</Cards.Card>
8282
<Cards.Card title="Quick Start" href="/quickstart">

content/pricing.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Choose the plan that fits your betting strategy. All plans include access to our
2525
## Plan Details
2626

2727
<Cards>
28-
<Cards.Card title="Free" href="https://sharpapi.io/signup">
28+
<Cards.Card title="Free" href="https://sharpapi.io/sign-up">
2929
**$0/month**
3030

3131
For testing and exploration
@@ -38,7 +38,7 @@ Choose the plan that fits your betting strategy. All plans include access to our
3838
Get Started Free
3939
</Cards.Card>
4040

41-
<Cards.Card title="Hobby" href="https://sharpapi.io/signup">
41+
<Cards.Card title="Hobby" href="https://sharpapi.io/sign-up">
4242
**$79/month**
4343

4444
For casual bettors
@@ -52,7 +52,7 @@ Choose the plan that fits your betting strategy. All plans include access to our
5252
Get Started
5353
</Cards.Card>
5454

55-
<Cards.Card title="Pro" href="https://sharpapi.io/signup">
55+
<Cards.Card title="Pro" href="https://sharpapi.io/sign-up">
5656
**$229/month**
5757

5858
For serious bettors
@@ -67,7 +67,7 @@ Choose the plan that fits your betting strategy. All plans include access to our
6767
Get Started
6868
</Cards.Card>
6969

70-
<Cards.Card title="Sharp" href="https://sharpapi.io/signup">
70+
<Cards.Card title="Sharp" href="https://sharpapi.io/sign-up">
7171
**$399/month**
7272

7373
For professionals

content/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Always use `api.sharpapi.io` - not `sharpapi.io` - for API requests.
2222

2323
### Get Your API Key
2424

25-
1. **Sign Up** - Create a free account at [sharpapi.io/signup](https://sharpapi.io/signup)
25+
1. **Sign Up** - Create a free account at [sharpapi.io/sign-up](https://sharpapi.io/sign-up)
2626
2. **Get Your Key** - Copy your API key from the dashboard. It starts with `sk_live_` or `sk_test_`
2727
3. **Make Your First Call** - Use the examples below to fetch live odds
2828

content/sdks/other-languages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ $json = curl_exec($ch);
307307

308308
## SSE Streaming
309309

310-
SSE works with any language that supports `EventSource` or HTTP streaming. See the [streaming docs](/streaming) for the event protocol.
310+
SSE works with any language that supports `EventSource` or HTTP streaming. See the [streaming docs](/streaming/overview) for the event protocol.
311311

312312
<Callout type="warning">
313313
Auto-generated clients do **not** include SSE streaming support. For real-time streaming, use our [TypeScript SDK](/sdks/typescript) or implement the SSE protocol directly — it's just a long-lived HTTP GET with `text/event-stream` content type.

0 commit comments

Comments
 (0)