Skip to content

Commit 8bf76af

Browse files
committed
Switch install and hub links over to new site
Signed-off-by: itowlson <[email protected]>
1 parent 29c50af commit 8bf76af

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

content/v3/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 }}
@@ -309,7 +309,7 @@ For more information, please visit the [managing plugins](./managing-plugins) se
309309
## Next Steps
310310

311311
{{suh_cards}}
312-
{{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 }}
313-
{{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 }}
314-
{{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 }}
312+
{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "/hub/preview/sample_checklist" "Typescript,Http,Kv" true }}
313+
{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "/hub/preview/template_zola_ssg" "rust" true }}
314+
{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" true }}
315315
{{blockEnd}}

content/v3/plugin-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ $ spin plugin install --file practice.json
134134
$ spin practice
135135
```
136136

137-
> While developing a plugin, you can [use the `pluginify` plugin to automate packaging and installation](https://developer.fermyon.com/hub/preview/plugin_spin_pluginify) for testing in the Spin environment. This saves going through the package-manifest-install cycle every time you want to try an update!
137+
> While developing a plugin, you can [use the `pluginify` plugin to automate packaging and installation](/hub/preview/plugin_spin_pluginify) for testing in the Spin environment. This saves going through the package-manifest-install cycle every time you want to try an update!
138138
139139
### Contributing a Plugin
140140

content/v3/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:
@@ -229,9 +229,9 @@ You'll need the TinyGo compiler, as the standard Go compiler does not yet suppor
229229
## Create Your First Application
230230

231231
{{suh_cards}}
232-
{{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 }}
233-
{{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 }}
234-
{{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 }}
232+
{{card_element "sample" "Checklist Sample App" "A checklist app that persists data in a key value store" "/hub/preview/sample_checklist" "Typescript,Http,Kv" true }}
233+
{{card_element "sample" "AI-assisted News Summarizer" "Read an RSS newsfeed and have AI summarize it for you" "/hub/preview/sample_newsreader_ai" "Typescript,Javascript,Ai" true }}
234+
{{card_element "template" "Zola SSG Template" "A template for using Zola framework to create a static webpage" "/hub/preview/template_zola_ssg" "rust" true }}
235235
{{blockEnd}}
236236

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

0 commit comments

Comments
 (0)