diff --git a/content/v1/install.md b/content/v1/install.md index 47ea24d9..e8b69e19 100644 --- a/content/v1/install.md +++ b/content/v1/install.md @@ -144,7 +144,7 @@ To install the canary version of spin, you should pass the argument `-v canary`. ```bash -$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v canary +$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v canary ``` {{ blockEnd }} diff --git a/content/v1/quickstart.md b/content/v1/quickstart.md index e80f3ce6..d930a78d 100644 --- a/content/v1/quickstart.md +++ b/content/v1/quickstart.md @@ -34,7 +34,7 @@ Download the `spin` binary along with a starter set of templates and plugins usi -
$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
Then move the `spin` binary somewhere in your path, so you can run it from anywhere. For example:
@@ -53,7 +53,7 @@ Download the `spin` binary along with a starter set of templates and plugins usi
-$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
Then move the `spin` binary somewhere in your path, so you can run it from anywhere. For example:
@@ -233,8 +233,8 @@ You'll need the TinyGo compiler, as the standard Go compiler does not yet suppor
## Create Your First Application
{{suh_cards}}
-{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://developer.fermyon.com/hub/preview/sample_checklist" "Typescript,Http,Kv" true }}
-{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://developer.fermyon.com/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" true }}
+{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://spinframework.dev/hub/preview/sample_checklist" "Typescript,Http,Kv" true }}
+{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://spinframework.dev/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" true }}
{{blockEnd}}
Now you are ready to create your first Spin application:
diff --git a/content/v2/install.md b/content/v2/install.md
index 271edd1c..b4fa9598 100644
--- a/content/v2/install.md
+++ b/content/v2/install.md
@@ -53,7 +53,7 @@ Another option (other than brew) is to use our installer script. The installer s
```bash
-$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
```
Once you have run the installer script, it is highly recommended to add Spin to a folder, which is on your path, e.g.:
@@ -71,7 +71,7 @@ To install a specific version (`v1.2.3` is just an example), you can pass argume
```bash
-$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v v1.2.3
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v v1.2.3
```
To install the canary version of spin, you should pass the argument `-v canary`. The canary version is always the latest commit to the main branch of Spin:
@@ -79,7 +79,7 @@ To install the canary version of spin, you should pass the argument `-v canary`.
```bash
-$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v canary
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v canary
```
{{ blockEnd }}
@@ -117,7 +117,7 @@ The installer script also installs Spin along with a starter set of language tem
```bash
-$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
```
Once you have run the installer script, it is highly recommended to add Spin to a folder, which is on your path, e.g.:
@@ -135,7 +135,7 @@ To install a specific version (`v1.2.3` is just an example), you can pass argume
```bash
-$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v v1.2.3
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v v1.2.3
```
To install the canary version of spin, you should pass the argument `-v canary`. The canary version is always the latest commit to the main branch of Spin:
@@ -143,7 +143,7 @@ To install the canary version of spin, you should pass the argument `-v canary`.
```bash
-$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v canary
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v canary
```
{{ blockEnd }}
@@ -321,7 +321,7 @@ For more information, please visit the [managing plugins](./managing-plugins) se
## Next Steps
{{suh_cards}}
-{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://developer.fermyon.com/hub/preview/sample_checklist" "Typescript,Http,Kv" true }}
-{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" true }}
-{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://developer.fermyon.com/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" true }}
+{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://spinframework.dev/hub/preview/sample_checklist" "Typescript,Http,Kv" true }}
+{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "https://spinframework.dev/hub/preview/template_zola_ssg" "rust" true }}
+{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://spinframework.dev/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" true }}
{{blockEnd}}
diff --git a/content/v2/quickstart.md b/content/v2/quickstart.md
index 01599ba1..00a8b6fa 100644
--- a/content/v2/quickstart.md
+++ b/content/v2/quickstart.md
@@ -34,7 +34,7 @@ Download the `spin` binary along with a starter set of templates and plugins usi
-$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
Then move the `spin` binary somewhere in your path, so you can run it from anywhere. For example:
@@ -53,7 +53,7 @@ Download the `spin` binary along with a starter set of templates and plugins usi
-$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
+$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
Then move the `spin` binary somewhere in your path, so you can run it from anywhere. For example:
@@ -238,9 +238,9 @@ You'll need the TinyGo compiler, as the standard Go compiler does not yet suppor
## Create Your First Application
{{suh_cards}}
-{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://developer.fermyon.com/hub/preview/sample_checklist" "Typescript,Http,Kv" true }}
-{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://developer.fermyon.com/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" true }}
-{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "https://developer.fermyon.com/hub/preview/template_zola_ssg" "rust" true }}
+{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "https://spinframework.dev/hub/preview/sample_checklist" "Typescript,Http,Kv" true }}
+{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "https://spinframework.dev/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" true }}
+{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "https://spinframework.dev/hub/preview/template_zola_ssg" "rust" true }}
{{blockEnd}}
Now you are ready to create your first Spin application:
diff --git a/spin-up-hub/index.html b/spin-up-hub/index.html
index af7a0178..9cef7e0e 100644
--- a/spin-up-hub/index.html
+++ b/spin-up-hub/index.html
@@ -6,7 +6,7 @@
diff --git a/spin-up-hub/src/store.js b/spin-up-hub/src/store.js
index e3fd81de..c280c1ee 100644
--- a/spin-up-hub/src/store.js
+++ b/spin-up-hub/src/store.js
@@ -84,7 +84,7 @@ const store = createStore({
let text = ""
if (res.status != 200) {
text = `Content not found
- Unable to load the requested resource. Please try again in case it is a transitent error or open an issue
+ Unable to load the requested resource. Please try again in case it is a transient error or open an issue
Browse the available content by closing the modal.
`
} else {
text = (await res.text())
diff --git a/templates/sitemap.hbs b/templates/sitemap.hbs
index a9d67e66..a2a3e811 100644
--- a/templates/sitemap.hbs
+++ b/templates/sitemap.hbs
@@ -5,16 +5,16 @@ For date/time format, see https://www.w3.org/TR/NOTE-datetime
}}
- https://developer.fermyon.com/
+ https://spinframework.dev/
daily
0.8
{{#each (sitemap site.pages) }}
{{#if (active_project uri "api/hub/")}}
- https://developer.fermyon.com{{replace uri "api/hub/" "hub/preview/"}}
+ https://spinframework.dev{{replace uri "api/hub/" "hub/preview/"}}
{{else}}
- https://developer.fermyon.com{{uri}}
+ https://spinframework.dev{{uri}}
{{/if}}
{{#if page.head.date }}{{date_format "%Y-%m-%dT%H:%M:%SZ" page.head.date}} {{/if}}
{{#if (active_project uri "/spin/v1" )}}