Skip to content

Update links in samples' READMEs #4410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/code_snippets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Code from these examples is [referenced](#referencing-code-snippets) in correspo

## Prerequisites

- Install the [tt CLI utility](https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/).
- Install the [tt CLI utility](https://www.tarantool.io/en/doc/latest/tooling/tt_cli/).
- To be able to run tests for samples from [test](test), go to the `doc/code_snippets` folder and install the following libraries:

- [luatest](https://github.com/tarantool/luatest):
Expand Down
2 changes: 1 addition & 1 deletion doc/code_snippets/snippets/centralized_config/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Centralized configuration storages

Sample applications demonstrating how to store configuration data in one place using Tarantool or etcd-based storage. Learn more at [Centralized configuration storages](https://www.tarantool.io/en/doc/latest/concepts/configuration/configuration_etcd/).
Sample applications demonstrating how to store configuration data in one place using Tarantool or etcd-based storage. Learn more at [Centralized configuration storages](https://www.tarantool.io/en/doc/latest/platform/configuration/configuration_etcd/).
2 changes: 1 addition & 1 deletion doc/code_snippets/snippets/config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration

A sample application demonstrating various features related to Tarantool [configuration](https://www.tarantool.io/en/doc/latest/concepts/configuration/).
A sample application demonstrating various features related to Tarantool [configuration](https://www.tarantool.io/en/doc/latest/platform/configuration/).

## Running

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Creating your first Tarantool database

A sample application created in the [Creating your first Tarantool database](https://www.tarantool.io/en/doc/latest/how-to/getting_started_db/) tutorial.
A sample application created in the [Creating your first Tarantool database](https://www.tarantool.io/en/doc/latest/getting_started/getting_started_db/) tutorial.

## Running

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting started with Tarantool Cluster Manager

A sample application created in the [Getting started with Tarantool Cluster Manager](https://www.tarantool.io/en/doc/latest/how-to/getting_started_tcm/) tutorial.
A sample application created in the [Getting started with Tarantool Cluster Manager](https://www.tarantool.io/en/doc/latest/getting_started/getting_started_tcm/) tutorial.

## Running

Expand Down
2 changes: 1 addition & 1 deletion doc/code_snippets/snippets/connectors/go/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go

A sample application containing requests from the [Connecting from Go](https://www.tarantool.io/en/doc/latest/how-to/getting_started_go) tutorial.
A sample application containing requests from the [Go](https://www.tarantool.io/en/doc/latest/connector/go/) tutorial.


## Running
Expand Down
2 changes: 1 addition & 1 deletion doc/code_snippets/snippets/connectors/python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python

A sample application containing requests from the [Connecting from Python](https://www.tarantool.io/en/doc/latest/how-to/getting_started_python/) tutorial.
A sample application containing requests from the [Python](https://www.tarantool.io/en/doc/latest/connector/python/) tutorial.


## Running
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Master-replica: automated failover

A sample application demonstrating how to bootstrap a replica set with [automated failover](https://www.tarantool.io/en/doc/latest/how-to/replication/repl_bootstrap_auto/).
A sample application demonstrating how to bootstrap a replica set with [automated failover](https://www.tarantool.io/en/doc/latest/platform/replication/replication_tutorials/repl_bootstrap_auto/).

## Running

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Master-replica: manual failover

A sample application demonstrating how to bootstrap a replica set with [manual failover](https://www.tarantool.io/en/doc/latest/how-to/replication/repl_bootstrap/).
A sample application demonstrating how to bootstrap a replica set with [manual failover](https://www.tarantool.io/en/doc/latest/platform/replication/replication_tutorials/repl_bootstrap/).

## Running

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Master-master

A sample application demonstrating how to bootstrap a [master-master](https://www.tarantool.io/en/doc/latest/how-to/replication/repl_bootstrap_master_master/) replica set.
A sample application demonstrating how to bootstrap a [master-master](https://www.tarantool.io/en/doc/latest/platform/replication/replication_tutorials/repl_bootstrap_master_master/) replica set.

## Running

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sharded cluster

A sample application demonstrating how to configure a [sharded](https://www.tarantool.io/en/doc/latest/concepts/sharding/) cluster.
A sample application demonstrating how to configure a [sharded](https://www.tarantool.io/en/doc/latest/platform/sharding/) cluster.

## Running

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sharded cluster with CRUD

A sample application created in the [Creating a sharded cluster](https://www.tarantool.io/en/doc/latest/how-to/vshard_quick/) tutorial.
A sample application created in the [Creating a sharded cluster](https://www.tarantool.io/en/doc/latest/getting_started/vshard_quick/) tutorial.

## Running

To learn how to run the cluster, see the [Working with the cluster](https://www.tarantool.io/en/doc/latest/how-to/vshard_quick/#working-with-the-cluster) section.
To learn how to run the cluster, see the [Working with the cluster](https://www.tarantool.io/en/doc/latest/getting_started/vshard_quick/#working-with-the-cluster) section.
Loading