We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c8d678 + 60cf0bf commit 9018a0bCopy full SHA for 9018a0b
.github/workflows/spin.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- uses: actions/checkout@v3
26
with:
27
- repository: 'fermyon/spin'
+ repository: "spinframework/spin"
28
ref: ${{ env.spin_ref }}
29
path: spin
30
readme.md
@@ -1,8 +1,8 @@
1
-# Fermyon Rust Docs
+# Spin Rust Docs
2
3
-This repo hosts generated Rust documentation for public Fermyon projects:
+This repo hosts generated Rust documentation for Spin:
4
5
- Spin:
6
- - `main`: <https://fermyon.github.io/rust-docs/spin/main/>
7
- - Tagged versions, e.g. <https://fermyon.github.io/rust-docs/spin/v0.7.1/>
+ - `main`: <https://spinframework.github.io/rust-docs/spin/main/>
+ - Tagged versions, e.g. <https://spinframework.github.io/rust-docs/spin/v0.7.1/>
8
0 commit comments