Skip to content

Commit

Permalink
docs(*): use fermyon/installer links (#1387)
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice authored Oct 8, 2024
1 parent 399291e commit efff5a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/cloud/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Device authorized!

This command will generate an authentication code for your current device to be authorized against the Fermyon Cloud. Follow the instructions in the prompt to complete the authorization process.

{{ details "Learn more" "The default behavior of `spin login` is to authenticate with the Fermyon Cloud. The command can authenticate against any instance of the [Fermyon Platform](https://www.fermyon.dev)." }}
{{ details "Learn more" "The default behavior of `spin login` is to authenticate with the Fermyon Cloud. The command can authenticate against any instance of the [Fermyon Platform](https://github.com/fermyon/installer)." }}

## Clone the Quickstart Repo

Expand Down
6 changes: 3 additions & 3 deletions content/spin/v1/deploying-to-fermyon.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v1/deploying-

## Deploying Microservices & Web Apps

[Fermyon](https://www.fermyon.dev/) is the frictionless WebAssembly platform for deploying
[Fermyon](https://github.com/fermyon/installer) is the frictionless WebAssembly platform for deploying
microservices and web apps. With Fermyon, you can deploy your spin applications onto a server in
moments.

## Running on Your Workstation

For instructions guiding you through running the Fermyon platform on your development workstation,
follow [this guide](https://www.fermyon.dev/quickstart-local).
follow [this guide](https://github.com/fermyon/installer/tree/main/local/README.md).

## Running on AWS

For instructions guiding you through running the Fermyon platform on AWS, follow
[this guide](https://www.fermyon.dev/quickstart-aws).
[this guide](https://github.com/fermyon/installer/tree/main/aws/README.md).
6 changes: 3 additions & 3 deletions content/spin/v2/deploying-to-fermyon.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v2/deploying-

## Fermyon Platform

[Fermyon Platform](https://www.fermyon.dev/) is a self-host platform for Spin applications. With Fermyon, you can deploy your spin applications onto a server in moments.
[Fermyon Platform](https://github.com/fermyon/installer) is a self-hosted platform for Spin applications. With Fermyon, you can deploy your spin applications onto a server in moments.

> Fermyon Platform does not currently support Spin 2.
### Running on Your Workstation

For instructions guiding you through running the Fermyon platform on your development workstation,
follow [this guide](https://www.fermyon.dev/quickstart-local).
follow [this guide](https://github.com/fermyon/installer/tree/main/local/README.md).

### Running on AWS

For instructions guiding you through running the Fermyon platform on AWS, follow
[this guide](https://www.fermyon.dev/quickstart-aws).
[this guide](https://github.com/fermyon/installer/tree/main/aws/README.md).

0 comments on commit efff5a9

Please sign in to comment.