Skip to content

Commit 9eb2297

Browse files
authored
chore(*): update urls, authors, etc (#130)
Signed-off-by: Vaughn Dice <vdice@akamai.com>
1 parent 8c35212 commit 9eb2297

19 files changed

Lines changed: 30 additions & 30 deletions

File tree

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ <h1 class="title">Package <code>spin_sdk</code></h1>
2323
</header>
2424
<section id="section-intro">
2525
<p>Spin Python SDK</p>
26-
<p>This is an SDK for creating <a href="https://github.com/fermyon/spin">Spin</a> apps using Python.</p>
27-
<p>Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found <a href="https://fermyon.github.io/spin-python-sdk/v1/index.html">here</a>.</p>
26+
<p>This is an SDK for creating <a href="https://github.com/spinframework/spin">Spin</a> apps using Python.</p>
27+
<p>Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found <a href="https://spinframework.github.io/spin-python-sdk/v1/index.html">here</a>.</p>
2828
<details class="source">
2929
<summary>
3030
<span>Expand source code</span>
3131
</summary>
3232
<pre><code class="python">&#34;&#34;&#34;Spin Python SDK
3333

34-
This is an SDK for creating [Spin](https://github.com/fermyon/spin) apps using Python.
34+
This is an SDK for creating [Spin](https://github.com/spinframework/spin) apps using Python.
3535

36-
Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found [here](https://fermyon.github.io/spin-python-sdk/v1/index.html).
36+
Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found [here](https://spinframework.github.io/spin-python-sdk/v1/index.html).
3737
&#34;&#34;&#34;</code></pre>
3838
</details>
3939
</section>

docs/v2/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ <h1 class="title">Package <code>spin_sdk</code></h1>
2323
</header>
2424
<section id="section-intro">
2525
<p>Spin Python SDK</p>
26-
<p>This is an SDK for creating <a href="https://github.com/fermyon/spin">Spin</a> apps using Python.</p>
27-
<p>Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found <a href="https://fermyon.github.io/spin-python-sdk/v1/index.html">here</a>.</p>
26+
<p>This is an SDK for creating <a href="https://github.com/spinframework/spin">Spin</a> apps using Python.</p>
27+
<p>Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found <a href="https://spinframework.github.io/spin-python-sdk/v1/index.html">here</a>.</p>
2828
<details class="source">
2929
<summary>
3030
<span>Expand source code</span>
3131
</summary>
3232
<pre><code class="python">&#34;&#34;&#34;Spin Python SDK
3333

34-
This is an SDK for creating [Spin](https://github.com/fermyon/spin) apps using Python.
34+
This is an SDK for creating [Spin](https://github.com/spinframework/spin) apps using Python.
3535

36-
Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found [here](https://fermyon.github.io/spin-python-sdk/v1/index.html).
36+
Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found [here](https://spinframework.github.io/spin-python-sdk/v1/index.html).
3737
&#34;&#34;&#34;</code></pre>
3838
</details>
3939
</section>

docs/v3/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ <h1 class="title">Package <code>spin_sdk</code></h1>
3737
</header>
3838
<section id="section-intro">
3939
<p>Spin Python SDK</p>
40-
<p>This is an SDK for creating <a href="https://github.com/fermyon/spin">Spin</a> apps using Python.</p>
41-
<p>Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found <a href="https://fermyon.github.io/spin-python-sdk/v1/index.html">here</a>.</p>
40+
<p>This is an SDK for creating <a href="https://github.com/spinframework/spin">Spin</a> apps using Python.</p>
41+
<p>Note that this SDK supercedes an earlier, experimental version, the documentation for which may be found <a href="https://spinframework.github.io/spin-python-sdk/v1/index.html">here</a>.</p>
4242
</section>
4343
<section>
4444
<h2 class="section-title" id="header-submodules">Sub-modules</h2>

examples/external-lib-example/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spin_manifest_version = 2
33
[application]
44
name = "test"
55
version = "0.1.0"
6-
authors = ["Fermyon Engineering <engineering@fermyon.com>"]
6+
authors = ["Spin Framework Contributors"]
77
description = ""
88

99
[[trigger.http]]

examples/hello/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spin_manifest_version = 2
33
[application]
44
name = "test"
55
version = "0.1.0"
6-
authors = ["Fermyon Engineering <engineering@fermyon.com>"]
6+
authors = ["Spin Framework Contributors"]
77
description = ""
88

99
[[trigger.http]]

examples/matrix-math/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spin_manifest_version = 2
33
[application]
44
name = "test"
55
version = "0.1.0"
6-
authors = ["Fermyon Engineering <engineering@fermyon.com>"]
6+
authors = ["Spin Framework Contributors"]
77
description = ""
88

99
[[trigger.http]]

examples/outgoing-request/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spin_manifest_version = 2
33
[application]
44
name = "test"
55
version = "0.1.0"
6-
authors = ["Fermyon Engineering <engineering@fermyon.com>"]
6+
authors = ["Spin Framework Contributors"]
77
description = ""
88

99
[[trigger.http]]

examples/redis-trigger/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spin_manifest_version = 2
22

33
[application]
4-
authors = ["Fermyon Engineering <engineering@fermyon.com>"]
4+
authors = ["Spin Framework Contributors"]
55
description = "A redis application."
66
name = "spin-redis"
77
version = "0.1.0"

examples/spin-kv/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spin_manifest_version = 2
33
[application]
44
name = "test"
55
version = "0.1.0"
6-
authors = ["Fermyon Engineering <engineering@fermyon.com>"]
6+
authors = ["Spin Framework Contributors"]
77
description = ""
88

99
[[trigger.http]]

examples/spin-llm/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spin_manifest_version = 2
33
[application]
44
name = "test"
55
version = "0.1.0"
6-
authors = ["Fermyon Engineering <engineering@fermyon.com>"]
6+
authors = ["Spin Framework Contributors"]
77
description = ""
88

99
[[trigger.http]]

0 commit comments

Comments
 (0)