From b3821a18e6f26126f3a371ab4092729cb4a5b705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1lm=C3=A1n=20Tarnay?= Date: Tue, 25 Feb 2014 22:51:15 +0100 Subject: [PATCH] fixed MTProto link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b11361e..2a8f59ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## [Webogram](http://zhukov.github.io/webogram) – UNOFFICIAL Telegram Web App -Telegram offers great [apps for mobile communication](https://www.telegram.org). It is based on the [MTProto protocol](https://core.telegram.org/protocol) and has an [Open API](http://core.telegram.org/api). I personally like Telegram for its speed and cloud-support (that makes a web app possible, unlike in the case of WA and others). +Telegram offers great [apps for mobile communication](https://www.telegram.org). It is based on the [MTProto protocol](https://core.telegram.org/mtproto) and has an [Open API](http://core.telegram.org/api). I personally like Telegram for its speed and cloud-support (that makes a web app possible, unlike in the case of WA and others). MTProto data can be carried over HTTP, but no official web-version for Telegram exists for the time being. So this project is my take at creating one. @@ -167,4 +167,4 @@ To update the branch you are coding in: ``` $ git checkout improve-contacts-99 $ git rebase master -``` \ No newline at end of file +```