File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ export const Empty = ({
481
481
< a
482
482
target = "_blank"
483
483
rel = "noreferrer"
484
- href = { docsBaseURL + "/cli/federated-graphs /create" }
484
+ href = { docsBaseURL + "/cli/federated-graph /create" }
485
485
className = "text-primary"
486
486
>
487
487
docs
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const EmptySchema = ({ subgraphName }: { subgraphName?: string }) => {
25
25
< a
26
26
target = "_blank"
27
27
rel = "noreferrer"
28
- href = { docsBaseURL + "/cli/subgraphs /publish" }
28
+ href = { docsBaseURL + "/cli/subgraph /publish" }
29
29
className = "text-primary"
30
30
>
31
31
Learn more.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export const Empty = ({
109
109
< a
110
110
target = "_blank"
111
111
rel = "noreferrer"
112
- href = { docsBaseURL + "/cli/subgraphs /create" }
112
+ href = { docsBaseURL + "/cli/subgraph /create" }
113
113
className = "text-primary"
114
114
>
115
115
Learn more.
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ const ChangelogPage: NextPageWithLayout = () => {
187
187
< a
188
188
target = "_blank"
189
189
rel = "noreferrer"
190
- href = { docsBaseURL + "/cli/subgraphs /publish" }
190
+ href = { docsBaseURL + "/cli/subgraph /publish" }
191
191
className = "text-primary"
192
192
>
193
193
Learn more.
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ const ChecksPage: NextPageWithLayout = () => {
130
130
< a
131
131
target = "_blank"
132
132
rel = "noreferrer"
133
- href = { docsBaseURL + "/cli/subgraphs /check" }
133
+ href = { docsBaseURL + "/cli/subgraph /check" }
134
134
className = "text-primary"
135
135
>
136
136
Learn more.
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ const ClientOperations = () => {
245
245
< a
246
246
target = "_blank"
247
247
rel = "noreferrer"
248
- href = { docsBaseURL + "/router/persisted-operations" }
248
+ href = { docsBaseURL + "/router/persisted-queries/persisted- operations" }
249
249
className = "text-primary"
250
250
>
251
251
Learn more.
@@ -645,7 +645,7 @@ const ClientsPage: NextPageWithLayout = () => {
645
645
< a
646
646
target = "_blank"
647
647
rel = "noreferrer"
648
- href = { docsBaseURL + "/router/persisted-operations" }
648
+ href = { docsBaseURL + "/router/persisted-queries/persisted- operations" }
649
649
className = "text-primary"
650
650
>
651
651
Learn more.
@@ -661,7 +661,7 @@ const ClientsPage: NextPageWithLayout = () => {
661
661
Create and view clients to which you can publish persisted
662
662
operations.{ " " }
663
663
< Link
664
- href = { docsBaseURL + "/router/persisted-operations" }
664
+ href = { docsBaseURL + "/router/persisted-queries/persisted- operations" }
665
665
className = "text-primary"
666
666
target = "_blank"
667
667
rel = "noreferrer"
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const SubgraphSchemaPage: NextPageWithLayout = () => {
87
87
< a
88
88
target = "_blank"
89
89
rel = "noreferrer"
90
- href = { docsBaseURL + "/cli/subgraphs /publish" }
90
+ href = { docsBaseURL + "/cli/subgraph /publish" }
91
91
className = "text-primary"
92
92
>
93
93
Learn more.
Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ const IntegrationsPage: NextPageWithLayout = () => {
580
580
< a
581
581
target = "_blank"
582
582
rel = "noreferrer"
583
- href = { docsBaseURL + "/studio/slack-integration" }
583
+ href = { docsBaseURL + "/studio/alerts-and-notifications/ slack-integration" }
584
584
className = "text-primary"
585
585
>
586
586
Learn more.
@@ -622,7 +622,7 @@ const IntegrationsPage: NextPageWithLayout = () => {
622
622
Integrations are used to receive notifications on certain events from
623
623
the platform.{ " " }
624
624
< Link
625
- href = { docsBaseURL + "/studio/slack-integration" }
625
+ href = { docsBaseURL + "/studio/alerts-and-notifications/ slack-integration" }
626
626
className = "text-primary"
627
627
target = "_blank"
628
628
rel = "noreferrer"
Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ const Webhook = ({
381
381
< a
382
382
target = "_blank"
383
383
rel = "noreferrer"
384
- href = { docsBaseURL + "/studio/webhooks#verification" }
384
+ href = { docsBaseURL + "/studio/alerts-and-notifications/ webhooks#verification" }
385
385
className = "text-primary"
386
386
>
387
387
Learn more.
@@ -503,7 +503,7 @@ const WebhooksPage: NextPageWithLayout = () => {
503
503
< a
504
504
target = "_blank"
505
505
rel = "noreferrer"
506
- href = { docsBaseURL + "/studio/webhooks" }
506
+ href = { docsBaseURL + "/studio/alerts-and-notifications/ webhooks" }
507
507
className = "text-primary"
508
508
>
509
509
Learn more.
@@ -521,7 +521,7 @@ const WebhooksPage: NextPageWithLayout = () => {
521
521
< p className = "ml-1 text-sm text-muted-foreground" >
522
522
Webhooks are used to receive certain events from the platform.{ " " }
523
523
< Link
524
- href = { docsBaseURL + "/studio/webhooks" }
524
+ href = { docsBaseURL + "/studio/alerts-and-notifications/ webhooks" }
525
525
className = "text-primary"
526
526
target = "_blank"
527
527
rel = "noreferrer"
You can’t perform that action at this time.
0 commit comments