Skip to content

Commit 4e4c7d1

Browse files
Fix Axis2/C links
1 parent 0bc9c86 commit 4e4c7d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/site/markdown/docs/mcp-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ architecture.
392392
interactive time budgets — portfolio variance in under 1 ms, Monte Carlo
393393
100K paths in ~1.4 seconds on Java. For workloads where even this latency
394394
is a concern, the same financial benchmark operations are available on
395-
[Axis2/C](http://axis.apache.org/axis2/c/), which runs 2-3x faster:
395+
[Axis2/C](https://axis.apache.org/axis2/c/core/), which runs 2-3x faster:
396396
Monte Carlo 100K paths in ~0.7 seconds, 500-asset portfolio variance in
397397
232 μs vs Java's 660 μs (see [performance comparison](mcp-examples.md#full-performance-summary)).
398398
Both implementations expose identical MCP tool schemas — an AI assistant

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ of the Apache Axis2 Web services engine - Apache Axis2/Java and
3535
Apache Axis2/C.</p>
3636
<p>While you will find all the information on Apache Axis2/Java
3737
here, you can visit the <a href=
38-
"http://axis.apache.org/axis2/c/"><strong>Apache Axis2/C</strong></a>
38+
"https://axis.apache.org/axis2/c/core/"><strong>Apache Axis2/C</strong></a>
3939
Web site for Axis2/C implementation information.
4040
<strong>Apache Axis2/C 2.0.0 has been released</strong> &#x2014; the first
4141
release since 1.6.0 (2009). Axis2/C 2.0.0 adds HTTP/2 transport via

0 commit comments

Comments
 (0)