Skip to content

Commit 659be76

Browse files
committed
Replace local cloud links to vendor links to fix breakage
We will remove these or replace them with vendor-neutral references in a later pass Signed-off-by: itowlson <[email protected]>
1 parent 97e338c commit 659be76

23 files changed

+89
-89
lines changed

content/v1/cli-reference.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -522,19 +522,19 @@ SUBCOMMANDS:
522522

523523
{{ startTab "v1.3"}}
524524

525-
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference).
525+
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference).
526526

527527
{{ blockEnd }}
528528

529529
{{ startTab "v1.4"}}
530530

531-
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference).
531+
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference).
532532

533533
{{ blockEnd }}
534534

535535
{{ startTab "v1.5"}}
536536

537-
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference).
537+
The `spin cloud` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference).
538538

539539
{{ blockEnd }}
540540

@@ -689,19 +689,19 @@ OPTIONS:
689689

690690
{{ startTab "v1.3"}}
691691

692-
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-deploy).
692+
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-deploy).
693693

694694
{{ blockEnd }}
695695

696696
{{ startTab "v1.4"}}
697697

698-
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-deploy).
698+
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-deploy).
699699

700700
{{ blockEnd }}
701701

702702
{{ startTab "v1.5"}}
703703

704-
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-deploy).
704+
The `spin cloud deploy` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-deploy).
705705

706706
{{ blockEnd }}
707707

@@ -888,19 +888,19 @@ OPTIONS:
888888

889889
{{ startTab "v1.3"}}
890890

891-
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-login).
891+
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-login).
892892

893893
{{ blockEnd }}
894894

895895
{{ startTab "v1.4"}}
896896

897-
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-login).
897+
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-login).
898898

899899
{{ blockEnd }}
900900

901901
{{ startTab "v1.5"}}
902902

903-
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-login).
903+
The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-login).
904904

905905
{{ blockEnd }}
906906

@@ -913,19 +913,19 @@ The `spin cloud login` command is implemented by the [Fermyon Cloud Plugin](/clo
913913

914914
{{ startTab "v1.3"}}
915915

916-
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-variables).
916+
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-variables).
917917

918918
{{ blockEnd }}
919919

920920
{{ startTab "v1.4"}}
921921

922-
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-variables).
922+
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-variables).
923923

924924
{{ blockEnd }}
925925

926926
{{ startTab "v1.5"}}
927927

928-
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](/cloud/cloud-command-reference#spin-cloud-variables).
928+
The `spin cloud variables` command is implemented by the [Fermyon Cloud Plugin](https://developer.fermyon.com/cloud/cloud-command-reference#spin-cloud-variables).
929929

930930
{{ blockEnd }}
931931

content/v1/running-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ For additional information about Spin's `watch` feature, please see the [Spin wa
137137
- Learn how to [create and update a Spin application](writing-apps)
138138
- Learn about how to [configure your application at runtime](dynamic-configuration)
139139
- See how to [package and distribute your application](registry-tutorial)
140-
- Try deploying your application to run in the [Fermyon Cloud](/cloud/quickstart)
140+
- Try deploying your application to run in the [Fermyon Cloud](https://developer.fermyon.com/cloud/quickstart)

content/v1/see-what-people-have-built-with-spin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Check out our [NoOps and Serverless Are the Perfect Pair](https://www.fermyon.co
7575
- Try [running your application locally](running-apps)
7676
- Learn about how to [configure your application at runtime](dynamic-configuration)
7777
- Look up details in the [application manifest reference](manifest-reference)
78-
- Try deploying a Spin application to the [Fermyon Cloud](/cloud/quickstart)
78+
- Try deploying a Spin application to the [Fermyon Cloud](https://developer.fermyon.com/cloud/quickstart)

content/v1/spin-application-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ This is the recommended Spin application structure.
205205
- Discover how Spin application authors [design and organise applications](see-what-people-have-built-with-spin)
206206
- Learn about how to [configure your application at runtime](dynamic-configuration)
207207
- Look up details in the [application manifest reference](manifest-reference)
208-
- Try deploying a Spin application to the [Fermyon Cloud](/cloud/quickstart)
208+
- Try deploying a Spin application to the [Fermyon Cloud](https://developer.fermyon.com/cloud/quickstart)

content/v1/sqlite-api-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ By default, a given component of an app will not have access to any SQLite datab
2626
sqlite_databases = ["default"]
2727
```
2828

29-
> Note: To deploy your Database application to Fermyon Cloud using `spin cloud deploy`, see the [SQLite Database](/cloud/noops-sql-db#accessing-private-beta) section in the documentation. It covers signing up for the private beta and setting up your Cloud database tables and initial data.
29+
> Note: To deploy your Database application to Fermyon Cloud using `spin cloud deploy`, see the [SQLite Database](https://developer.fermyon.com/cloud/noops-sql-db#accessing-private-beta) section in the documentation. It covers signing up for the private beta and setting up your Cloud database tables and initial data.
3030
3131
## Using SQLite Storage From Applications
3232

content/v1/writing-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,4 +404,4 @@ channel = "messages"
404404
- Discover how Spin application authors [design and organise applications](see-what-people-have-built-with-spin)
405405
- Learn about how to [configure your application at runtime](dynamic-configuration)
406406
- Look up details in the [application manifest reference](manifest-reference)
407-
- Try deploying a Spin application to the [Fermyon Cloud](/cloud/quickstart)
407+
- Try deploying a Spin application to the [Fermyon Cloud](https://developer.fermyon.com/cloud/quickstart)

content/v2/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ workdir = "deep"
204204
## Next Steps
205205

206206
- Try [running your application locally](running-apps)
207-
- Try deploying a Spin application to the [Fermyon Cloud](/cloud/quickstart)
207+
- Try deploying a Spin application to the [Fermyon Cloud](https://developer.fermyon.com/cloud/quickstart)

0 commit comments

Comments
 (0)