Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Vorontsov committed Sep 18, 2023
1 parent 9401a92 commit d58a803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/develop/dapps/telegram-apps/app-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Check out the examples below to see how to create your own Telegram Web App.

<p align="center">
<br />
<img width="240" src="https://github.com/twa-dev/simple-telegram-web-app/raw/master/assets/tapps.png" alt="logo of telegram web apps" />
<img width="240" src="https://github.com/twa-dev/vanilla-js-boilerplate/raw/master/assets/tapps.png" alt="logo of telegram web apps" />
<br />
</p>

Expand All @@ -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/)

<Button href="https://t.me/simple_telegram_web_app_bot/app" colorType={'primary'} sizeType={'sm'}>Open Demo</Button>
<Button href="https://github.com/twa-dev/simple-telegram-web-app" colorType={'secondary'} sizeType={'sm'}>GitHub</Button>
<Button href="https://github.com/twa-dev/vanilla-js-boilerplate" colorType={'secondary'} sizeType={'sm'}>GitHub</Button>



Expand All @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit d58a803

Please sign in to comment.