File tree Expand file tree Collapse file tree 6 files changed +7
-9
lines changed
Expand file tree Collapse file tree 6 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Read more in the [documentation](https://swamp.linwood.dev/docs/v1/intro).
4242
4343## Contributing
4444
45- We are happy to see that you are interested in contributing to Butterfly .
45+ We are happy to see that you are interested in contributing to Swamp .
4646To get started, visit [ the contributing guide] ( CONTRIBUTING.md ) .
4747
4848## License
Original file line number Diff line number Diff line change 22title : API Reference
33---
44
5- # API
6-
75The current api version is ` v0 ` and paths are prefixed with ` /api/v0 ` .
86
97## ` GET /api/v0/info `
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import DownloadButton from '/src/components/DownloadButton.astro';
1212<Tabs >
1313<TabItem label = " Nightly" >
1414 <CardGrid >
15- <DownloadButton href = " https://github.com/LinwoodDev/butterfly /releases/download/nightly/linwood-swamp-server-macos.zip" title = " Server" />
15+ <DownloadButton href = " https://github.com/LinwoodDev/swamp /releases/download/nightly/linwood-swamp-server-macos.zip" title = " Server" />
1616 </CardGrid >
1717</TabItem >
1818</Tabs >
1919
20- Read more about the nightly version of Butterfly [ here] ( /community/nightly ) .
20+ Read more about the nightly version of Swamp [ here] ( /community/nightly ) .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Selfhosting
44
55![ Nightly release version] ( https://img.shields.io/badge/dynamic/yaml?color=1CC637&label=Nightly&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2FLinwoodDev%2FSwamp%2Fnightly%2Fserver%2Fpubspec.yaml&style=for-the-badge )
66
7- It is very easy to host your own butterfly web server.
7+ It is very easy to host your own swamp server.
88
99## Simple server
1010
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ import DownloadButton from '/src/components/DownloadButton.astro';
1717<Tabs >
1818<TabItem label = " Nightly" >
1919 <CardGrid >
20- <DownloadButton href = " https://github.com/LinwoodDev/butterfly /releases/download/nightly/linwood-swamp-server-windows-x86_64.exe" title = " Server (x86_64)" />
20+ <DownloadButton href = " https://github.com/LinwoodDev/swamp /releases/download/nightly/linwood-swamp-server-windows-x86_64.exe" title = " Server (x86_64)" />
2121 </CardGrid >
2222</TabItem >
2323</Tabs >
2424
25- Read more about the nightly version of Butterfly [ here] ( /community/nightly ) .
25+ Read more about the nightly version of Swamp [ here] ( /community/nightly ) .
Original file line number Diff line number Diff line change 1- name : butterfly_tools
1+ name : swamp_tools
22environment :
33 sdk : " >=3.0.0 <4.0.0"
44dependencies :
You can’t perform that action at this time.
0 commit comments