aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorArseny Smirnov <arseny30@gmail.com>2019-04-30 18:02:08 +0300
committerArseny Smirnov <arseny30@gmail.com>2019-04-30 18:02:08 +0300
commit1a3d31949e0fe8923206aeff85f2fd24787c9603 (patch)
tree599d1a15f7bcb7ce617534bba413ad459cfaf7bd /build.html
parenta0bcb75b5a9e335128918dce59685ff8ca9828a2 (diff)
@arseny30/tdweb -> tdweb
GitOrigin-RevId: a93238e7ee66c6403f67a212ef296c5c89f5e05a
Diffstat (limited to 'build.html')
-rw-r--r--build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html
index 19d8bc6d2..7d49ee5e7 100644
--- a/build.html
+++ b/build.html
@@ -305,7 +305,7 @@ function onOsChanged() {
'See <a href="https://github.com/tdlib/td/blob/master/example/README.md#' + getExampleAnchor(language) + '">examples</a> of such usage and already available third-party frameworks.<br>';
if (target === 'WebAssembly') {
- text = 'TDLib is available in a prebuilt form as an <a href="https://www.npmjs.com/">NPM</a> package <a href="https://www.npmjs.com/package/@arseny30/tdweb">tdweb</a>.<br>' +
+ text = 'TDLib is available in a prebuilt form as an <a href="https://www.npmjs.com/">NPM</a> package <a href="https://www.npmjs.com/package/tdweb">tdweb</a>.<br>' +
'If you want to build it manually, take a look at our <a href="https://github.com/tdlib/td/tree/master/example/web">example</a>';
target = '';
}