Skip to content

Commit 64f8ab8

Browse files
committed
fix: fermyon/spin -> spinframework/spin
All of the references changed in this commit have been migrated to the spinframework org. Signed-off-by: Matthew Fisher <[email protected]>
1 parent cba4bb3 commit 64f8ab8

File tree

72 files changed

+312
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+312
-315
lines changed

content/api/hub/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The following is a list of the types of content that a user can submit to the Sp
140140
- Spin Application examples
141141
- Code snippets
142142
- **(Spin) Templates**
143-
- Complete components such as the [Spin static-fileserver](https://github.com/fermyon/spin-fileserver)
143+
- Complete components such as the [Spin static-fileserver](https://github.com/spinframework/spin-fileserver)
144144
- **(Spin) Plugins**
145145
- Triggers and tools
146146
- See Lee-Orr’s Message trigger: [https://github.com/lee-orr/spin-message-trigger](https://github.com/lee-orr/spin-message-trigger)
@@ -237,7 +237,7 @@ $ git push -u origin my_new_branch
237237

238238
If you return to your GitHub repository in your browser, you will notice that a PR has automatically been generated for you.
239239

240-
Clicking on the green “Compare and pull request” button will allow you to add a title and description as part of the PR.
240+
Clicking on the green “Compare and pull request” button will allow you to add a title and description as part of the PR.
241241

242242
![Compare and pull request](/static/image/compare_and_pull_request.png)
243243

content/api/hub/sample_hugo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ keywords = "Hugo, spin-fileserver, SSG, template, Fermyon Cloud"
2020

2121
### Getting started
2222

23-
The [hugo-spin](https://github.com/ThorstenHans/hugo-spin) comes with all batteries included to serve your next [Hugo](https://gohugo.io) site leveraging the [`spin-fileserver`](https://github.com/fermyon/spin-fileserver).
23+
The [hugo-spin](https://github.com/ThorstenHans/hugo-spin) comes with all batteries included to serve your next [Hugo](https://gohugo.io) site leveraging the [`spin-fileserver`](https://github.com/spinframework/spin-fileserver).
2424

2525
To get started, open the [hugo-spin](https://github.com/ThorstenHans/hugo-spin) repository and click the "Use this template" button. Once you've created your own repository from the template, you can use the `make start` and `make deploy` to either build and the site locally, or to deploy it to Fermyon Cloud.
26-

content/api/hub/template_http_empty copy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ created_at = "2022-10-15T00:22:56Z"
1212
last_updated = "2022-10-15T00:22:56Z"
1313
spin_version = ">v0.7"
1414
summary = "A template to create an HTTP application with no components"
15-
url = "https://github.com/fermyon/spin/tree/main/templates/http-empty"
15+
url = "https://github.com/spinframework/spin/tree/main/templates/http-empty"
1616
template_id = "http-empty"
17-
repo_url = "https://github.com/fermyon/spin"
17+
repo_url = "https://github.com/spinframework/spin"
1818
keywords = "web app, http, api, starter"
1919

2020
---

content/api/hub/template_http_go copy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ created_at = "2022-10-15T00:22:56Z"
1313
last_updated = "2022-10-15T00:22:56Z"
1414
spin_version = ">v0.2"
1515
summary = "A template to create an HTTP handler in Go"
16-
url = "https://github.com/fermyon/spin/tree/main/templates/http-go"
16+
url = "https://github.com/spinframework/spin/tree/main/templates/http-go"
1717
template_id = "http-go"
18-
repo_url = "https://github.com/fermyon/spin"
18+
repo_url = "https://github.com/spinframework/spin"
1919
keywords = "web app, http, api"
2020

2121
---
2222

2323
This is the default HTTP trigger template for Go. It installs by default with the [Spin install script](../../spin/install#installing-spin).
2424

25-
This guide walks you through how to use it: [HTTP Components](../../spin/go-components#http-components)
25+
This guide walks you through how to use it: [HTTP Components](../../spin/go-components#http-components)

content/api/hub/template_http_js copy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ created_at = "2022-10-15T00:22:56Z"
1313
last_updated = "2022-10-15T00:22:56Z"
1414
spin_version = ">v0.8"
1515
summary = "A template to create an HTTP handler in JavaScript"
16-
url = "https://github.com/fermyon/spin-js-sdk/tree/main/templates/http-js"
16+
url = "https://github.com/spinframework/spin-js-sdk/tree/main/templates/http-js"
1717
template_id = "http-js"
18-
repo_url = "https://github.com/fermyon/spin-js-sdk"
18+
repo_url = "https://github.com/spinframework/spin-js-sdk"
1919
keywords = "web app, http, api"
2020

2121
---
2222

2323
This is the default HTTP trigger template for JavaScript. It installs by default with the [Spin install script](../../spin/install#installing-spin).
2424

25-
This guide walks you through how to use it: [HTTP Components](../../spin/javascript-components#http-components)
25+
This guide walks you through how to use it: [HTTP Components](../../spin/javascript-components#http-components)

content/api/hub/template_http_python copy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ created_at = "2022-10-15T00:22:56Z"
1313
last_updated = "2022-10-15T00:22:56Z"
1414
spin_version = ">v2.2"
1515
summary = "A template to create an HTTP handler in Python"
16-
url = "https://github.com/fermyon/spin-python-sdk/tree/main/templates/http-py"
16+
url = "https://github.com/spinframework/spin-python-sdk/tree/main/templates/http-py"
1717
template_id = "http-py"
18-
repo_url = "https://github.com/fermyon/spin-python-sdk"
18+
repo_url = "https://github.com/spinframework/spin-python-sdk"
1919
keywords = "web app, http, api"
2020

2121
---
@@ -32,4 +32,4 @@ If you do not have Python 3.10 or later, you can install it by following the ins
3232

3333
This is the default HTTP trigger template for Python. It installs by default with the [Spin install script](../../spin/install#installing-spin).
3434

35-
This guide walks you through how to use it: [Structure of a Python Component](../../spin/python-components#structure-of-a-python-component)
35+
This guide walks you through how to use it: [Structure of a Python Component](../../spin/python-components#structure-of-a-python-component)

content/api/hub/template_http_rust copy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ created_at = "2022-10-15T00:22:56Z"
1313
last_updated = "2022-10-15T00:22:56Z"
1414
spin_version = ">v0.2"
1515
summary = "A template to create an HTTP handler in Rust"
16-
url = "https://github.com/fermyon/spin/tree/main/templates/http-rust"
16+
url = "https://github.com/spinframework/spin/tree/main/templates/http-rust"
1717
template_id = "http-rust"
18-
repo_url = "https://github.com/fermyon/spin"
18+
repo_url = "https://github.com/spinframework/spin"
1919
keywords = "web app, http, api"
2020

2121
---
2222

2323
This is the default HTTP trigger template for Rust. It installs by default with the [Spin install script](../../spin/install#installing-spin).
2424

25-
This guide walks you through how to use it: [HTTP Components](../../spin/rust-components#http-components)
25+
This guide walks you through how to use it: [HTTP Components](../../spin/rust-components#http-components)

content/api/hub/template_http_ts copy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ created_at = "2022-10-15T00:22:56Z"
1313
last_updated = "2022-10-15T00:22:56Z"
1414
spin_version = ">v0.8"
1515
summary = "A template to create an HTTP handler in TypeScript"
16-
url = "https://github.com/fermyon/spin-js-sdk/tree/main/templates/http-ts"
16+
url = "https://github.com/spinframework/spin-js-sdk/tree/main/templates/http-ts"
1717
template_id = "http-ts"
18-
repo_url = "https://github.com/fermyon/spin-js-sdk"
18+
repo_url = "https://github.com/spinframework/spin-js-sdk"
1919
keywords = "web app, http, api"
2020

2121
---
2222

2323
This is the default HTTP trigger template for TypeScript. It installs by default with the [Spin install script](../../spin/install#installing-spin).
2424

25-
This guide walks you through how to use it: [HTTP Components](../../spin/javascript-components#http-components)
25+
This guide walks you through how to use it: [HTTP Components](../../spin/javascript-components#http-components)

content/api/hub/template_spin_fileserver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ created_at = "2022-10-15T00:22:56Z"
1313
last_updated = "2023-03-14T00:22:56Z"
1414
spin_version = ">v0.1"
1515
summary = "A Spin template to serve static assets."
16-
url = "https://github.com/fermyon/spin-fileserver"
16+
url = "https://github.com/spinframework/spin-fileserver"
1717
template_id = "static-fileserver"
18-
repo_url = "https://github.com/fermyon/spin"
18+
repo_url = "https://github.com/spinframework/spin"
1919
keywords = "static websites, fileserver"
2020

2121
---

content/bartholomew/contributing-bartholomew.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,14 @@ $ cd ~/bartholomew
205205
$ make bart
206206
```
207207

208-
Once built, you will find the very useful `bart` CLI executable in the `~/bartholomew/target/release` directory.
208+
Once built, you will find the very useful `bart` CLI executable in the `~/bartholomew/target/release` directory.
209209

210210
For more information about how to use the CLI, please type `~/bartholomew/target/release/bart --help`, as shown below:
211211

212212
<!-- @selectiveCpy -->
213213

214214
```bash
215-
$ ~/bartholomew/target/release/bart --help
215+
$ ~/bartholomew/target/release/bart --help
216216
bart 0.6.0
217217
The Bartholomew CLI
218218

@@ -269,7 +269,7 @@ The output from the above command will be similar to the following (depending on
269269

270270
## The Relationship Between Bartholomew and Spin
271271

272-
To run Bartholomew, you will need a Spin-capable runtime.
272+
To run Bartholomew, you will need a Spin-capable runtime.
273273

274274
For Spin, follow [the Spin quickstart guide](/spin/quickstart) which details how to either:
275275
- download the latest Spin binary release,
@@ -278,7 +278,7 @@ For Spin, follow [the Spin quickstart guide](/spin/quickstart) which details how
278278

279279
## The Relationship Between Bartholomew and the Spin Fileserver
280280

281-
Bartholomew uses an external file server called [Spin-Fileserver](https://github.com/fermyon/spin-fileserver). This file server facilitates the presentation of files to the end users. For example, whilst the web page contents (HTML) are generated dynamically upon request, image elements in that HTML page source can point to images that are stored on the host server. The Spin file server ensures that these static images are correctly served to the client's web browser (as per the HTML's requirements.)
281+
Bartholomew uses an external file server called [Spin-Fileserver](https://github.com/spinframework/spin-fileserver). This file server facilitates the presentation of files to the end users. For example, whilst the web page contents (HTML) are generated dynamically upon request, image elements in that HTML page source can point to images that are stored on the host server. The Spin file server ensures that these static images are correctly served to the client's web browser (as per the HTML's requirements.)
282282

283283
Please build the spin-fileserver and then copy the resulting `spin_static_fs.wasm` file into Bartholomew's `modules/` directory. This will ensure that you are running the latest release of the spin-fileserver.
284284

@@ -456,7 +456,7 @@ The final stage of a successful contribution will be a notification that the PR
456456

457457
## Thank You
458458

459-
At this point, you have performed a significant amount of work which is greatly appreciated.
459+
At this point, you have performed a significant amount of work which is greatly appreciated.
460460

461461
Thank you for contributing!
462462

0 commit comments

Comments
 (0)