Skip to content

Commit 598b6d3

Browse files
authored
docs: Fix Broken Links (#1044)
Fixes #1043 🦕
1 parent df6aaef commit 598b6d3

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

docs/partners.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ collaborate effectively with each other and with users.
1616
- [AI21 Labs](https://www.ai21.com/)
1717
- [AI71](https://ai71.ai/)
1818
- [Aisera](https://aisera.com/)
19-
- [Almawave.it](http://www.almawave.it)
19+
- [Almawave.it](https://www.almawave.com/it/)
2020
- [AliCloud](http://www.alibabacloud.com)
2121
- [ArcBlock](http://www.arcblock.io)
2222
- [Arize](https://arize.com/blog/arize-ai-and-future-of-agent-interoperability-embracing-googles-a2a-protocol/)
23-
- [Articul8](https://www.articul8.ai/news/unleashing-the-next-frontier-of-enterprise-ai-introducing-model-mesh-dock-and-inter-lock-and-our-a2-a-partnership-with-google)
23+
- [Articul8](https://www.articul8.ai/blog/unleashing-the-next-frontier-of-enterprise-ai-introducing-model-mesh-dock-and-inter-lock-and-our-a2-a-partnership-with-google)
2424
- [ask-ai.com](https://ask-ai.com)
2525
- [Atlassian](https://www.atlassian.com)
2626
- [Auth0](https://auth0.com/blog/auth0-google-a2a/)
@@ -29,7 +29,7 @@ collaborate effectively with each other and with users.
2929
- [Beekeeper](http://beekeeper.io)
3030
- [BCG](https://www.bcg.com)
3131
- [Block Inc](https://block.xyz/)
32-
- [Bloomberg LP](http://techatbloomberg.com/)
32+
- [Bloomberg LP](https://techatbloomberg.com/)
3333
- [BLUEISH Inc](https://www.blueish.co.jp/)
3434
- [BMC Software Inc](https://www.bmc.com/it-solutions/bmc-helix.html)
3535
- [Boomi](https://boomi.com/)

docs/tutorials/python/8-next-steps.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ You now have a solid foundation for building and integrating your own A2A-compli
1515
Here are some ideas and resources to continue your A2A journey:
1616

1717
- **Explore Other Examples:**
18-
- Check out the other examples in the `a2a-samples/samples/` directory in the [A2A GitHub repository](https://github.com/a2aproject/a2a-samples/tree/main/samples) for more complex agent integrations and features.
19-
- The main A2A repository also has [samples for other languages and frameworks](https://github.com/a2aproject/A2A/tree/main/samples).
18+
- Check out the other examples in the [a2a-samples GitHub repository](https://github.com/a2aproject/a2a-samples/tree/main/samples) for more complex agent integrations and features.
2019
- **Deepen Your Protocol Understanding:**
21-
- 📚 Read the complete [A2A Protocol Documentation site](https://google.github.io/A2A/) for a comprehensive overview.
20+
- 📚 Read the complete [A2A Protocol Documentation site](https://a2a-protocol.org) for a comprehensive overview.
2221
- 📝 Review the detailed [A2A Protocol Specification](../../specification.md) to understand the nuances of all data structures and RPC methods.
2322
- **Review Key A2A Topics:**
2423
- [A2A and MCP](../../topics/a2a-and-mcp.md): Understand how A2A complements the Model Context Protocol for tool usage.

lychee.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude = [
1+
exclude = [
22
'https://fonts.gstatic.com/',
33
'https://fonts.googleapis.com/',
44
'http://go/github',
@@ -13,9 +13,15 @@ exclude = [
1313
'https://www.spglobal.com/',
1414
'https://www.epam.com/',
1515
'https://www.servicenow.com/',
16+
'https://www.almawave.com/it/',
17+
'https://www.adobe.com/',
18+
'https://www.autodesk.com/',
19+
'https://www.mckinsey.com/',
1620
]
1721
exclude_path = [
1822
".github/actions/spelling",
1923
]
2024

25+
accept = ["200..=299", 403, 408, 429]
26+
2127
max_retries = 0

0 commit comments

Comments
 (0)