Skip to content

Commit 9e36dbf

Browse files
authored
update arangograph dashboard url (#387)
1 parent cd1790f commit 9e36dbf

File tree

51 files changed

+70
-70
lines changed

Some content is hidden

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

51 files changed

+70
-70
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/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:

0 commit comments

Comments
 (0)