You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
233
233
## Create Your First Application
234
234
235
235
{{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 }}
238
238
{{blockEnd}}
239
239
240
240
Now you are ready to create your first Spin application:
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:
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:
@@ -321,7 +321,7 @@ For more information, please visit the [managing plugins](./managing-plugins) se
321
321
## Next Steps
322
322
323
323
{{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 }}
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
238
238
## Create Your First Application
239
239
240
240
{{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 }}
244
244
{{blockEnd}}
245
245
246
246
Now you are ready to create your first Spin application:
Copy file name to clipboardExpand all lines: spin-up-hub/src/store.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ const store = createStore({
84
84
lettext=""
85
85
if(res.status!=200){
86
86
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>
88
88
<p>Browse the available content by closing the modal.</p>`
0 commit comments