Skip to content

Commit 558e695

Browse files
authored
fix: README has a broken link to examples (#134)
# Description Fixing broken link and moving example to a proper directory Fixes #133 🦕
1 parent 8e1b7eb commit 558e695

File tree

12 files changed

+2
-2
lines changed

12 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,13 @@ AgentCard agentCard = A2A.getAgentCard("http://localhost:1234");
338338

339339
### Hello World Example
340340

341-
A complete example of an A2A client communicating with a Python A2A server is available in the [examples/helloworld](src/main/java/io/a2a/examples/helloworld) directory. This example demonstrates:
341+
A complete example of an A2A client communicating with a Python A2A server is available in the [examples/helloworld](examples/helloworld) directory. This example demonstrates:
342342

343343
- Setting up and using the A2A Java client
344344
- Sending regular and streaming messages
345345
- Receiving and processing responses
346346

347-
The example includes detailed instructions on how to run both the Python server and the Java client using JBang. Check out the [example's README](examples/client/src/main/java/io/a2a/examples/helloworld/README.md) for more information.
347+
The example includes detailed instructions on how to run both the Python server and the Java client using JBang. Check out the [example's README](examples/helloworld/client/src/main/java/io/a2a/examples/helloworld/README.md) for more information.
348348

349349
## License
350350

examples/client/src/main/java/io/a2a/examples/helloworld/HelloWorldClient.java renamed to examples/helloworld/client/src/main/java/io/a2a/examples/helloworld/HelloWorldClient.java

File renamed without changes.

examples/client/src/main/java/io/a2a/examples/helloworld/HelloWorldRunner.java renamed to examples/helloworld/client/src/main/java/io/a2a/examples/helloworld/HelloWorldRunner.java

File renamed without changes.

examples/client/src/main/java/io/a2a/examples/helloworld/INSTALL_JBANG.md renamed to examples/helloworld/client/src/main/java/io/a2a/examples/helloworld/INSTALL_JBANG.md

File renamed without changes.

examples/client/src/main/java/io/a2a/examples/helloworld/README.md renamed to examples/helloworld/client/src/main/java/io/a2a/examples/helloworld/README.md

File renamed without changes.

examples/server/src/main/java/io/a2a/examples/helloworld/AgentCardProducer.java renamed to examples/helloworld/server/src/main/java/io/a2a/examples/helloworld/AgentCardProducer.java

File renamed without changes.

examples/server/src/main/java/io/a2a/examples/helloworld/AgentExecutorProducer.java renamed to examples/helloworld/server/src/main/java/io/a2a/examples/helloworld/AgentExecutorProducer.java

File renamed without changes.

0 commit comments

Comments
 (0)