Skip to content
Snippets Groups Projects
Commit 7cb738dd authored by gdrbyKo1's avatar gdrbyKo1 Committed by Kirill Yukhin
Browse files

Update external links in README.md

parent df92238c
No related branches found
No related tags found
No related merge requests found
......@@ -7,15 +7,15 @@
[![Gitter][gitter-badge]][gitter-url]
[![Google Groups][groups-badge]][groups-url]
http://tarantool.org
https://tarantool.io/
Tarantool is an in-memory database and application server.
Key features of the application server:
* 100% compatible drop-in replacement for Lua 5.1,
based on LuaJIT 2.1.
Simply use #!/usr/bin/tarantool instead of
#!/usr/bin/lua in your script.
Simply use `#!/usr/bin/tarantool` instead of
`#!/usr/bin/lua` in your script.
* full support for Lua modules and a rich set of
own modules, including cooperative multitasking,
non-blocking I/O, access to external databases, etc
......@@ -30,7 +30,7 @@ Key features of the database:
* asynchronous master-master replication
* authentication and access control
* the database is just a C extension to the
app server and can be turned off
application server and can be turned off
Supported platforms are Linux/x86 and FreeBSD/x86, Mac OS X.
......@@ -39,12 +39,12 @@ scalable Web architecture: queue servers, caches,
stateful Web applications.
To download and install Tarantool as a binary package for your OS, please visit
https://tarantool.org/en/download/download.html.
https://tarantool.io/download/download.html.
To build Tarantool from source, see detailed instructions in the Tarantool
documentation at https://tarantool.org/en/doc/dev_guide/building_from_source.html.
documentation at https://tarantool.io/en/doc/2.1/dev_guide/building_from_source/.
Please report bugs at http://github.com/tarantool/tarantool/issues
Please report bugs at https://github.com/tarantool/tarantool/issues
We also warmly welcome your feedback in the discussion mailing
list, tarantool@googlegroups.com.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment