Skip to content

Commit 78abe80

Browse files
committed
Merge branch 'fix-internal-links' into DOC-527
2 parents 36555a1 + 68cce37 commit 78abe80

File tree

64 files changed

+107
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+107
-93
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ For external links, use standard Markdown. Clicking these links automatically
578578
opens them in a new tab:
579579

580580
```markdown
581-
[ArangoGraph Insights Platform](https://cloud.arangodb.com)
581+
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud)
582582
```
583583

584584
For internal links, use relative paths to the Markdown files. Always link to

site/content/3.10/about-arangodb/features/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ If you do not want to operate your own ArangoDB instances on-premises, then
8888
you may use our fully managed multi-cloud **ArangoGraph Insights Platform**.
8989
It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a
9090
few clicks, and is operated by a dedicated team of ArangoDB engineers day and
91-
night. To learn more, go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
91+
night. To learn more, go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).

site/content/3.10/about-arangodb/features/community-edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ see [arangodb.com/community-server/](https://www.arangodb.com/community-server/)
4949
or modified, using an AQL expression.
5050

5151
- [**Multiple Environments**](../../operations/installation/_index.md#supported-platforms-and-architectures):
52-
Use ArangoDB as a [managed service](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
52+
Use ArangoDB as a [managed service](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
5353
in your own cloud, or on-premises.
5454
Develop and test with ArangoDB on Linux, macOS, and Windows, and run it in
5555
production on Linux. ArangoDB is available for 64-bit ARM chips on macOS and

site/content/3.10/arangograph/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
ArangoDB as a service, without the need to run or manage databases yourself
88
archetype: chapter
99
---
10-
The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
10+
The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
1111
formerly called Oasis, provides ArangoDB databases as a Service (DBaaS).
1212
It enables you to use the entire functionality of an ArangoDB cluster
1313
deployment without the need to run or manage the system yourself.
@@ -31,7 +31,7 @@ The ArangoGraph Insights Platform...
3131
access to it is protected with industry standard safeguards.
3232

3333
For more information see
34-
[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
34+
[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
3535

3636
For quick start guide, see
3737
[Use ArangoDB in the Cloud](../get-started/set-up-a-cloud-instance.md).

site/content/3.10/arangograph/api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ archetype: chapter
88
aliases:
99
- arangograph-api
1010
---
11-
The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
11+
The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
1212
comes with its own API. This API enables you to control all
1313
resources inside ArangoGraph in a scriptable manner. Typical use cases are spinning
1414
up ArangoGraph deployments during continuous integration and infrastructure as code.

site/content/3.10/arangograph/api/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ is to **assume they are all case sensitive**, when being used with Oasisctl.
3838

3939
The first step to using the ArangoGraph API is to generate an API key. To generate a
4040
key you will need to be signed into your account at
41-
[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
41+
[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
4242
Once you are signed in, hover over the profile icon in the top right corner.
4343

4444
![Profile Icon](../../../images/arangograph-my-account-hover.png)

site/content/3.10/arangograph/api/set-up-a-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ all examples can be easily translated to many different languages.
1616

1717
## Prerequisites
1818

19-
Make sure that you have already [signed up for ArangoGraph](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
19+
Make sure that you have already [signed up for ArangoGraph](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
2020

2121
## Creating an API key
2222

23-
1. Go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login.
23+
1. Go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login.
2424
2. Click the user icon in the top-right of the dashboard.
2525
3. Select __My API keys__
2626
4. Click __New API key__

site/content/3.10/arangograph/migrate-to-the-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ chmod 755 ./arangosync-migration
4646

4747
Before getting started, make sure the following prerequisites are in place:
4848

49-
- Go to the [ArangoGraph Insights Platform](https://cloud.arangodb.com/home)
49+
- Go to the [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home)
5050
and sign in. If you don’t have an account yet, sign-up to create one.
5151

5252
- Generate an ArangoGraph API key and API secret. See a detailed guide on

site/content/3.10/arangograph/notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ passwords, and endpoint URLs.
2020

2121
![ArangoGraph Notebooks Architecture](../../images/arangograph-notebooks-architecture.png)
2222

23-
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](.#arangograph-magic-commands)
23+
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](#arangograph-magic-commands)
2424
that answer questions like:
2525
- What ArangoDB database am I connected to at the moment?
2626
- What data does the ArangoDB instance contain?

site/content/3.10/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ supports the SCIM provisioning feature.
5757
3. Navigate to the **Provisioning** tab. The SCIM connection settings are
5858
displayed under **Settings > Integration**.
5959
4. Fill in the following fields:
60-
- For **SCIM connector base URL**, use `https://cloud.arangodb.com/api/scim/v1`
60+
- For **SCIM connector base URL**, use `https://dashboard.arangodb.cloud/api/scim/v1`
6161
- For **Unique identifier field for users**, use `userName`
6262
5. For **Supported provisioning actions**, enable the following:
6363
- **Import New Users and Profile Updates**

site/content/3.10/data-science/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ your running database from the **Examples** tab of your deployment.
125125

126126
{{< tip >}}
127127
You can try out the ArangoGraph Insights Platform free of charge for 14 days.
128-
Sign up at [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
128+
Sign up at [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
129129
{{< /tip >}}
130130

131131
The ArangoFlix demo uses five different recommendation methods:

site/content/3.10/data-science/arangograph-notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ with the ArangoDB team.
1414
{{< /tip >}}
1515

1616
The ArangoGraph Notebook is a JupyterLab notebook embedded in the
17-
[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
17+
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
1818
The notebook integrates seamlessly with the platform,
1919
automatically connecting to ArangoGraph services and ArangoDB.
2020
This makes it much easier to leverage these resources without having

site/content/3.10/data-science/graphml/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ to the database for application use.
5454

5555
ArangoGraphML provides enterprise-ready graph-powered machine learning as a
5656
cloud service via Jupyter Notebooks that run on the
57-
[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
57+
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
5858

5959
ArangoGraphML uses GraphML techniques that focus on solving different problems
6060
and, at the same time, provides actionable insights leveraging ArangoDB's graph

site/content/3.10/deploy/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If the leader fails, then a follower takes over seamlessly.
3737
operations and analytics, allowing you to scale elastically with your
3838
applications and data models. ArangoDB's synchronously-replicating cluster
3939
technology runs on premises, on Kubernetes, and in the cloud on
40-
[ArangoGraph](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) - ArangoDB's fully managed service.
40+
[ArangoGraph](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) - ArangoDB's fully managed service.
4141

4242
Clustering ArangoDB not only delivers better performance and capacity improvements,
4343
but it also provides resilience through replication and automatic failover.
@@ -79,7 +79,7 @@ There are different ways to set up and operate ArangoDB.
7979
ArangoDB Kubernetes Operator (`kube-arangodb`).
8080

8181
The fastest way to get ArangoDB up and running is to run it in the cloud - the
82-
[ArangoGraph Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) offers a fully managed
82+
[ArangoGraph Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) offers a fully managed
8383
cloud service, available on AWS, Microsoft Azure, and Google Cloud Platform.
8484

8585
### Manual Deployment
@@ -137,7 +137,7 @@ If you want a specific version, download the precompiled executable via the
137137
### Run in the cloud
138138

139139
- [AWS and Azure](in-the-cloud.md)
140-
- [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
140+
- [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
141141
fully managed, available on AWS, Azure & GCP
142142

143143
### Run in Kubernetes

site/content/3.10/deploy/cluster/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ See the [Cluster Deployment](deployment/_index.md)
386386
chapter for instructions.
387387

388388
ArangoDB is also available as a cloud service, the
389-
[**ArangoGraph Insights Platform**](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
389+
[**ArangoGraph Insights Platform**](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
390390

391391
## Cluster ID
392392

site/content/3.10/deploy/cluster/deployment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can deploy an ArangoDB cluster in different ways:
1010
- [Using the ArangoDB Starter](using-the-arangodb-starter.md)
1111
- [Manual Start](manual-start.md)
1212
- [Kubernetes](../../kubernetes.md)
13-
- [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
13+
- [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
1414
fully managed, available on AWS, Azure & GCP
1515

1616
## Preliminary Information For Debian/Ubuntu Systems

site/content/3.10/develop/http-api/general-request-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ HTTP request. The server executes the jobs from the queue asynchronously as fast
139139
as possible, while clients can continue to do other work.
140140

141141
If the server queue is full (i.e. contains as many jobs as specified by the
142-
[`--server.maximal-queue-size`](../../components/arangodb-server/options.md#arangodb-server-options)
142+
[`--server.maximal-queue-size`](../../components/arangodb-server/options.md#--servermaximal-queue-size)
143143
startup option), then the request is rejected instantly with an HTTP
144144
`503 Service Unavailable` status code.
145145

site/content/3.10/develop/integrations/arangodb-datasource-for-apache-spark.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ weight: 10
55
description: >-
66
ArangoDB Datasource for Apache Spark allows batch reading and writing Spark DataFrame data
77
archetype: default
8+
aliases:
9+
- arangodb-spark-connector
10+
- arangodb-spark-connector/getting-started
11+
- arangodb-spark-connector/reference
12+
- arangodb-spark-connector/reference/java
13+
- arangodb-spark-connector/reference/scala
814
---
915
ArangoDB Datasource for Apache Spark allows batch reading and writing Spark DataFrame data from and to ArangoDB, by implementing the Spark Data Source V2 API.
1016

site/content/3.10/get-started/set-up-a-cloud-instance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
archetype: default
99
---
1010
For general information about the ArangoGraph Insights Platform, see
11-
[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
11+
[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
1212

1313
For guides and reference documentation, see the [ArangoGraph](../arangograph/_index.md) documentation.
1414

@@ -30,7 +30,7 @@ used for multiple accounts.
3030

3131
## How to Create a New Account
3232

33-
1. Go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
33+
1. Go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
3434
2. Click the __Start Free__ button or click the __Sign Up__ link in the top
3535
right corner.
3636

@@ -60,7 +60,7 @@ used for multiple accounts.
6060
name, and then press the __Save__ button.
6161
9. An organization with a default project is now prepared for you.
6262
Once that is completed, you are redirected to the
63-
[ArangoGraph dashboard](https://cloud.arangodb.com/dashboard).
63+
[ArangoGraph dashboard](https://dashboard.arangodb.cloud).
6464

6565
## Get a Deployment up and Running
6666

site/content/3.10/operations/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ArangoDB requires systems with Little Endian byte order.
4040
{{< /info >}}
4141

4242
{{< tip >}}
43-
[ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
43+
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
4444
is a fully-managed service and requires no installation. It's the easiest way
4545
to run ArangoDB in the cloud.
4646
{{< /tip >}}

site/content/3.11/about-arangodb/features/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ If you do not want to operate your own ArangoDB instances on-premises, then
8888
you may use our fully managed multi-cloud **ArangoGraph Insights Platform**.
8989
It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a
9090
few clicks, and is operated by a dedicated team of ArangoDB engineers day and
91-
night. To learn more, go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
91+
night. To learn more, go to [https://dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).

site/content/3.11/about-arangodb/features/community-edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ see [arangodb.com/community-server/](https://www.arangodb.com/community-server/)
4949
or modified, using an AQL expression.
5050

5151
- [**Multiple Environments**](../../operations/installation/_index.md#supported-platforms-and-architectures):
52-
Use ArangoDB as a [managed service](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
52+
Use ArangoDB as a [managed service](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
5353
in your own cloud, or on-premises.
5454
Develop and test with ArangoDB on Linux, macOS, and Windows, and run it in
5555
production on Linux. ArangoDB is available for 64-bit ARM chips on macOS and

site/content/3.11/arangograph/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
ArangoDB as a service, without the need to run or manage databases yourself
88
archetype: chapter
99
---
10-
The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
10+
The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
1111
formerly called Oasis, provides ArangoDB databases as a Service (DBaaS).
1212
It enables you to use the entire functionality of an ArangoDB cluster
1313
deployment without the need to run or manage the system yourself.
@@ -31,7 +31,7 @@ The ArangoGraph Insights Platform...
3131
access to it is protected with industry standard safeguards.
3232

3333
For more information see
34-
[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
34+
[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
3535

3636
For quick start guide, see
3737
[Use ArangoDB in the Cloud](../get-started/set-up-a-cloud-instance.md).

site/content/3.11/arangograph/api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ archetype: chapter
88
aliases:
99
- arangograph-api
1010
---
11-
The [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
11+
The [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
1212
comes with its own API. This API enables you to control all
1313
resources inside ArangoGraph in a scriptable manner. Typical use cases are spinning
1414
up ArangoGraph deployments during continuous integration and infrastructure as code.

site/content/3.11/arangograph/api/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ is to **assume they are all case sensitive**, when being used with Oasisctl.
3838

3939
The first step to using the ArangoGraph API is to generate an API key. To generate a
4040
key you will need to be signed into your account at
41-
[cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
41+
[dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
4242
Once you are signed in, hover over the profile icon in the top right corner.
4343

4444
![Profile Icon](../../../images/arangograph-my-account-hover.png)

site/content/3.11/arangograph/api/set-up-a-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ all examples can be easily translated to many different languages.
1616

1717
## Prerequisites
1818

19-
Make sure that you have already [signed up for ArangoGraph](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
19+
Make sure that you have already [signed up for ArangoGraph](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).
2020

2121
## Creating an API key
2222

23-
1. Go to [cloud.arangodb.com](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login.
23+
1. Go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic) and login.
2424
2. Click the user icon in the top-right of the dashboard.
2525
3. Select __My API keys__
2626
4. Click __New API key__

site/content/3.11/arangograph/migrate-to-the-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ chmod 755 ./arangosync-migration
4646

4747
Before getting started, make sure the following prerequisites are in place:
4848

49-
- Go to the [ArangoGraph Insights Platform](https://cloud.arangodb.com/home)
49+
- Go to the [ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home)
5050
and sign in. If you don’t have an account yet, sign-up to create one.
5151

5252
- Generate an ArangoGraph API key and API secret. See a detailed guide on

site/content/3.11/arangograph/notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ passwords, and endpoint URLs.
2020

2121
![ArangoGraph Notebooks Architecture](../../images/arangograph-notebooks-architecture.png)
2222

23-
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](.#arangograph-magic-commands)
23+
The ArangoGraph Notebook has built-in [ArangoGraph Magic Commands](#arangograph-magic-commands)
2424
that answer questions like:
2525
- What ArangoDB database am I connected to at the moment?
2626
- What data does the ArangoDB instance contain?

site/content/3.11/arangograph/security-and-access-control/single-sign-on/scim-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ supports the SCIM provisioning feature.
5757
3. Navigate to the **Provisioning** tab. The SCIM connection settings are
5858
displayed under **Settings > Integration**.
5959
4. Fill in the following fields:
60-
- For **SCIM connector base URL**, use `https://cloud.arangodb.com/api/scim/v1`
60+
- For **SCIM connector base URL**, use `https://dashboard.arangodb.cloud/api/scim/v1`
6161
- For **Unique identifier field for users**, use `userName`
6262
5. For **Supported provisioning actions**, enable the following:
6363
- **Import New Users and Profile Updates**

0 commit comments

Comments
 (0)