Skip to content

Commit 4bf39e2

Browse files
committed
fix: update club links to point to the new /pricing page
1 parent f45d2fd commit 4bf39e2

File tree

16 files changed

+30
-99
lines changed

16 files changed

+30
-99
lines changed

docs/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ When choosing the name for Wokwi, we were looking for a short word that would be
1111

1212
If you haven't signed in to Wokwi, use the same device & browser that saved the project and visit [https://wokwi.com/dashboard/projects](https://wokwi.com/dashboard/projects). If you sign in to Wokwi before saving projects, that same URL will show all projects that you have saved on any device/browser. You can also navigate to your saved projects by clicking on your profile picture and selecting "My Projects" from the menu.
1313

14+
## How do I change or cancel my subscription?
15+
16+
You can manage your subscription, including updating or canceling it, by visiting the [Subscriptions page](https://wokwi.com/dashboard/subscriptions).
17+
1418
## The simulation is slow, how can I make it faster?
1519

1620
There are many factors that can affect the simulation speed. Here are some tips that can help you get better performance:

docs/getting-started/wokwi-club.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/guides/esp32-wifi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ Note: We need to specify the auth_method to `None` in the ClientConfiguration.
103103

104104
Wokwi uses a special gateway to connect your simulated ESP32 to the internet. This gateway is required since web browsers do not allow direct internet access. There are two ways you can use the Wokwi IoT Gateway: the Public Gateway, and the Private Gateway.
105105

106-
| | Public Gateway | Private Gateway |
107-
| -------------------- | --------------------- | ------------------------------------------------------ |
108-
| Speed | Slower | Faster |
109-
| Stability | Medium | High |
110-
| Location | Remote, in the cloud | Runs on your computer |
111-
| Privacy | Connections monitored | No monitoring |
112-
| Outgoing connections |||
113-
| Incoming connections |||
114-
| Availability | All users | Only for [Club](../getting-started/wokwi-club) members |
106+
| | Public Gateway | Private Gateway |
107+
|----------------------|-----------------------|---------------------------------------------------------------|
108+
| Speed | Slower | Faster |
109+
| Stability | Medium | High |
110+
| Location | Remote, in the cloud | Runs on your computer |
111+
| Privacy | Connections monitored | No monitoring |
112+
| Outgoing connections | | |
113+
| Incoming connections | | |
114+
| Availability | All users | [Paying users](https://wokwi.com/pricing?ref=docs_esp32_wifi) |
115115

116116
### The Public Gateway
117117

@@ -127,7 +127,7 @@ The Private Gateway is a small application that you download and run on your com
127127
- Your ESP32 projects can access services [running on your computer](#connecting-to-your-local-machine) or your local network (e.g. a local MQTT or HTTP server)
128128
- You can run a web server on the ESP32 and connect to it from your browser (explained below)
129129

130-
The Private Gateway is only available for users who join [The Wokwi Club](../getting-started/wokwi-club).
130+
The Private Gateway is only available for [paying users](https://wokwi.com/pricing?ref=docs_esp32_wifi).
131131

132132
#### Installation
133133

docs/guides/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can use this method to install any Arduino library from the Arduino Library
1515

1616
### Uploading custom libraries
1717

18-
[Club members](https://wokwi.com/club?refs=docs_libman) can upload any Arduino library by selecting a folder from their computer. To upload a custom library, click on the blue "+" button in the Arduino library manager and then click on "Upload a Library".
18+
[Paying users](https://wokwi.com/pricing?refs=docs_libman) can upload any Arduino library by selecting a folder from their computer. To upload a custom library, click on the blue "+" button in the Arduino library manager and then click on "Upload a Library".
1919

2020
The selected folder should contain the source code for the library (.h and .c/.cpp files). After selecting a folder, Wokwi will zip its contents and upload it to the Wokwi build server. You will be able to see the library in the Library Mananger as a .zip file.
2121

docs/parts/wokwi-microsd-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you start the simulation, Wokwi creates a FAT16 file system and attaches it
2727

2828
### Uploading binary files
2929

30-
[Club](https://wokwi.com) users can upload custom binary files (e.g. bitmaps, sounds, etc.) to the microSD card's filesystem. After adding a microSD card to your project, you'll see a new "SD Card" tab next to the other tabs in the code editor. Click on the "Upload Files" buttons and select any files you wish to upload.
30+
[Paying users](https://wokwi.com/pricing?ref=docs_sdcard) can upload custom binary files (e.g. bitmaps, sounds, etc.) to the microSD card's filesystem. After adding a microSD card to your project, you'll see a new "SD Card" tab next to the other tabs in the code editor. Click on the "Upload Files" buttons and select any files you wish to upload.
3131

3232
You can also upload a complete folder tree (useful if you have a physical SD card attached to your computer and you want to upload all the data from it, as-as). Click on the small arrow next to the "Upload Files" button and select "Upload complete folder". Then select the folder with the files you want to upload.
3333

docs/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Here are some quick examples of things you can make with Wokwi:
4848
- [WiFi simulation](guides/esp32-wifi) - Connect your simulated project to the internet. You can use MQTT, HTTP, NTP, and many other network protocols.
4949
- [Virtual Logic Analyzer](guides/logic-analyzer) - Capture digital signals in your simulation (e.g. UART, I2C, SPI) and analyze them on your computer.
5050
- [Advanced debugging with GDB](gdb-debugging) - Powerful Arduino and Raspberry Pi Pico debugger for advanced users.
51-
- [SD card simulation](parts/wokwi-microsd-card) - Store and retrieve files and directories from your code. [Club](getting-started/wokwi-club) members can also upload binary files (such as images)
51+
- [SD card simulation](parts/wokwi-microsd-card) - Store and retrieve files and directories from your code. [Paying users](https://wokwi.com/pricing?ref=docs_sdcard) can also upload binary files (such as images)
5252
- [Chips API](chips-api/getting-started) - Create your own custom chips and parts, and share them with the community.
5353
- [Visual Studio Code integration](vscode/getting-started) - Simulate your embedded projects directly from VS Code.
5454

5555
## How much does it cost?
5656

57-
Wokwi is free to use. Professional and frequent users can [join the Club](https://wokwi.com/club?ref=docs_welcome), influence our [development roadmap](https://wokwi.com/features), and get access to [advanced features](getting-started/wokwi-club).
57+
Wokwi is free for personal use. For commercial users and professionals, please check out our paid plans in the [pricing page](https://wokwi.com/pricing?ref=docs_welcome).

i18n/de-DE/docusaurus-plugin-content-docs/current/getting-started/wokwi-club.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

i18n/de-DE/docusaurus-plugin-content-docs/current/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Hier sind ein paar Beispiele, was du mit Wokwi machen kannst:
4747
- [WLAN Simulation](guides/esp32-wifi) - Verbinde dein Projekt mit dem Internet. Du kannst MQTT, HTTP, NTP und viele andere Protokolle nutzen.
4848
- [Virtuell Logik analysieren](guides/logic-analyzer) - Du kannst digitale Signale in deiner Simulation (z.B. UART, I2C, SPI) aufnehmen und dann auf deinem Computer analysieren.
4949
- [Fortgeschrittenes Debugging mit GDB](gdb-debugging) - Ein mächtiger Arduino und Raspberry P Pico Debugger für fortgeschrittene Nutzer.
50-
- [SD-Karten Simulation](parts/wokwi-microsd-card) - Speichern und Abrufen von Dateien und Verzeichnissen aus deinem Code. [Club](getting-started/wokwi-club)-Mitglieder können sogar Medien (wie z.B. Bilder) hochladen.
50+
- [SD-Karten Simulation](parts/wokwi-microsd-card) - Speichern und Abrufen von Dateien und Verzeichnissen aus deinem Code. [Club](https://wokwi.com/pricing?ref=docs_sdcard)-Mitglieder können sogar Medien (wie z.B. Bilder) hochladen.
5151
- [Chips API](chips-api/getting-started) - Erstelle deine eigenen Chips und Bauteile und teile sie mit der Community.
5252
- [VS Code integration](vscode/getting-started) - Simuliere deine Projekte direkt in VS Code.
5353

5454
## Wie viel kosted das ganze?
5555

56-
Wokwi ist kostenlos. Du kannst natürlich auch dem [Wokwi-Club beitreten](https://wokwi.com/club?ref=docs_welcome), um unsere [Roadmap](https://wokwi.com/features) zu beeinflussen, und bekommst Zugriff auf einige [fortgeschrittene Funktionen](getting-started/wokwi-club).
56+
Wokwi ist für den persönlichen Gebrauch kostenlos. Für kommerzielle Nutzer und Profis, bitte schauen Sie sich unsere kostenpflichtigen Pläne auf der [Preisseite](https://wokwi.com/pricing?ref=docs_welcome) an.

i18n/pt-BR/docusaurus-plugin-content-docs/current/getting-started/wokwi-club.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

i18n/pt-BR/docusaurus-plugin-content-docs/current/guides/esp32-wifi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Wokwi usa um gateway especial para conectar seu ESP32 simulado à internet. Este
7070
| Privacidade | Conexões monitoradas | Sem monitoramento |
7171
| Conexões de saída |||
7272
| Conexões de entrada |||
73-
| Disponibilidade | Todos os usuários | Apenas para membros do [Club](../getting-started/wokwi-club) |
73+
| Disponibilidade | Todos os usuários | [Usuários pagantes](https://wokwi.com/pricing?ref=docs_esp32_wifi) |
7474

7575
### O Gateway Publico
7676

@@ -86,7 +86,7 @@ O Gateway Privado é um pequeno aplicativo que você baixa e executa em seu comp
8686
- Seus projetos ESP32 podem acessar serviços executados em seu computador ou em sua rede local (por exemplo, um servidor MQTT ou HTTP local)
8787
- Você pode executar um servidor web no ESP32 e conectar-se a ele a partir do seu navegador (explicado abaixo)
8888

89-
O Gateway Privado está disponível apenas para usuários que ingressam [no Wokwi Club](../getting-started/wokwi-club).
89+
O Gateway Privado está disponível apenas para [usuários pagantes](https://wokwi.com/pricing?ref=docs_esp32_wifi).
9090

9191
#### Instalação
9292

0 commit comments

Comments
 (0)