diff --git a/build.html b/build.html
index 2cb47895f..6393d16f5 100644
--- a/build.html
+++ b/build.html
@@ -300,14 +300,14 @@ function getTargetName(target) {
case 'tdjson':
case 'WebAssembly':
case 'iOS':
- return 'JSON';
+ return 'JSON';
case 'tdclient':
- return 'a simple and convenient C++11-interface';
+ return 'a simple and convenient C++11-interface';
case 'JNI':
case 'Android':
- return 'native ' + target + '';
+ return 'native ' + target + '';
default:
- return 'native ' + target + '';
+ return 'native ' + target + '';
}
}
@@ -322,16 +322,16 @@ function onOsChanged() {
language = 'any other programming language';
}
var text = 'TDLib can be used from ' + language + ' on ' + os + ' through the ' + getTargetName(target) + ' interface.
' +
- 'See examples of such usage and already available third-party frameworks.
';
+ 'See examples of such usage and already available third-party frameworks.
';
if (target === 'WebAssembly') {
text = 'TDLib is available in a prebuilt form as an NPM package tdweb.
' +
- 'If you want to build it manually, take a look at our example.';
+ 'If you want to build it manually, take a look at our example.';
target = '';
}
if (target === 'Android') {
- text = 'TDLib for Android is available in a prebuilt form and can be downloaded from there.
' +
- 'See build instructions if you want to build the latest TDLib version or want to build TDLib with different interface.';
+ text = 'TDLib for Android is available in a prebuilt form and can be downloaded from there.
' +
+ 'See build instructions if you want to build the latest TDLib version or want to build TDLib with different interface.';
target = '';
}
if (target === 'iOS') {
@@ -712,7 +712,7 @@ function onOptionsChanged() {
commands.push('exit');
}
}
- commands.push('git clone https://github.com/tdlib/td.git');
+ commands.push('git clone https://github.com/tdlight-team/tdlight.git');
commands.push('cd td');
// commands.push('git checkout v1.7.0');