Skip to content

Commit 2fd6f40

Browse files
fix(studio): fix broken doc links (#2052)
Co-authored-by: Suvij Surya <[email protected]>
1 parent ec82c4d commit 2fd6f40

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

studio/src/components/federatedgraphs-cards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ export const Empty = ({
481481
<a
482482
target="_blank"
483483
rel="noreferrer"
484-
href={docsBaseURL + "/cli/federated-graphs/create"}
484+
href={docsBaseURL + "/cli/federated-graph/create"}
485485
className="text-primary"
486486
>
487487
docs

studio/src/components/schema/empty-schema-state.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const EmptySchema = ({ subgraphName }: { subgraphName?: string }) => {
2525
<a
2626
target="_blank"
2727
rel="noreferrer"
28-
href={docsBaseURL + "/cli/subgraphs/publish"}
28+
href={docsBaseURL + "/cli/subgraph/publish"}
2929
className="text-primary"
3030
>
3131
Learn more.

studio/src/components/subgraphs-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const Empty = ({
109109
<a
110110
target="_blank"
111111
rel="noreferrer"
112-
href={docsBaseURL + "/cli/subgraphs/create"}
112+
href={docsBaseURL + "/cli/subgraph/create"}
113113
className="text-primary"
114114
>
115115
Learn more.

studio/src/pages/[organizationSlug]/[namespace]/graph/[slug]/changelog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const ChangelogPage: NextPageWithLayout = () => {
187187
<a
188188
target="_blank"
189189
rel="noreferrer"
190-
href={docsBaseURL + "/cli/subgraphs/publish"}
190+
href={docsBaseURL + "/cli/subgraph/publish"}
191191
className="text-primary"
192192
>
193193
Learn more.

studio/src/pages/[organizationSlug]/[namespace]/graph/[slug]/checks/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const ChecksPage: NextPageWithLayout = () => {
130130
<a
131131
target="_blank"
132132
rel="noreferrer"
133-
href={docsBaseURL + "/cli/subgraphs/check"}
133+
href={docsBaseURL + "/cli/subgraph/check"}
134134
className="text-primary"
135135
>
136136
Learn more.

studio/src/pages/[organizationSlug]/[namespace]/graph/[slug]/clients.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const ClientOperations = () => {
245245
<a
246246
target="_blank"
247247
rel="noreferrer"
248-
href={docsBaseURL + "/router/persisted-operations"}
248+
href={docsBaseURL + "/router/persisted-queries/persisted-operations"}
249249
className="text-primary"
250250
>
251251
Learn more.
@@ -645,7 +645,7 @@ const ClientsPage: NextPageWithLayout = () => {
645645
<a
646646
target="_blank"
647647
rel="noreferrer"
648-
href={docsBaseURL + "/router/persisted-operations"}
648+
href={docsBaseURL + "/router/persisted-queries/persisted-operations"}
649649
className="text-primary"
650650
>
651651
Learn more.
@@ -661,7 +661,7 @@ const ClientsPage: NextPageWithLayout = () => {
661661
Create and view clients to which you can publish persisted
662662
operations.{" "}
663663
<Link
664-
href={docsBaseURL + "/router/persisted-operations"}
664+
href={docsBaseURL + "/router/persisted-queries/persisted-operations"}
665665
className="text-primary"
666666
target="_blank"
667667
rel="noreferrer"

studio/src/pages/[organizationSlug]/[namespace]/subgraph/[subgraphSlug]/schema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const SubgraphSchemaPage: NextPageWithLayout = () => {
8787
<a
8888
target="_blank"
8989
rel="noreferrer"
90-
href={docsBaseURL + "/cli/subgraphs/publish"}
90+
href={docsBaseURL + "/cli/subgraph/publish"}
9191
className="text-primary"
9292
>
9393
Learn more.

studio/src/pages/[organizationSlug]/integrations.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ const IntegrationsPage: NextPageWithLayout = () => {
580580
<a
581581
target="_blank"
582582
rel="noreferrer"
583-
href={docsBaseURL + "/studio/slack-integration"}
583+
href={docsBaseURL + "/studio/alerts-and-notifications/slack-integration"}
584584
className="text-primary"
585585
>
586586
Learn more.
@@ -622,7 +622,7 @@ const IntegrationsPage: NextPageWithLayout = () => {
622622
Integrations are used to receive notifications on certain events from
623623
the platform.{" "}
624624
<Link
625-
href={docsBaseURL + "/studio/slack-integration"}
625+
href={docsBaseURL + "/studio/alerts-and-notifications/slack-integration"}
626626
className="text-primary"
627627
target="_blank"
628628
rel="noreferrer"

studio/src/pages/[organizationSlug]/webhooks.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ const Webhook = ({
381381
<a
382382
target="_blank"
383383
rel="noreferrer"
384-
href={docsBaseURL + "/studio/webhooks#verification"}
384+
href={docsBaseURL + "/studio/alerts-and-notifications/webhooks#verification"}
385385
className="text-primary"
386386
>
387387
Learn more.
@@ -503,7 +503,7 @@ const WebhooksPage: NextPageWithLayout = () => {
503503
<a
504504
target="_blank"
505505
rel="noreferrer"
506-
href={docsBaseURL + "/studio/webhooks"}
506+
href={docsBaseURL + "/studio/alerts-and-notifications/webhooks"}
507507
className="text-primary"
508508
>
509509
Learn more.
@@ -521,7 +521,7 @@ const WebhooksPage: NextPageWithLayout = () => {
521521
<p className="ml-1 text-sm text-muted-foreground">
522522
Webhooks are used to receive certain events from the platform.{" "}
523523
<Link
524-
href={docsBaseURL + "/studio/webhooks"}
524+
href={docsBaseURL + "/studio/alerts-and-notifications/webhooks"}
525525
className="text-primary"
526526
target="_blank"
527527
rel="noreferrer"

0 commit comments

Comments
 (0)