Skip to content

Commit 230bb96

Browse files
authored
Update to use new portal URL (#494)
1 parent 25dc99e commit 230bb96

35 files changed

+52
-52
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This repository is the source content for the Quix documentation that is published on the web at https://quix.io/docs. The source files for the documentation are in GitHub-flavoured Markdown, with the additions supported by our tooling, [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
77

8-
To get a free Quix account, [sign up](https://portal.platform.quix.io/self-sign-up).
8+
To get a free Quix account, [sign up](https://portal.cloud.quix.io/self-sign-up).
99

1010
## Docs releases
1111

docs/apis/portal-api/setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ The environment ID is a combination of your organization and environment names,
5353

5454
### Obtain your environment ID from the URL
5555

56-
1. Go to the [Portal home](https://portal.platform.quix.io/){target=_blank}.
56+
1. Go to the [Portal home](https://portal.cloud.quix.io/){target=_blank}.
5757

5858
2. Locate the environment you’re interested in and open it.
5959

6060
3. At this point, take note of the URL. It will be in the form:
6161

62-
https://portal.platform.quix.io/home?workspace={environment-id}
62+
https://portal.cloud.quix.io/home?workspace={environment-id}
6363

6464
### Obtain environment ID from settings
6565

@@ -72,7 +72,7 @@ You can also get the environment ID from Settings. Click `Settings` in the botto
7272
Given the following URL for the environment:
7373

7474
```
75-
https://portal.platform.quix.io/pipeline?workspace=joeengland-apitests-testing
75+
https://portal.cloud.quix.io/pipeline?workspace=joeengland-apitests-testing
7676
```
7777

7878
The environment ID is:
@@ -91,7 +91,7 @@ Copy the value for `environment-id` and use it wherever you need an environment
9191

9292
!!! note
9393

94-
The `workspace=` parameter in the URL `https://portal.platform.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment.
94+
The `workspace=` parameter in the URL `https://portal.cloud.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment.
9595

9696
## API reference documentation
9797

docs/apis/query-api/setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To use the APIs you'll typically need the following:
44

5-
1. [Sign up to Quix](https://portal.platform.quix.io/self-sign-up).
5+
1. [Sign up to Quix](https://portal.cloud.quix.io/self-sign-up).
66

77
2. Obtain a Personal Access Token - you need this to authenticate requests.
88

@@ -48,13 +48,13 @@ The environment ID is a combination of your organization and environment names,
4848

4949
### Obtain your environment ID from the URL
5050

51-
1. Go to the [Portal home](https://portal.platform.quix.io/){target=_blank}.
51+
1. Go to the [Portal home](https://portal.cloud.quix.io/){target=_blank}.
5252

5353
2. Locate the environment you’re interested in and open it.
5454

5555
3. At this point, take note of the URL. It will be in the form:
5656

57-
https://portal.platform.quix.io/home?workspace={environment-id}
57+
https://portal.cloud.quix.io/home?workspace={environment-id}
5858

5959
### Obtain environment ID from settings
6060

@@ -67,7 +67,7 @@ You can also get the environment ID from Settings. Click `Settings` in the botto
6767
Given the following URL for the environment:
6868

6969
```
70-
https://portal.platform.quix.io/pipeline?workspace=joeengland-apitests-testing
70+
https://portal.cloud.quix.io/pipeline?workspace=joeengland-apitests-testing
7171
```
7272

7373
The environment ID is:
@@ -86,7 +86,7 @@ Copy the value for `environment-id` and use it wherever you need an environment
8686

8787
!!! note
8888

89-
The `workspace=` parameter in the URL `https://portal.platform.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment.
89+
The `workspace=` parameter in the URL `https://portal.cloud.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment.
9090

9191
## API reference documentation
9292

docs/apis/streaming-reader-api/setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ The environment ID is a combination of your organization and environment names,
5353

5454
### Obtain your environment ID from the URL
5555

56-
1. Go to the [Portal home](https://portal.platform.quix.io/){target=_blank}.
56+
1. Go to the [Portal home](https://portal.cloud.quix.io/){target=_blank}.
5757

5858
2. Locate the environment you’re interested in and open it.
5959

6060
3. At this point, take note of the URL. It will be in the form:
6161

62-
https://portal.platform.quix.io/home?workspace={environment-id}
62+
https://portal.cloud.quix.io/home?workspace={environment-id}
6363

6464
### Obtain environment ID from settings
6565

@@ -72,7 +72,7 @@ You can also get the environment ID from Settings. Click `Settings` in the botto
7272
Given the following URL for the environment:
7373

7474
```
75-
https://portal.platform.quix.io/pipeline?workspace=joeengland-apitests-testing
75+
https://portal.cloud.quix.io/pipeline?workspace=joeengland-apitests-testing
7676
```
7777

7878
The environment ID is:
@@ -91,7 +91,7 @@ Copy the value for `environment-id` and use it wherever you need an environment
9191

9292
!!! note
9393

94-
The `workspace=` parameter in the URL `https://portal.platform.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment.
94+
The `workspace=` parameter in the URL `https://portal.cloud.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment.
9595

9696
## API reference documentation
9797

docs/apis/streaming-writer-api/setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ The environment ID is a combination of your organization and environment names,
5353

5454
### Obtain your environment ID from the URL
5555

56-
1. Go to the [Portal home](https://portal.platform.quix.io/){target=_blank}.
56+
1. Go to the [Portal home](https://portal.cloud.quix.io/){target=_blank}.
5757

5858
2. Locate the environment you’re interested in and open it.
5959

6060
3. At this point, take note of the URL. It will be in the form:
6161

62-
https://portal.platform.quix.io/home?workspace={environment-id}
62+
https://portal.cloud.quix.io/home?workspace={environment-id}
6363

6464
### Obtain environment ID from settings
6565

@@ -72,7 +72,7 @@ You can also get the environment ID from Settings. Click `Settings` in the botto
7272
Given the following URL for the environment:
7373

7474
```
75-
https://portal.platform.quix.io/pipeline?workspace=joeengland-apitests-testing
75+
https://portal.cloud.quix.io/pipeline?workspace=joeengland-apitests-testing
7676
```
7777

7878
The environment ID is:
@@ -91,7 +91,7 @@ Copy the value for `environment-id` and use it wherever you need an environment
9191

9292
!!! note
9393

94-
The `workspace=` parameter in the URL `https://portal.platform.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment.
94+
The `workspace=` parameter in the URL `https://portal.cloud.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment.
9595

9696
## API reference documentation
9797

docs/kb/what-is-quix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Python stream processing applications are implemented by building pipelines cons
176176
Further, changes in this file in one environment can be merged into another environment, giving you the ability to test changes in one environment, before deploying into another, while the change history is retained in Git.
177177

178178
<div>
179-
<a class="md-button md-button" href="https://portal.platform.quix.io/pipeline?workspace=demo-computervisiondemo-prod&token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Ik1qVTBRVE01TmtJNVJqSTNOVEpFUlVSRFF6WXdRVFF4TjBSRk56SkNNekpFUWpBNFFqazBSUSJ9.eyJodHRwczovL3F1aXguYWkvb3JnX2lkIjoiZGVtbyIsImh0dHBzOi8vcXVpeC5haS9vd25lcl9pZCI6ImF1dGgwfDI4YWQ4NWE4LWY1YjctNGFjNC1hZTVkLTVjYjY3OGIxYjA1MiIsImh0dHBzOi8vcXVpeC5haS90b2tlbl9pZCI6ImMzNzljNmVlLWNkMmYtNDExZC1iOGYyLTMyMDU0ZDc5MTY2YSIsImh0dHBzOi8vcXVpeC5haS9leHAiOiIxNzM3ODI5NDc5LjIyMyIsImlzcyI6Imh0dHBzOi8vYXV0aC5xdWl4LmFpLyIsInN1YiI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBQGNsaWVudHMiLCJhdWQiOiJxdWl4IiwiaWF0IjoxNjk1NzE2MDI4LCJleHAiOjE2OTgzMDgwMjgsImF6cCI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwicGVybWlzc2lvbnMiOltdfQ.Ndm0K2iNHPxDq1ohF-yb-6LzIqx_UY8Ptcq0kAwSNye12S3deX_eDkC4XqZqW2NoSLd3GsmWV9PZGetGGp2IlqshQFZtUMp6WP6hq917ZC1i8JFx93PAbY7NT_88nFDovVlaRcoTpWvI-03KbryLkAoB28c6qb3EFwjCWFBuy_yA4yjQ8uF0-AZ0R9Qi4IBaekXWqcgO0a91gVRg0oA_hnzJFoR-EnZ2G1ZSxtuVgnyyPuQTMUvzJuUT_IJTLzEB_kejX0pcXRZBIwHP8MWLB4mE5DtIdz4jm8WIA4eZJZ7ZCG4dk-adQwZ2BdkNknV5eEwRgRJL4ybaplkaDlR-dg" target="_blank" style="margin-right:.5rem;">See a pipeline running in Quix</a>
179+
<a class="md-button md-button" href="https://portal.cloud.quix.io/pipeline?workspace=demo-computervisiondemo-prod&token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Ik1qVTBRVE01TmtJNVJqSTNOVEpFUlVSRFF6WXdRVFF4TjBSRk56SkNNekpFUWpBNFFqazBSUSJ9.eyJodHRwczovL3F1aXguYWkvb3JnX2lkIjoiZGVtbyIsImh0dHBzOi8vcXVpeC5haS9vd25lcl9pZCI6ImF1dGgwfDI4YWQ4NWE4LWY1YjctNGFjNC1hZTVkLTVjYjY3OGIxYjA1MiIsImh0dHBzOi8vcXVpeC5haS90b2tlbl9pZCI6ImMzNzljNmVlLWNkMmYtNDExZC1iOGYyLTMyMDU0ZDc5MTY2YSIsImh0dHBzOi8vcXVpeC5haS9leHAiOiIxNzM3ODI5NDc5LjIyMyIsImlzcyI6Imh0dHBzOi8vYXV0aC5xdWl4LmFpLyIsInN1YiI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBQGNsaWVudHMiLCJhdWQiOiJxdWl4IiwiaWF0IjoxNjk1NzE2MDI4LCJleHAiOjE2OTgzMDgwMjgsImF6cCI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwicGVybWlzc2lvbnMiOltdfQ.Ndm0K2iNHPxDq1ohF-yb-6LzIqx_UY8Ptcq0kAwSNye12S3deX_eDkC4XqZqW2NoSLd3GsmWV9PZGetGGp2IlqshQFZtUMp6WP6hq917ZC1i8JFx93PAbY7NT_88nFDovVlaRcoTpWvI-03KbryLkAoB28c6qb3EFwjCWFBuy_yA4yjQ8uF0-AZ0R9Qi4IBaekXWqcgO0a91gVRg0oA_hnzJFoR-EnZ2G1ZSxtuVgnyyPuQTMUvzJuUT_IJTLzEB_kejX0pcXRZBIwHP8MWLB4mE5DtIdz4jm8WIA4eZJZ7ZCG4dk-adQwZ2BdkNknV5eEwRgRJL4ybaplkaDlR-dg" target="_blank" style="margin-right:.5rem;">See a pipeline running in Quix</a>
180180
<br/>
181181
</div>
182182

docs/quix-connectors/templates/awss3icebergsink-destination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## How to run
66

7-
Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log in and visit the Connectors tab to use this project.
7+
Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log in and visit the Connectors tab to use this project.
88

99
Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container.
1010

docs/quix-connectors/templates/bigquerysink-destination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## How to run
66

7-
Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project.
7+
Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project.
88

99
Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container.
1010

docs/quix-connectors/templates/confluentkafkasink-destination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## How to run
66

7-
Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project.
7+
Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project.
88

99
Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container.
1010

docs/quix-connectors/templates/confluentkafkasource-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## How to run
66

7-
Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project.
7+
Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project.
88

99
Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container.
1010

0 commit comments

Comments
 (0)