Skip to content

Commit 5fad9a4

Browse files
committed
Fix documentation reference link for web agents
1 parent 6e6a22b commit 5fad9a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Swim implements a general purpose distributed object model. The "objects" in thi
1010

1111
[Creating a class](http://github.com/swimos/tutorial/tree/master/server/src/main/java/swim/tutorial/UnitAgent.java#L13) that extends `swim.api.agent.AbstractAgent` defines a *template* for Web Agents (though not a useful one until we add some [lanes](#lanes)).
1212

13-
Visit the [documentation](https://swimos.org/concepts/agents/) for further details about Web Agents.
13+
Visit the [documentation](https://www.swimos.org/swimos-concepts/web-agents-intro/) for further details about Web Agents.
1414

1515
## Lanes
1616

server/README.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Swim 实现了通用目的的分布式对象模型。这些在模型中的“对
1010

1111
[新建一个 class](http://github.com/swimos/tutorial/tree/master/server/src/main/java/swim/tutorial/UnitAgent.java#L13) 继承`swim.api.agent.AbstractAgent` 定义了一个网络代理的 *样板* (虽然在加入[lanes](#lanes)之前不可用)。
1212

13-
浏览 [参考文献](https://swimos.org/concepts/agents/) 获得更多网络代理(Web Agents)详情。
13+
浏览 [参考文献](https://www.swimos.org/swimos-concepts/web-agents-intro/) 获得更多网络代理(Web Agents)详情。
1414

1515
## Lanes
1616

0 commit comments

Comments
 (0)