Skip to content

Commit

Permalink
editing support link
Browse files Browse the repository at this point in the history
  • Loading branch information
fiquick committed Mar 20, 2024
1 parent 8c95ca0 commit 688ec35
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/auradb/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Operations are non-disruptive, and you shouldn't experience any downtime as a re

== Support

For a breakdown of the support offered across plan types as well as the support holiday schedule, see the https://aura.support.neo4j.com/hc/en-us/articles/360053850514[Aura Support page].
For a breakdown of the support offered across plan types as well as the support holiday schedule, see the https://support.neo4j.com[Aura Support page].

Additionally, you can access the https://status.neo4j.io/[Aura Status page] to check the current operational status of Aura and subscribe to updates.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/platform/api/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ An `X-Request-Id` response header is returned with each request and can be used

The value of this header contains a unique ID that can be used to track the journey of a request.

If you run into any issues with a particular request, you can https://aura.support.neo4j.com/hc/en-us/[raise a support ticket] and provide the `X-Request-Id`.
If you run into any issues with a particular request, you can https://support.neo4j.com[raise a support ticket] and provide the `X-Request-Id`.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/platform/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The following OpenID Connect (OIDC) certified Identity Providers (IdPs) are curr
* Microsoft Azure Active Directory (AAD)
* Okta

To enable Console SSO on your Aura Enterprise tenant(s), please https://aura.support.neo4j.com/hc/en-us/requests/new[raise a support ticket] including the following information:
To enable Console SSO on your Aura Enterprise tenant(s), please https://support.neo4j.com/hc/en-us/requests/new[raise a support ticket] including the following information:

. The _Tenant ID_ of the tenant(s) you want to use SSO. See xref:platform/user-management.adoc#_tenants[Tenants] for more information on how to find your __Tenant ID__.
. The name of your IdP.
Expand All @@ -223,7 +223,7 @@ The following OIDC certified IdPs are currently supported for instance-level Aut
* Keycloak
* Google Authentication

To add SSO for Workspace, Bloom, and Browser to your Aura Enterprise instances, please https://aura.support.neo4j.com/hc/en-us/requests/new[raise a support ticket] including the following information:
To add SSO for Workspace, Bloom, and Browser to your Aura Enterprise instances, please https://support.neo4j.com/hc/en-us/requests/new[raise a support ticket] including the following information:

. The *Connection URI* of the instance(s) you want to use SSO.
. Whether or not you want Workspace, Bloom, Browser, or a combination of them enabled.
Expand Down
8 changes: 4 additions & 4 deletions modules/ROOT/pages/tutorials/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This error message will likely trigger when Neo4j Aura cannot safely load the da

Solution::

If you encounter this error, please raise a ticket with our link:https://aura.support.neo4j.com/[Customer Support] team.
If you encounter this error, please raise a ticket with our link:https://support.neo4j.com[Customer Support] team.

=== `UnsupportedStoreFormat`

Expand All @@ -114,7 +114,7 @@ You may get this error if the store you are uploading is in a Neo4j version that
Solution::

. link:https://neo4j.com/docs/upgrade-migration-guide/current/[Upgrade your database]. Make sure you are on Neo4j 4.4 or later.
. If you encounter problems upgrading, please raise a ticket with our link:https://aura.support.neo4j.com/[Customer Support] team.
. If you encounter problems upgrading, please raise a ticket with our link:https://support.neo4j.com[Customer Support] team.

=== `LogicalRestrictions`

Expand All @@ -123,7 +123,7 @@ You may get this error when the store you are uploading exceeds the logical limi
Solution::

. Delete nodes and relationships to ensure the data is within the specified limits for your instance, and try the upload again.
. If you are confident you have not exceeded these limits, please raise a ticket with our link:https://aura.support.neo4j.com/[Customer Support] team.
. If you are confident you have not exceeded these limits, please raise a ticket with our link:https://support.neo4j.com[Customer Support] team.

=== `Fallback`

Expand All @@ -132,7 +132,7 @@ This error can be triggered when the uploaded file is not recognized as a valid
Solution::

. Check the file and try again.
. If you are confident the file being uploaded is correct, please raise a ticket with our link:https://aura.support.neo4j.com/[Customer Support] team.
. If you are confident the file being uploaded is correct, please raise a ticket with our link:https://support.neo4j.com[Customer Support] team.

== Driver integration

Expand Down

0 comments on commit 688ec35

Please sign in to comment.