Skip to content

Commit 20d5e41

Browse files
authored
updated sc domain (#62)
1 parent 52ea993 commit 20d5e41

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://docs.spaceuptech.com/"
1+
baseURL = "https://docs.space-cloud.io/"
22
languageCode = "en-us"
33
title = "Space Cloud"
44

content/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Space Cloud is an **open-source, kubernetes based platform which lets you build,
1010

1111
It provides instant **GraphQL** and **REST** APIs for your database and microservices that can be consumed directly from your frontend in a secure manner. With that, it also deploys and scales your docker images on Kubernetes.
1212

13-
![Space Cloud Architecture](https://spaceuptech.com/icons/space-cloud-basic.png)
13+
![Space Cloud Architecture](https://space-cloud.io/icons/space-cloud-basic.png)
1414

1515
## Aim
1616

@@ -23,6 +23,6 @@ Space Cloud aims at simplifying platform development by:
2323

2424
## Next steps
2525

26-
- Learn what Space Cloud is capable is of with our [step-by-step guide](https://learn.spaceuptech.com/space-cloud/basics/setup/).
26+
- Learn what Space Cloud is capable is of with our [step-by-step guide](https://learn.space-cloud.io/space-cloud/basics/setup/).
2727
- Install Space Cloud in production.
2828
- Read more about [all the features](/introduction/features) Space Cloud has to offer.

content/install/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 2
88

99
This section talks in-depth about deploying Space Cloud in production.
1010

11-
If you would like to take Space Cloud for a quick spin, refer to our [Space Cloud Basics Guide](https://learn.spaceuptech.com/space-cloud/basics/setup/).
11+
If you would like to take Space Cloud for a quick spin, refer to our [Space Cloud Basics Guide](https://learn.space-cloud.io/space-cloud/basics/setup/).
1212

1313
> **Note:** Make sure that any database that you want to integrate with Space Cloud is up and running.
1414

content/install/kubernetes/configure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ connections:
129129
## Overriding Default Configuration
130130
131131
To override the default configurations:
132-
- Download the [default yaml config](https://raw.githubusercontent.com/spaceuptech/space-cloud/master/install-manifests/helm/space-cloud/values.yaml) and store it as a yaml file (Eg. `sc-config.yaml`).
132+
- Download the [default yaml config](https://raw.githubusercontent.com/spacecloud-io/space-cloud/master/install-manifests/helm/space-cloud/values.yaml) and store it as a yaml file (Eg. `sc-config.yaml`).
133133
- Make necessary changes in the file directly.
134134
- Run the following command to install Space Cloud with the provided config:
135135

content/install/using-gateway-directly.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To use the binary of gateway directly, you first need to build it from its sourc
5959
Clone the repository of Space Cloud first:
6060

6161
{{< highlight bash >}}
62-
git clone https://github.com/spaceuptech/space-cloud.git
62+
git clone https://github.com/spacecloud-io/space-cloud.git
6363
{{< /highlight >}}
6464

6565

content/introduction/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 1
88

99
This section helps you get started with Space Cloud.
1010

11-
> **If you are new to Space Cloud, we strongly recommend following our [step-by-step guide](https://learn.spaceuptech.com/space-cloud/basics/setup/) to get started**
11+
> **If you are new to Space Cloud, we strongly recommend following our [step-by-step guide](https://learn.space-cloud.io/space-cloud/basics/setup/) to get started**
1212
1313
- Read more about [all the features](/introduction/features) Space Cloud has to offer.
1414
- Explore the architecture of a typical Space Cloud Application. (Coming soon)

content/microservices/deployments/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 3
88

99
The _Deployments Module_ automatically deploys and scales your microservices on any Kubernetes cluster. It has first-class support of Istio; hence all your services enjoy the benefit of using a Service Mesh. All you need to do it provide a docker image and that's it.
1010

11-
> **Follow the [Space Cloud Basic guide](https://learn.spaceuptech.com/space-cloud/basics/deploy-a-service/) for step-by-step instructions to get started with the Deployments Module!**
11+
> **Follow the [Space Cloud Basic guide](https://learn.space-cloud.io/space-cloud/basics/deploy-a-service/) for step-by-step instructions to get started with the Deployments Module!**
1212
1313
In a nutshell, the deployments module lets you:
1414
- Deploy docker images to Kubernetes.

content/microservices/deployments/deploy-custom-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 2
88

99
Space Cloud lets you leverage all the capabilities of Kubernetes without having to learn the Kubernetes API. This guide shows how you can deploy your code to Space Cloud.
1010

11-
> **If you want an interactive and step-by-step guide to deploy your code, follow this [Space Cloud Basic guide](https://learn.spaceuptech.com/space-cloud/basics/deploy-a-service/)**
11+
> **If you want an interactive and step-by-step guide to deploy your code, follow this [Space Cloud Basic guide](https://learn.space-cloud.io/space-cloud/basics/deploy-a-service/)**
1212
1313
## Preparing your code for deployment
1414

content/microservices/graphql/rest-to-graphql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 1
88

99
Space Cloud has native support to convert your Restful APIs to GraphQL without having to write any code whatsoever.
1010

11-
> **Follow the [Space Cloud Basic guide](https://learn.spaceuptech.com/space-cloud/basics/rest-to-graphql/) to see the power of GraphQL for yourself!**
11+
> **Follow the [Space Cloud Basic guide](https://learn.space-cloud.io/space-cloud/basics/rest-to-graphql/) to see the power of GraphQL for yourself!**
1212
1313
Next steps
1414

content/storage/database/data-modelling/quick-start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide helps you model a Pokemon app 😛 to explore the data modelling in S
1212
1313
## Setup
1414

15-
If you want to follow this guide along practically, first [deploy Space Cloud](https://learn.spaceuptech.com/space-cloud/basics/setup/) along with PostgreSQL and create a project in Mission Control with PostgreSQL as the primary database.
15+
If you want to follow this guide along practically, first [deploy Space Cloud](https://learn.space-cloud.io/space-cloud/basics/setup/) along with PostgreSQL and create a project in Mission Control with PostgreSQL as the primary database.
1616

1717
Then head over to the `Overview` tab in the `Database` section.
1818

content/storage/database/data-modelling/supported-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ type order {
239239
}
240240
{{< /highlight >}}
241241

242-
> Note: Space Cloud doesn't support composite primary keys ([Github issue](https://github.com/spaceuptech/space-cloud/issues/476)) yet.
242+
> Note: Space Cloud doesn't support composite primary keys ([Github issue](https://github.com/spacecloud-io/space-cloud/issues/476)) yet.
243243
244244

245245
**Example:** Using primary key constraint on autoincrement/serial field:

layouts/partials/topbar.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a data-target="slide-out" class="sidenav-trigger hide-on-large-only">
44
<i class="material-icons">dehaze</i>
55
</a>
6-
<a href="https://spaceuptech.com" class="logo"><img src="/images/kit/logo.svg" alt="logo"></a>
6+
<a href="https://space-cloud.io" class="logo"><img src="/images/kit/logo.svg" alt="logo"></a>
77
</div>
88
<div class="aa-input-container" id="aa-input-container">
99
<input type="search" id="aa-search-input" class="aa-input-search"
@@ -14,17 +14,17 @@
1414
</svg>
1515
</div>
1616
<ul class="right hide-on-med-and-down">
17-
<li><a href="https://learn.spaceuptech.com">Learn </a></li>
17+
<li><a href="https://learn.space-cloud.io">Learn </a></li>
1818
<li><a href="/" class="active">Docs</a></li>
19-
<!-- <li><a href="https://spaceuptech.com/plans">Plans </a></li> -->
20-
<li><a href="https://blog.spaceuptech.com" id="selected">Blog</a></li>
19+
<!-- <li><a href="https://space-cloud.io/plans">Plans </a></li> -->
20+
<li><a href="https://blog.space-cloud.io" id="selected">Blog</a></li>
2121
<li>
22-
<a class="logo" href="https://github.com/spaceuptech/space-cloud" target="_blank">
22+
<a class="logo" href="https://github.com/spacecloud-io/space-cloud" target="_blank">
2323
<img class="github-logo" src="/images/kit/github.svg">
2424
</a>
2525
</li>
2626
</ul>
27-
<a class="logo hide-on-large-only" href="https://github.com/spaceuptech/space-cloud" target="_blank">
27+
<a class="logo hide-on-large-only" href="https://github.com/spacecloud-io/space-cloud" target="_blank">
2828
<img class="github-logo" src="/images/kit/github.svg">
2929
</a>
3030
</div>

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
[[redirects]]
1414
from = "/getting-started/*"
15-
to = "https://learn.spaceuptech.com/space-cloud/basics/setup/"
15+
to = "https://learn.space-cloud.io/space-cloud/basics/setup/"
1616
status = 301
1717
force = true

static/js/newsletter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function isEmail(email) {
3030
$("#subscribe-btn").addClass("submit-request");
3131
$("#subscribe-btn").css({"cursor" : "not-allowed"});
3232
$("#loading").addClass("loading-active");
33-
fetch("https://api.spaceuptech.com/v1/site/subscribe", {
33+
fetch("https://api.space-cloud.io/v1/site/subscribe", {
3434
method: 'POST',
3535
body: JSON.stringify({ email: email.val(), tags: ["newsletter"] }),
3636
headers: { 'Content-Type': 'application/json' }

0 commit comments

Comments
 (0)