This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git
The following commit(s) were added to refs/heads/master by this push:
new d925af30d6 IGNITE-26806 Remove license requirement from doc (#266)
d925af30d6 is described below
commit d925af30d6d516618071919c61e4bbb9827f9a58
Author: IgGusev <[email protected]>
AuthorDate: Thu Oct 23 14:53:49 2025 +0400
IGNITE-26806 Remove license requirement from doc (#266)
---
docs/ignite3/3.0.0/quick-start/embedded-mode.html | 2 +-
docs/ignite3/3.0.0/sql-reference/transactions.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/ignite3/3.0.0/quick-start/embedded-mode.html
b/docs/ignite3/3.0.0/quick-start/embedded-mode.html
index aed644a4ba..4b50ce1883 100644
--- a/docs/ignite3/3.0.0/quick-start/embedded-mode.html
+++ b/docs/ignite3/3.0.0/quick-start/embedded-mode.html
@@ -1060,7 +1060,7 @@ Unlike in Ignite 2, nodes in Ignite 3 are not separated
into client and server n
<div class="title">Note</div>
</td>
<td class="content">
-To start a Ignite 3 cluster, you need to provide a license together with the
cluster configuration in the <code>clusterConfiguration</code> parameter.
+To start a Ignite 3 cluster, you need to provide the cluster configuration in
the <code>clusterConfiguration</code> parameter.
</td>
</tr>
</table>
diff --git a/docs/ignite3/3.0.0/sql-reference/transactions.html
b/docs/ignite3/3.0.0/sql-reference/transactions.html
index 731a581d94..d847ae7b36 100644
--- a/docs/ignite3/3.0.0/sql-reference/transactions.html
+++ b/docs/ignite3/3.0.0/sql-reference/transactions.html
@@ -916,7 +916,7 @@
<div class="title">Note</div>
</td>
<td class="content">
-Transactions are only allowed within a <a
href="/docs/ignite3/latest/clients/overview#sql-scripts">script</a>.
+Transactions are only allowed within a script.
</td>
</tr>
</table>