This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 2a1d9605177 IGNITE-28103 Fix API spec links (#7833)
2a1d9605177 is described below
commit 2a1d96051772194becb9fa41a6160084299c1036
Author: IgGusev <[email protected]>
AuthorDate: Fri Mar 20 13:37:30 2026 +0200
IGNITE-28103 Fix API spec links (#7833)
---
docs/docs/api-reference/api/cpp-api.md | 2 +-
docs/docs/api-reference/api/dotnet-api.md | 2 +-
docs/docs/api-reference/api/java-api.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/docs/api-reference/api/cpp-api.md
b/docs/docs/api-reference/api/cpp-api.md
index d2b6a4972a1..f72aaefa361 100644
--- a/docs/docs/api-reference/api/cpp-api.md
+++ b/docs/docs/api-reference/api/cpp-api.md
@@ -18,7 +18,7 @@ API documentation is generated from source code comments
using Doxygen.
### Access the Documentation
-<a href="/docs/ignite3/api/cpp/index.html" target="_blank" rel="noopener
noreferrer" style={{
+<a href="https://ignite.apache.org/releases/ignite3/3.1.0/cppdoc/index.html"
target="_blank" rel="noopener noreferrer" style={{
display: 'inline-block',
padding: '12px 24px',
backgroundColor: '#0066cc',
diff --git a/docs/docs/api-reference/api/dotnet-api.md
b/docs/docs/api-reference/api/dotnet-api.md
index 8b61238101f..96c39c096cc 100644
--- a/docs/docs/api-reference/api/dotnet-api.md
+++ b/docs/docs/api-reference/api/dotnet-api.md
@@ -18,7 +18,7 @@ API documentation is generated from XML comments in source
code.
### Access the Documentation
-<a href="/docs/ignite3/api/dotnet/index.html" target="_blank" rel="noopener
noreferrer" style={{
+<a href="https://ignite.apache.org/releases/ignite3/3.1.0/dotnetdoc/api/"
target="_blank" rel="noopener noreferrer" style={{
display: 'inline-block',
padding: '12px 24px',
backgroundColor: '#0066cc',
diff --git a/docs/docs/api-reference/api/java-api.md
b/docs/docs/api-reference/api/java-api.md
index 9bae35f7782..b226952cc46 100644
--- a/docs/docs/api-reference/api/java-api.md
+++ b/docs/docs/api-reference/api/java-api.md
@@ -18,7 +18,7 @@ JavaDoc documentation is generated from source code
annotations and comments.
### Access the Documentation
-<a href="/docs/ignite3/api/java/index.html" target="_blank" rel="noopener
noreferrer" style={{
+<a href="https://ignite.apache.org/releases/ignite3/3.1.0/javadoc/index.html"
target="_blank" rel="noopener noreferrer" style={{
display: 'inline-block',
padding: '12px 24px',
backgroundColor: '#0066cc',