Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion studio/src/components/federatedgraphs-cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export const Empty = ({
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/cli/federated-graphs/create"}
href={docsBaseURL + "/cli/federated-graph/create"}
className="text-primary"
>
docs
Expand Down
2 changes: 1 addition & 1 deletion studio/src/components/schema/empty-schema-state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const EmptySchema = ({ subgraphName }: { subgraphName?: string }) => {
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/cli/subgraphs/publish"}
href={docsBaseURL + "/cli/subgraph/publish"}
className="text-primary"
>
Learn more.
Expand Down
2 changes: 1 addition & 1 deletion studio/src/components/subgraphs-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const Empty = ({
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/cli/subgraphs/create"}
href={docsBaseURL + "/cli/subgraph/create"}
className="text-primary"
>
Learn more.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const ChangelogPage: NextPageWithLayout = () => {
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/cli/subgraphs/publish"}
href={docsBaseURL + "/cli/subgraph/publish"}
className="text-primary"
>
Learn more.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const ChecksPage: NextPageWithLayout = () => {
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/cli/subgraphs/check"}
href={docsBaseURL + "/cli/subgraph/check"}
className="text-primary"
>
Learn more.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const ClientOperations = () => {
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/router/persisted-operations"}
href={docsBaseURL + "/router/persisted-queries/persisted-operations"}
className="text-primary"
>
Learn more.
Expand Down Expand Up @@ -645,7 +645,7 @@ const ClientsPage: NextPageWithLayout = () => {
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/router/persisted-operations"}
href={docsBaseURL + "/router/persisted-queries/persisted-operations"}
className="text-primary"
>
Learn more.
Expand All @@ -661,7 +661,7 @@ const ClientsPage: NextPageWithLayout = () => {
Create and view clients to which you can publish persisted
operations.{" "}
<Link
href={docsBaseURL + "/router/persisted-operations"}
href={docsBaseURL + "/router/persisted-queries/persisted-operations"}
className="text-primary"
target="_blank"
rel="noreferrer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const SubgraphSchemaPage: NextPageWithLayout = () => {
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/cli/subgraphs/publish"}
href={docsBaseURL + "/cli/subgraph/publish"}
className="text-primary"
>
Learn more.
Expand Down
4 changes: 2 additions & 2 deletions studio/src/pages/[organizationSlug]/integrations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ const IntegrationsPage: NextPageWithLayout = () => {
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/studio/slack-integration"}
href={docsBaseURL + "/studio/alerts-and-notifications/slack-integration"}
className="text-primary"
>
Learn more.
Expand Down Expand Up @@ -622,7 +622,7 @@ const IntegrationsPage: NextPageWithLayout = () => {
Integrations are used to receive notifications on certain events from
the platform.{" "}
<Link
href={docsBaseURL + "/studio/slack-integration"}
href={docsBaseURL + "/studio/alerts-and-notifications/slack-integration"}
className="text-primary"
target="_blank"
rel="noreferrer"
Expand Down
6 changes: 3 additions & 3 deletions studio/src/pages/[organizationSlug]/webhooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const Webhook = ({
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/studio/webhooks#verification"}
href={docsBaseURL + "/studio/alerts-and-notifications/webhooks#verification"}
className="text-primary"
>
Learn more.
Expand Down Expand Up @@ -503,7 +503,7 @@ const WebhooksPage: NextPageWithLayout = () => {
<a
target="_blank"
rel="noreferrer"
href={docsBaseURL + "/studio/webhooks"}
href={docsBaseURL + "/studio/alerts-and-notifications/webhooks"}
className="text-primary"
>
Learn more.
Expand All @@ -521,7 +521,7 @@ const WebhooksPage: NextPageWithLayout = () => {
<p className="ml-1 text-sm text-muted-foreground">
Webhooks are used to receive certain events from the platform.{" "}
<Link
href={docsBaseURL + "/studio/webhooks"}
href={docsBaseURL + "/studio/alerts-and-notifications/webhooks"}
className="text-primary"
target="_blank"
rel="noreferrer"
Expand Down