You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/development-setup.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
An AEA <ahref="../package-imports">consists of packages </a>. When developing, it helps to be able to save packages in a local package registry, rather than pushing them to <ahref="https://aea-registry.fetch.ai"target="_blank">remote registry</a>. This guide helps you set up a local package registry and configure the working directory for development.
3
+
An AEA <ahref="../package-imports">consists of packages </a>. When developing, it helps to be able to save packages in a local package registry, rather than pushing them to remote registry. This guide helps you set up a local package registry and configure the working directory for development.
Copy file name to clipboardexpand all lines: docs/quickstart.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ This copies the <code>fetchai/echo:0.19.0</code> skill code containing the "beha
283
283
284
284
Just like humans, AEAs can have _skills_ to achieve their tasks. As an agent developer, you can create skills to add to your own AEAs. You can also choose to publish your skills so others add them to their AEAs. More details on skills can be found on <ahref="../skill/"> this page </a>.
285
285
286
-
The above agent has an <ahref="https://aea-registry.fetch.ai/details/skill/fetchai/echo/latest"target="_blank">echo skill</a>, fetched from <ahref="https://aea-registry.fetch.ai"target="_blank">the registry</a>, which simply echoes any messages it receives back to its sender.
286
+
The above agent has an echoskill, fetched from the registry, which simply echoes any messages it receives back to its sender.
0 commit comments