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
@@ -23,19 +23,19 @@ applications and how to get started.
23
23
24
24
## Getting started
25
25
26
-
See the [Install Spin](https://developer.fermyon.com/spin/install) page of the [Spin documentation](https://developer.fermyon.com/spin/index) for a detailed
26
+
See the [Install Spin](https://spinframework.dev/install) page of the [Spin documentation](https://spinframework.dev) for a detailed
27
27
guide on installing and configuring Spin, but in short run the following commands:
Alternatively, you could [build Spin from source](https://developer.fermyon.com/spin/contributing/).
33
+
Alternatively, you could [build Spin from source](https://spinframework.dev/contributing-spin).
34
34
35
-
To get started writing apps, follow the [quickstart guide](https://developer.fermyon.com/spin/quickstart/),
35
+
To get started writing apps, follow the [quickstart guide](https://spinframework.dev/quickstart/),
36
36
and then follow the
37
-
[Rust](https://developer.fermyon.com/spin/rust-components/), [JavaScript](https://developer.fermyon.com/spin/javascript-components), [Python](https://developer.fermyon.com/spin/python-components), or [Go](https://developer.fermyon.com/spin/go-components/)
38
-
language guides, and the [guide on writing Spin applications](https://developer.fermyon.com/spin/configuration/).
37
+
[Rust](https://spinframework.dev/rust-components/), [JavaScript](https://spinframework.dev/javascript-components), [Python](https://spinframework.dev/python-components), or [Go](https://spinframework.dev/go-components/)
38
+
language guides, and the [guide on writing Spin applications](https://spinframework.dev/writing-apps/).
39
39
40
40
## Usage
41
41
Below is an example of using the `spin` CLI to create a new Spin application. To run the example you will need to install the `wasm32-wasip1` target for Rust.
You can make the app do more by editting the `src/lib.rs` file in the `hello-rust` directory using your favorite editor or IDE. To learn more about writing Spin applications see [Writing Applications](https://developer.fermyon.com/spin/writing-apps) in the Spin documentation. To learn how to publish and distribute your application see the [Publishing and Distribution](https://developer.fermyon.com/spin/distributing-apps) guide in the Spin documentation.
84
-
85
-
For more information on the cli commands and subcommands see the [CLI Reference](https://developer.fermyon.com/common/cli-reference).
83
+
You can make the app do more by editting the `src/lib.rs` file in the `hello-rust` directory using your favorite editor or IDE. To learn more about writing Spin applications see [Writing Applications](https://spinframework.dev/writing-apps) in the Spin documentation. To learn how to publish and distribute your application see the [Publishing and Distribution](https://spinframework.dev/distributing-apps) guide in the Spin documentation.
86
84
87
85
## Language Support for Spin Features
88
86
89
-
The table below summarizes the [feature support](https://developer.fermyon.com/spin/language-support-overview) in each of the language SDKs.
87
+
The table below summarizes the [feature support](https://spinframework.dev/language-support-overview) in each of the language SDKs.
|[Authoring Custom Triggers](https://developer.fermyon.com/spin/extending-and-embedding)| Supported | Not Supported | Not Supported | Not Supported | Not Supported |
104
+
|[Authoring Custom Triggers](https://spinframework.dev/extending-and-embedding)| Supported | Not Supported | Not Supported | Not Supported | Not Supported |
107
105
108
106
## Getting Involved and Contributing
109
107
@@ -113,7 +111,7 @@ Each Monday at 2:30om UTC and 9:00pm UTC (alternating), we meet to discuss Spin
113
111
114
112
The [Spin Project Meeting agenda](https://docs.google.com/document/d/1EG392gb8Eg-1ZEPDy18pgFZvMMrdAEybpCSufFXoe00/edit?usp=sharing) is a public document. The document contains a rolling agenda with the date and time of each meeting, the Zoom link, and topics of discussion for the day. You will also find the meeting minutes for each meeting and the link to the recording. If you have something you would like to demo or discuss at the project meeting, we encourage you to add it to the agenda.
115
113
116
-
You can find the contributing guide [here](https://developer.fermyon.com/spin/contributing).
114
+
You can find the contributing guide [here](https://spinframework.dev/contributing-spin).
0 commit comments