Skip to content

Commit 7d34fd9

Browse files
authored
Merge pull request #93 from spinframework/chore/more-url-updates
chore(*): more domain/url updates
2 parents 1d6b3d0 + 16573aa commit 7d34fd9

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

content/v1/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To install the canary version of spin, you should pass the argument `-v canary`.
144144
<!-- @selectiveCpy -->
145145

146146
```bash
147-
$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v canary
147+
$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v canary
148148
```
149149

150150
{{ blockEnd }}

content/v1/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Download the `spin` binary along with a starter set of templates and plugins usi
3434

3535
<!-- @selectiveCpy -->
3636

37-
<pre class="bash spin-install" id="spin-install-quick"><code>$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
37+
<pre class="bash spin-install" id="spin-install-quick"><code>$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
3838
</code></pre>
3939

4040
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
5353

5454
<!-- @selectiveCpy -->
5555

56-
<pre class="bash spin-install" id="spin-install-quick"><code>$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
56+
<pre class="bash spin-install" id="spin-install-quick"><code>$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
5757
</code></pre>
5858

5959
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
233233
## Create Your First Application
234234

235235
{{suh_cards}}
236-
{{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 }}
237-
{{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 }}
236+
{{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 }}
237+
{{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 }}
238238
{{blockEnd}}
239239

240240
Now you are ready to create your first Spin application:

content/v2/install.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Another option (other than brew) is to use our installer script. The installer s
5353
<!-- @selectiveCpy -->
5454

5555
```bash
56-
$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
56+
$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
5757
```
5858

5959
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,15 +71,15 @@ To install a specific version (`v1.2.3` is just an example), you can pass argume
7171
<!-- @selectiveCpy -->
7272

7373
```bash
74-
$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v v1.2.3
74+
$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v v1.2.3
7575
```
7676

7777
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:
7878

7979
<!-- @selectiveCpy -->
8080

8181
```bash
82-
$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v canary
82+
$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v canary
8383
```
8484

8585
{{ blockEnd }}
@@ -117,7 +117,7 @@ The installer script also installs Spin along with a starter set of language tem
117117
<!-- @selectiveCpy -->
118118

119119
```bash
120-
$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
120+
$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
121121
```
122122

123123
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,15 +135,15 @@ To install a specific version (`v1.2.3` is just an example), you can pass argume
135135
<!-- @selectiveCpy -->
136136

137137
```bash
138-
$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v v1.2.3
138+
$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v v1.2.3
139139
```
140140

141141
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:
142142

143143
<!-- @selectiveCpy -->
144144

145145
```bash
146-
$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash -s -- -v canary
146+
$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash -s -- -v canary
147147
```
148148

149149
{{ blockEnd }}
@@ -321,7 +321,7 @@ For more information, please visit the [managing plugins](./managing-plugins) se
321321
## Next Steps
322322

323323
{{suh_cards}}
324-
{{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 }}
325-
{{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 }}
326-
{{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 }}
324+
{{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 }}
325+
{{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 }}
326+
{{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 }}
327327
{{blockEnd}}

content/v2/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Download the `spin` binary along with a starter set of templates and plugins usi
3434

3535
<!-- @selectiveCpy -->
3636

37-
<pre class="bash spin-install" id="spin-install-quick"><code>$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
37+
<pre class="bash spin-install" id="spin-install-quick"><code>$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
3838
</code></pre>
3939

4040
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
5353

5454
<!-- @selectiveCpy -->
5555

56-
<pre class="bash spin-install" id="spin-install-quick"><code>$ curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
56+
<pre class="bash spin-install" id="spin-install-quick"><code>$ curl -fsSL https://spinframework.dev/downloads/install.sh | bash
5757
</code></pre>
5858

5959
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
238238
## Create Your First Application
239239

240240
{{suh_cards}}
241-
{{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 }}
242-
{{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 }}
243-
{{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 }}
241+
{{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 }}
242+
{{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 }}
243+
{{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 }}
244244
{{blockEnd}}
245245

246246
Now you are ready to create your first Spin application:

spin-up-hub/index.html

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

77
<script
88
defer
9-
data-domain="developer.fermyon.com"
9+
data-domain="spinframework.dev"
1010
src="https://plausible.io/js/script.tagged-events.js"
1111
></script>
1212

spin-up-hub/src/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const store = createStore({
8484
let text = ""
8585
if (res.status != 200) {
8686
text = `<h3>Content not found</h3>
87-
<p>Unable to load the requested resource. Please try again in case it is a transitent error or open an <a href=\"https://github.com/fermyon/developer/issues\">issue</a></p>
87+
<p>Unable to load the requested resource. Please try again in case it is a transient error or open an <a href=\"https://github.com/spinframework/spin-docs/issues\">issue</a></p>
8888
<p>Browse the available content by closing the modal.</p>`
8989
} else {
9090
text = (await res.text())

templates/sitemap.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ For date/time format, see https://www.w3.org/TR/NOTE-datetime
55
}}
66
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
77
<url>
8-
<loc>https://developer.fermyon.com/</loc>
8+
<loc>https://spinframework.dev/</loc>
99
<changefreq>daily</changefreq>
1010
<priority>0.8</priority>
1111
</url>
1212
{{#each (sitemap site.pages) }}
1313
<url>
1414
{{#if (active_project uri "api/hub/")}}
15-
<loc>https://developer.fermyon.com{{replace uri "api/hub/" "hub/preview/"}}</loc>
15+
<loc>https://spinframework.dev{{replace uri "api/hub/" "hub/preview/"}}</loc>
1616
{{else}}
17-
<loc>https://developer.fermyon.com{{uri}}</loc>
17+
<loc>https://spinframework.dev{{uri}}</loc>
1818
{{/if}}
1919
{{#if page.head.date }}<lastmod>{{date_format "%Y-%m-%dT%H:%M:%SZ" page.head.date}}</lastmod>{{/if}}
2020
{{#if (active_project uri "/spin/v1" )}}

0 commit comments

Comments
 (0)