From d58a803d6609fc02667e14a1af07fcc9f7e98cdd Mon Sep 17 00:00:00 2001 From: Gleb Vorontsov Date: Mon, 18 Sep 2023 12:31:02 +0200 Subject: [PATCH] Update links --- docs/develop/dapps/telegram-apps/app-examples.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/develop/dapps/telegram-apps/app-examples.mdx b/docs/develop/dapps/telegram-apps/app-examples.mdx index 88e50c732f..6e111cedb7 100644 --- a/docs/develop/dapps/telegram-apps/app-examples.mdx +++ b/docs/develop/dapps/telegram-apps/app-examples.mdx @@ -8,7 +8,7 @@ Check out the examples below to see how to create your own Telegram Web App.


- logo of telegram web apps + logo of telegram web apps

@@ -20,7 +20,7 @@ This is a basic and straightforward Telegram Web App(TWA) implemented using plai - Deployment URL: [twa-dev.github.io/simple-telegram-web-app](https://twa-dev.github.io/simple-telegram-web-app/) - + @@ -40,7 +40,7 @@ To run this example, you'll need a modern web browser with JavaScript enabled. 1. Clone this repository to your local machine: ```bash -git clone https://github.com/twa-dev/simple-telegram-web-app.git +git clone https://github.com/twa-dev/vanilla-js-boilerplate.git ``` 2. Navigate to the project directory: @@ -64,7 +64,7 @@ Open index.html in your preferred code editor or IDE. Vite (which means "fast" in French) is a front-end build tool and development server that aims to provide a faster and leaner development experience for modern web projects. We will utilise Vite to create Telegram Web App example. -You can find example project here [https://github.com/twa-dev/my-react-telegram-web-app](https://github.com/twa-dev/my-react-telegram-web-app) or you can go through following instructions. +You can find example project here [https://github.com/twa-dev/vite-boilerplate](https://github.com/twa-dev/vite-boilerplate) or you can go through following instructions. ### Prerequisites