Skip to content

Commit f206a56

Browse files
authored
Merge pull request #227 from Liam-Doodson/Liam-Doodson/update-aura-graphql-urls
Update aura graphql urls
2 parents a2c124d + 3993fb3 commit f206a56

12 files changed

+14
-14
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
5959
* *Products*
6060
61-
* xref:aura-graphql-data-apis/index.adoc[]
62-
** xref:aura-graphql-data-apis/prerequisites.adoc[]
63-
** xref:aura-graphql-data-apis/deploy-and-operate.adoc[]
64-
** xref:aura-graphql-data-apis/authentication-providers.adoc[]
65-
** xref:aura-graphql-data-apis/using-your-api.adoc[]
61+
* xref:aura-graphql/index.adoc[]
62+
** xref:aura-graphql/prerequisites.adoc[]
63+
** xref:aura-graphql/deploy-and-operate.adoc[]
64+
** xref:aura-graphql/authentication-providers.adoc[]
65+
** xref:aura-graphql/using-your-api.adoc[]
6666
6767
* xref:introspector.adoc[Introspector]
6868

modules/ROOT/pages/aura-graphql-data-apis/deploy-and-operate.adoc renamed to modules/ROOT/pages/aura-graphql/deploy-and-operate.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
== Deploy a GraphQL API
44

55

6-
Before you deploy a GraphQL API, complete the steps in xref::/aura-graphql-data-apis/prerequisites.adoc[Prerequisites].
6+
Before you deploy a GraphQL API, complete the steps in xref::/aura-graphql/prerequisites.adoc[Prerequisites].
77
Make sure that you have:
88

99
* The ID, username and password for the AuraDB.
@@ -21,7 +21,7 @@ FULL_PATH_TO_YOUR_TYPE_DEFS --await
2121
[NOTE]
2222
====
2323
Make sure to record the API key shown in the response as it will not be displayed again.
24-
If the API key is lost, a new one can be created by following the steps to create a new API key auth provider in xref::/aura-graphql-data-apis/authentication-providers.adoc[Authentication providers].
24+
If the API key is lost, a new one can be created by following the steps to create a new API key auth provider in xref::/aura-graphql/authentication-providers.adoc[Authentication providers].
2525
====
2626

2727
There are other items of note in the response:
@@ -61,7 +61,7 @@ If the status is `updating` then the change is still being processed.
6161
When the change is committed, the status will return to `ready`.
6262

6363
Additionally, it is possible to modify the authentication providers of GraphQL APIs.
64-
To learn more, see xref::/aura-graphql-data-apis/authentication-providers.adoc[Authentication providers].
64+
To learn more, see xref::/aura-graphql/authentication-providers.adoc[Authentication providers].
6565

6666
== Deleting a GraphQL API
6767

0 commit comments

Comments
 (0)