Skip to content

Commit b49dd58

Browse files
committed
Remove more references to other linwood apps
1 parent ed9f6ee commit b49dd58

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
4646
To get started, visit [the contributing guide](CONTRIBUTING.md).
4747

4848
## License

docs/src/content/docs/docs/v1/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: API Reference
33
---
44

5-
# API
6-
75
The current api version is `v0` and paths are prefixed with `/api/v0`.
86

97
## `GET /api/v0/info`

docs/src/content/docs/downloads/macos.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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).

docs/src/content/docs/downloads/selfhosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/src/content/docs/downloads/windows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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).

tools/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: butterfly_tools
1+
name: swamp_tools
22
environment:
33
sdk: ">=3.0.0 <4.0.0"
44
dependencies:

0 commit comments

Comments
 (0)